Upgrade Nuget #12
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
Test/Program.cs#L86
Nullability of reference types in type of parameter 'value' of 'void Point.Name.set' doesn't match implicitly implemented member 'void IPoint.Name.set' (possibly because of nullability attributes).
|
Build:
Test/Program.cs#L87
Nullability of reference types in type of parameter 'value' of 'void Point.Address.set' doesn't match implicitly implemented member 'void IPoint.Address.set' (possibly because of nullability attributes).
|
Build:
Test/Program.cs#L88
Nullability of reference types in type of parameter 'value' of 'void Point.Type.set' doesn't match implicitly implemented member 'void IPoint.Type.set' (possibly because of nullability attributes).
|
Build:
Test/Program.cs#L86
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Test/Program.cs#L87
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Test/Program.cs#L88
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Test/Program.cs#L52
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
Build:
Test/Program.cs#L86
Nullability of reference types in type of parameter 'value' of 'void Point.Name.set' doesn't match implicitly implemented member 'void IPoint.Name.set' (possibly because of nullability attributes).
|
Build:
Test/Program.cs#L87
Nullability of reference types in type of parameter 'value' of 'void Point.Address.set' doesn't match implicitly implemented member 'void IPoint.Address.set' (possibly because of nullability attributes).
|
Build:
Test/Program.cs#L88
Nullability of reference types in type of parameter 'value' of 'void Point.Type.set' doesn't match implicitly implemented member 'void IPoint.Type.set' (possibly because of nullability attributes).
|
Loading