Build and Publish to Nuget #11
Triggered via workflow run
July 4, 2024 21:06
thiagomvas
completed
9da949f
Status
Failure
Total duration
33s
Artifacts
–
Annotations
1 error and 12 warnings
publish
Process completed with exit code 1.
|
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
publish:
SharpTables/Table.cs#L27
Non-nullable property 'Header' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
SharpTables/TableHelper.cs#L33
Possible null reference argument for parameter 'text' in 'Cell.Cell(object text)'.
|
publish:
SharpTables.ConsoleApp/Program.cs#L70
Non-nullable property 'Item' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
SharpTables.Examples/Order.cs#L11
Non-nullable property 'Item' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
SharpTables.Tests/TestType.cs#L13
Non-nullable field 'PrivateField' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
publish:
SharpTables.Tests/TestType.cs#L18
Non-nullable field 'InternalField' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
publish:
SharpTables.Tests/TestType.cs#L14
Non-nullable property 'PrivateStaticProp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
SharpTables.Tests/TestType.cs#L15
Non-nullable field 'PrivateStaticField' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
publish:
SharpTables.Tests/TestType.cs#L19
Non-nullable property 'InternalStaticProp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|