clear using #29
Annotations
10 warnings
Build:
RustPlusApi/RustPlusApi.Fcm/Data/Credentials.cs#L38
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
RustPlusApi/RustPlusApi.Fcm/Data/Credentials.cs#L44
Non-nullable property 'AppId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
RustPlusApi/RustPlusApi.Fcm/Data/Credentials.cs#L30
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
RustPlusApi/RustPlusApi.Fcm/Data/Credentials.cs#L32
Non-nullable property 'PushSet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
RustPlusApi/RustPlusApi.Fcm/Data/Credentials.cs#L18
Non-nullable property 'PrivateKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
RustPlusApi/RustPlusApi.Fcm/Data/Credentials.cs#L21
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
RustPlusApi/RustPlusApi.Fcm/Data/Credentials.cs#L24
Non-nullable property 'AuthSecret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
RustPlusApi/RustPlusApi.Fcm/Data/Credentials.cs#L8
Non-nullable property 'Keys' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
RustPlusApi/RustPlusApi.Fcm/Data/Credentials.cs#L10
Non-nullable property 'Fcm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
RustPlusApi/RustPlusApi.Fcm/Data/Credentials.cs#L12
Non-nullable property 'Gcm' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading