Annotations
10 warnings
|
build:
src/Ionctl/Commands/SetupCommand.cs#L66
The variable 'e' is declared but never used
|
|
build:
src/Ionctl/Commands/SetupCommand.cs#L236
Non-nullable property 'CloudflareVaultPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Ionctl/Commands/SetupCommand.cs#L235
Non-nullable property 'CloudflareVaultMount' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Ionctl/Commands/SetupCommand.cs#L233
Non-nullable property 'CloudflareApiToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Ionctl/Commands/SetupCommand.cs#L232
Non-nullable property 'CloudflareEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Ionctl/Commands/SetupCommand.cs#L229
Non-nullable property 'CloudflareZeroTrustToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Ionctl/Commands/SetupCommand.cs#L227
Non-nullable property 'VaultAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Ionctl/Commands/SetupCommand.cs#L222
Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Ionctl/Commands/SetupCommand.cs#L221
Non-nullable property 'Zone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Ionctl/Commands/SetupCommand.cs#L220
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|