fix version after build pipeline merge #11
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#L64
Cannot convert null literal to non-nullable reference type.
|
dotnet build release:
src/Configuration/DataStructures.cs#L124
Cannot convert null literal to non-nullable reference type.
|
dotnet build release:
src/Configuration/Configurations/Configuration.cs#L10
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet build release:
src/Configuration/Configurations/Configuration.cs#L11
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet build release:
src/Configuration/Configurations/Configuration.cs#L15
Non-nullable event 'ConfigurationChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
dotnet build release:
src/Configuration/Configurations/SocketConfiguration.cs#L37
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet build release:
src/Configuration/Configurations/SocketConfiguration.cs#L37
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
dotnet build release:
src/Configuration/Configurations/SocketConfiguration.cs#L37
Non-nullable event 'ConfigurationChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
The logs for this run have expired and are no longer available.
Loading