Skip to content

fix: fixing delete trained model to prevent deleting base trained mod… #400

fix: fixing delete trained model to prevent deleting base trained mod…

fix: fixing delete trained model to prevent deleting base trained mod… #400

Triggered via pull request December 20, 2024 16:26
Status Success
Total duration 3m 2s
Artifacts

dotnet-build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (macos-latest): 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 (macos-latest): 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 (macos-latest): 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 (macos-latest): SD/Modules.cs#L36
Converting null literal or possible null value to non-nullable type.
build (macos-latest): SD/Modules.cs#L36
Possible null reference argument for parameter 'item' in 'void Collection<Module>.Add(Module item)'.
build (macos-latest): SD/AuthClaims.cs#L37
Converting null literal or possible null value to non-nullable type.
build (macos-latest): SD/AuthClaims.cs#L37
Possible null reference argument for parameter 'item' in 'void Collection<AuthClaim>.Add(AuthClaim item)'.
build (macos-latest): SD/Helpers/CommonHelper.cs#L26
The variable 'ex' is declared but never used
build (macos-latest): 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 (macos-latest): 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.
build (windows-2019): SD/AuthClaims.cs#L37
Converting null literal or possible null value to non-nullable type.
build (windows-2019): SD/AuthClaims.cs#L37
Possible null reference argument for parameter 'item' in 'void Collection<AuthClaim>.Add(AuthClaim item)'.
build (windows-2019): 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 (windows-2019): 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 (windows-2019): 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 (windows-2019): SD/Helpers/CommonHelper.cs#L26
The variable 'ex' is declared but never used
build (windows-2019): SD/Modules.cs#L36
Converting null literal or possible null value to non-nullable type.
build (windows-2019): SD/Modules.cs#L36
Possible null reference argument for parameter 'item' in 'void Collection<Module>.Add(Module item)'.
build (windows-2019): 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 (windows-2019): 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.