Merge pull request #30 from arsinclair/dev #69
Annotations
16 warnings
Library.Client/Pages/Components/UploadFileDialog.razor#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.
|
Library.Client/Pages/Components/ChatMessage.razor#L80
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.
|
Library.Client/Pages/Conversation.razor#L181
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
DataAccessLibrary/Extensions/StringExtensions.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
DataAccessLibrary/Extensions/StringExtensions.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
DataAccessLibrary/Cache/DatabaseCache.cs#L17
Field 'DatabaseCache._IsLocked' is never assigned to, and will always have its default value false
|
DataAccessLibrary/Extensions/StringExtensions.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
DataAccessLibrary/Extensions/StringExtensions.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
DataAccessLibrary/Cache/DatabaseCache.cs#L17
Field 'DatabaseCache._IsLocked' is never assigned to, and will always have its default value false
|
Library.Client/Pages/Components/UploadFileDialog.razor#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.
|
Library.Client/Pages/Components/ChatMessage.razor#L80
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.
|
Library.Client/Pages/Conversation.razor#L181
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
DataAccessLibrary/Extensions/StringExtensions.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
DataAccessLibrary/Extensions/StringExtensions.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
DataAccessLibrary/Cache/DatabaseCache.cs#L17
Field 'DatabaseCache._IsLocked' is never assigned to, and will always have its default value false
|
Library.Client/Pages/Components/UploadFileDialog.razor#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.
|
The logs for this run have expired and are no longer available.
Loading