Build/Publish Preview Nuget #84
Annotations
6 warnings
build:
samples/Samples/MyClass4.cs#L12
Non-nullable property 'Tag2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
samples/Samples/MyClass4.cs#L11
Non-nullable property 'Tag1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
samples/Samples/MyClass5.cs#L15
Non-nullable event 'MyEvent4' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
build:
samples/Samples/MyClass4.cs#L12
Non-nullable property 'Tag2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
samples/Samples/MyClass4.cs#L11
Non-nullable property 'Tag1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
samples/Samples/MyClass5.cs#L15
Non-nullable event 'MyEvent4' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|