Skip to content

Update Codacy action to not used integrated GitHub Security Scan #112

Update Codacy action to not used integrated GitHub Security Scan

Update Codacy action to not used integrated GitHub Security Scan #112

Triggered via push October 14, 2023 05:45
Status Success
Total duration 2m 31s
Artifacts

build.yml

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

Annotations

10 warnings
build (windows-latest, 6.0.x): KeyManager.Library.KeyStore.LCP/LCPKeyStore.cs#L66
Possible null reference argument for parameter 'kc' in 'CredentialKey LCPKeyStore.CreateCredentialKey(KeyEntryId identifier, KeyContainer kc, LCPKeyEntryProperties? properties)'.
build (windows-latest, 6.0.x): KeyManager.Library.KeyStore.LCP/LCPKeyStore.cs#L214
Possible null reference assignment.
build (windows-latest, 6.0.x): KeyManager.Library.KeyStore.LCP/LCPKeyStore.cs#L271
Possible null reference argument for parameter 'kc' in 'CredentialKey LCPKeyStore.CreateCredentialKey(KeyEntryId identifier, KeyContainer kc, LCPKeyEntryProperties? properties)'.
build (windows-latest, 6.0.x): KeyManager.Library.UI/Domain/SelectableKeyEntryId.cs#L15
Non-nullable field '_keyEntryId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (windows-latest, 6.0.x): KeyManager.Library.UI/Domain/SelectableKeyEntryId.cs#L15
Non-nullable field '_keyEntryId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (windows-latest, 6.0.x): KeyManager/EditKeyStoreControl.xaml.cs#L76
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (windows-latest, 6.0.x): KeyManager/EditKeyStoreControl.xaml.cs#L87
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (windows-latest, 6.0.x): KeyManager/EditKeyStoreControl.xaml.cs#L76
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (windows-latest, 6.0.x): KeyManager/EditKeyStoreControl.xaml.cs#L87
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (windows-latest, 6.0.x): KeyManager.Library.KeyStore.LCP/LCPKeyStore.cs#L66
Possible null reference argument for parameter 'kc' in 'CredentialKey LCPKeyStore.CreateCredentialKey(KeyEntryId identifier, KeyContainer kc, LCPKeyEntryProperties? properties)'.