Updated README instructions to install CI/CD version #54
Annotations
10 warnings
build-test-publish:
src/DevEx.Core/Storage/UserStorageManager.cs#L15
Possible null reference return.
|
build-test-publish:
src/DevEx.Core/Storage/UserStorage.cs#L5
Non-nullable property 'Vault' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-test-publish:
src/DevEx.Core/Storage/UserStorageManager.cs#L40
Possible null reference return.
|
build-test-publish:
src/DevEx.Core/Storage/UserStorageManager.cs#L48
Dereference of a possibly null reference.
|
build-test-publish:
src/DevEx.Plugins/DevEx.Plugins.Vault/VaultHelper.cs#L37
Converting null literal or possible null value to non-nullable type.
|
build-test-publish:
src/DevEx.Plugins/DevEx.Plugins.Vault/VaultHelper.cs#L47
Converting null literal or possible null value to non-nullable type.
|
build-test-publish:
src/DevEx.Plugins/DevEx.Plugins.Vault/VaultHelper.cs#L101
Converting null literal or possible null value to non-nullable type.
|
build-test-publish:
src/DevEx.Plugins/DevEx.Plugins.Vault/VaultPlugin.cs#L49
Possible null reference argument for parameter 'symbol' in 'void Handler.SetHandler<string>(Command command, Action<string> handle, IValueDescriptor<string> symbol)'.
|
build-test-publish:
src/DevEx.Plugins/DevEx.Plugins.Vault/VaultPlugin.cs#L74
Possible null reference argument for parameter 'symbol1' in 'void Handler.SetHandler<string, string>(Command command, Action<string, string> handle, IValueDescriptor<string> symbol1, IValueDescriptor<string> symbol2)'.
|
build-test-publish:
src/DevEx.Plugins/DevEx.Plugins.Vault/VaultPlugin.cs#L75
Possible null reference argument for parameter 'symbol2' in 'void Handler.SetHandler<string, string>(Command command, Action<string, string> handle, IValueDescriptor<string> symbol1, IValueDescriptor<string> symbol2)'.
|