Release Dev to Main #157
Annotations
1 error and 10 warnings
|
Build solution
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Build solution:
ExpressionEngine/ValueContainer.cs#L319
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build solution:
ExpressionEngine/Functions/Implementations/CollectionFunctions/UnionFunction.cs#L10
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.
|
Build solution:
ExpressionEngine/ExpressionEngine.cs#L5
Missing XML comment for publicly visible type or member 'IExpressionEngine'
|
Build solution:
ExpressionEngine/ExpressionEngine.cs#L7
Missing XML comment for publicly visible type or member 'IExpressionEngine.Parse(string)'
|
Build solution:
ExpressionEngine/ExpressionEngine.cs#L8
Missing XML comment for publicly visible type or member 'IExpressionEngine.ParseToValueContainer(string)'
|
Build solution:
ExpressionEngine/ExpressionEngine.cs#L11
Missing XML comment for publicly visible type or member 'ExpressionEngine'
|
Build solution:
ExpressionEngine/ExpressionEngine.cs#L15
Missing XML comment for publicly visible type or member 'ExpressionEngine.ExpressionEngine(ExpressionGrammar)'
|
Build solution:
ExpressionEngine/ExpressionEngine.cs#L20
Missing XML comment for publicly visible type or member 'ExpressionEngine.Parse(string)'
|
Build solution:
ExpressionEngine/ExpressionEngine.cs#L25
Missing XML comment for publicly visible type or member 'ExpressionEngine.ParseToValueContainer(string)'
|
Loading