Fix WebAssembly crash with hybrid JSON serialization approach #117
Annotations
1 error and 10 warnings
|
|
|
src/RulesEngineEditor/Components/RuleEditor.razor#L79
The field 'RuleEditor._actions' is never used
|
|
src/RulesEngineEditor/Shared/JsonExtensions.cs#L142
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/RulesEngineEditor/Shared/JsonExtensions.cs#L142
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/RulesEngineEditor/Shared/JsonExtensions.cs#L99
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/RulesEngineEditor/Pages/RulesEngineEditorPage.razor.cs#L371
'RulesEngineEditorPage.InputJSONUpdate()' is obsolete: 'InputRule is deprecated. Use InputRuleName instead.'
|
|
src/RulesEngineEditor/Pages/RulesEngineEditorPage.razor.cs#L67
'RulesEngineEditorPage.InputJSONUpdate()' is obsolete: 'InputRule is deprecated. Use InputRuleName instead.'
|
|
src/RulesEngineEditor/Shared/JsonExtensions.cs#L140
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/RulesEngineEditor/Shared/JsonExtensions.cs#L97
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/RulesEngineEditor/Shared/RulesEngineJsonSourceContext.cs#L31
The member 'RulesEngine.Models.Rule.RuleExpressionType' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1034)
|
|
src/RulesEngineEditor/Shared/RulesEngineJsonSourceContext.cs#L31
The member 'RulesEngine.Models.Rule.RuleExpressionType' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1034)
|
The logs for this run have expired and are no longer available.
Loading