Development #11
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
SharpTables/TableHelper.cs#L33
Possible null reference argument for parameter 'text' in 'Cell.Cell(object text)'.
|
SharpTables/Table.cs#L27
Non-nullable property 'Header' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SharpTables.Examples/Order.cs#L11
Non-nullable property 'Item' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SharpTables.ConsoleApp/Program.cs#L70
Non-nullable property 'Item' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SharpTables.Tests/TestType.cs#L13
Non-nullable field 'PrivateField' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
SharpTables.Tests/TestType.cs#L18
Non-nullable field 'InternalField' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
SharpTables.Tests/TestType.cs#L14
Non-nullable property 'PrivateStaticProp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SharpTables.Tests/TestType.cs#L15
Non-nullable field 'PrivateStaticField' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
SharpTables.Tests/TestType.cs#L19
Non-nullable property 'InternalStaticProp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
SharpTables.Tests/TestType.cs#L20
Non-nullable field 'InternalStaticField' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading