Code Improvement: Refactoring and Naming Standardization #1105
Annotations
12 warnings
Analyze
Unexpected input(s) 'languages', valid inputs are ['check_name', 'output', 'upload', 'cleanup-level', 'ram', 'add-snippets', 'skip-queries', 'threads', 'checkout_path', 'ref', 'sha', 'category', 'upload-database', 'wait-for-processing', 'token', 'matrix', 'expect-error']
|
Analyze
Unexpected input(s) 'languages', valid inputs are ['check_name', 'output', 'upload', 'cleanup-level', 'ram', 'add-snippets', 'skip-queries', 'threads', 'checkout_path', 'ref', 'sha', 'category', 'upload-database', 'wait-for-processing', 'token', 'matrix', 'expect-error']
|
Analyze:
src/Application/Features/Contacts/Commands/Create/CreateContactCommand.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Analyze:
src/Application/Features/Contacts/Commands/Create/CreateContactCommand.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Analyze:
src/Application/Features/Contacts/Commands/Create/CreateContactCommand.cs#L29
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Analyze:
src/Application/Features/Contacts/Commands/Create/CreateContactCommand.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Analyze:
src/Application/Features/Contacts/Commands/AddEdit/AddEditContactCommand.cs#L36
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Analyze:
src/Application/Features/Contacts/Commands/AddEdit/AddEditContactCommand.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Analyze:
src/Application/Features/Contacts/Commands/AddEdit/AddEditContactCommand.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Analyze:
src/Application/Features/Contacts/Commands/AddEdit/AddEditContactCommand.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Analyze:
src/Application/Features/Contacts/Commands/AddEdit/AddEditContactCommand.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Analyze:
src/Application/Features/Contacts/Caching/ContactCacheKey.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|