fix: fixing delete trained model to prevent deleting base trained mod… #400
Annotations
10 warnings
Build:
SD/AuthClaims.cs#L37
Converting null literal or possible null value to non-nullable type.
|
Build:
SD/AuthClaims.cs#L37
Possible null reference argument for parameter 'item' in 'void Collection<AuthClaim>.Add(AuthClaim item)'.
|
Build:
SD/AuthClaims.cs#L11
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SD/AuthClaims.cs#L16
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SD/AuthClaims.cs#L21
Non-nullable property 'FromModule' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SD/Helpers/CommonHelper.cs#L26
The variable 'ex' is declared but never used
|
Build:
SD/Modules.cs#L36
Converting null literal or possible null value to non-nullable type.
|
Build:
SD/Modules.cs#L36
Possible null reference argument for parameter 'item' in 'void Collection<Module>.Add(Module item)'.
|
Build:
SD/Modules.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
SD/Modules.cs#L17
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading