Separated out the Rx specific portion from AdviceEngine #23
Annotations
10 warnings
|
src/OpenRpg.Editor.UI/Components/Editors/Templates/GenericTemplateEditor.razor#L14
Found markup element with unexpected name 'BasicDetailsEditor'. If this is intended to be a component, add a @using directive for its namespace.
|
|
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/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.
|
|
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.
|
The logs for this run have expired and are no longer available.
Loading