Generate GenerateAutomaticInterfaceAttribute #51
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
AutomaticInterface/TestNuget/Test.cs#L5
'GenerateAutomaticInterfaceAttribute' is obsolete: 'This attribute is obsolete. Use generated attribute instead.'
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L51
Nullability of reference types in value of type 'Task<string>' doesn't match target type 'Task<string?>'.
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L21
Non-nullable property 'Hello' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L23
Non-nullable property 'OnlyGet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L65
Non-nullable event 'ShapeChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L70
Non-nullable event 'ShapeChanged2' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L76
Non-nullable event 'ShapeChangedNullable2' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L70
The event 'DemoClass.ShapeChanged2' is never used
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L76
The event 'DemoClass.ShapeChangedNullable2' is never used
|
Build:
AutomaticInterface/AutomaticInterfaceExample/DemoClass.cs#L74
The event 'DemoClass.ShapeChangedNullable' is never used
|
Loading