合并 #5
Annotations
10 warnings
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 declaring the property as nullable.
|
build:
Test/Program.cs#L87
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Test/Program.cs#L88
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider 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).
|