updated entity dependency #36
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/BrokerConfiguration.cs#L21
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet build release:
src/Configuration/Configurations/BrokerConfiguration.cs#L21
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet build release:
src/Configuration/Configurations/BrokerConfiguration.cs#L21
Non-nullable event 'ConfigurationChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
dotnet build release:
src/Configuration/Configurations/BrokerConfiguration.cs#L21
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet build release:
src/Configuration/Configurations/BrokerConfiguration.cs#L21
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet build release:
src/Configuration/Configurations/BrokerConfiguration.cs#L21
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading