Skip to content

Upgrade Nuget

Upgrade Nuget #9

Triggered via push November 7, 2024 15:28
Status Success
Total duration 30s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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).