Skip to content

Upgrade Nuget

Upgrade Nuget #14

Triggered via push January 1, 2025 23:52
Status Success
Total duration 34s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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).