Update main.yml #5
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
dotnet build release:
src/Utils/Misc.cs#L48
Possible null reference return.
|
dotnet build release:
src/Utils/Misc.cs#L52
Possible null reference return.
|
dotnet build release:
src/Configuration/DataStructures.cs#L124
Cannot convert null literal to non-nullable reference type.
|
dotnet build release:
src/Configuration/DataStructures.cs#L64
Cannot convert null literal to non-nullable reference type.
|
dotnet build release:
src/Configuration/DataStructures.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet build release:
src/Configuration/DataStructures.cs#L59
Cannot convert null literal to non-nullable reference type.
|
dotnet build release:
src/Configuration/DataStructures.cs#L61
Cannot convert null literal to non-nullable reference type.
|
dotnet build release:
src/Configuration/DataStructures.cs#L58
Non-nullable property 'Topic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet build release:
src/Configuration/DataStructures.cs#L58
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet build release:
src/Configuration/DataStructures.cs#L58
Non-nullable property 'ContentTypeFullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading