Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#224 - Introduce simplification rules #579

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

#224 - Introduce simplification rules

3f4e547
Select commit
Loading
Failed to load commit list.
Draft

#224 - Introduce simplification rules #579

#224 - Introduce simplification rules
3f4e547
Select commit
Loading
Failed to load commit list.
Azure Pipelines / sys27.xFunc failed Dec 23, 2023 in 1m 18s

Build #4.5.0-preview.6+c41ffab34c failed

Annotations

Check failure on line 8 in xFunc.Maths/Analyzers2/ChainRuleBuilder.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / sys27.xFunc

xFunc.Maths/Analyzers2/ChainRuleBuilder.cs#L8

xFunc.Maths/Analyzers2/ChainRuleBuilder.cs(8,23): Error CS8618: Non-nullable field 'initialRule' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check failure on line 9 in xFunc.Maths/Analyzers2/ChainRuleBuilder.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / sys27.xFunc

xFunc.Maths/Analyzers2/ChainRuleBuilder.cs#L9

xFunc.Maths/Analyzers2/ChainRuleBuilder.cs(9,23): Error CS8618: Non-nullable field 'currentRule' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Check failure on line 1 in xFunc.Maths/Analyzers2/ChainRuleBuilder.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / sys27.xFunc

xFunc.Maths/Analyzers2/ChainRuleBuilder.cs#L1

xFunc.Maths/Analyzers2/ChainRuleBuilder.cs(1,1): Error SA1633: The file header is missing or not located at the top of the file. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md)

Check failure on line 1 in xFunc.Maths/Analyzers2/ExecutionStep.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / sys27.xFunc

xFunc.Maths/Analyzers2/ExecutionStep.cs#L1

xFunc.Maths/Analyzers2/ExecutionStep.cs(1,1): Error SA1633: The file header is missing or not located at the top of the file. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md)