Bump Roslynator.Analyzers from 4.5.0 to 4.6.4 #131
Annotations
10 warnings
build:
src/LinkZoneSdk/FluentInterfaces/Connection.cs#L26
Nullability of reference types in value of type 'Result<ConnectionState?>' doesn't match target type 'Result<ConnectionState>'.
|
build:
src/LinkZoneSdk/FluentInterfaces/Network.cs#L27
Nullability of reference types in value of type 'Result<NetworkSettings?>' doesn't match target type 'Result<NetworkSettings>'.
|
build:
src/LinkZoneSdk/FluentInterfaces/System.cs#L26
Nullability of reference types in value of type 'Result<Dictionary<string, object>?>' doesn't match target type 'Result<Dictionary<string, object>>'.
|
build:
src/LinkZoneSdk/FluentInterfaces/System.cs#L47
Nullability of reference types in value of type 'Result<SystemStatus?>' doesn't match target type 'Result<SystemStatus>'.
|
build:
src/LinkZoneSdk/FluentInterfaces/User.cs#L37
Nullability of reference types in value of type 'Result<LoginToken?>' doesn't match target type 'Result<LoginToken>'.
|
build:
src/LinkZoneSdk/FluentInterfaces/User.cs#L40
Dereference of a possibly null reference.
|
build:
src/LinkZoneSdk/FluentInterfaces/User.cs#L78
Nullability of reference types in value of type 'Result<LoginStateInfo?>' doesn't match target type 'Result<LoginStateInfo>'.
|
build:
src/LinkZoneSdk/FluentInterfaces/User.cs#L121
Dereference of a possibly null reference.
|
build:
src/LinkZoneSdk/FluentInterfaces/Ussd.cs#L51
Nullability of reference types in value of type 'Result<UssdResultData?>' doesn't match target type 'Result<UssdResultData>'.
|
build:
src/LinkZoneApp/LinkZoneManager/Infrastructure/EnumToDescriptionCollectionExtension.cs#L11
Non-nullable property 'EnumType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|