Added missing extension method #22
Merged
Annotations
10 warnings
|
src/OpenRpg.Demos.Web/Components/Generic/UtilityValue.razor#L9
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/OpenRpg.Editor.Infrastructure/Persistence/CreateProjectExecutor.cs#L10
Parameter 'EditorState' is unread.
|
|
src/OpenRpg.Editor.Core/Components/Modal/ModalContainer.razor#L26
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.
|
|
src/OpenRpg.Editor.Core/Services/Events/Broker/MessageBroker.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/OpenRpg.Editor.Core/Services/FileSystem/IFileBrowser.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/OpenRpg.Editor.Core/Services/FileSystem/IFileBrowser.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/OpenRpg.Editor.Core/Services/FileSystem/IFileBrowser.cs#L6
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/OpenRpg.Editor.Core/Services/FileSystem/IFileBrowser.cs#L5
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/OpenRpg.Editor.Core/Services/FileSystem/IFileBrowser.cs#L5
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/OpenRpg.Editor.Core/Components/Modal/ModalContainer.razor#L20
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