Update DecisionTree.cs #5542
Annotations
10 warnings
src/Draco.Compiler/Internal/FlowAnalysis/DecisionTree.cs#L149
Non-nullable property 'MatchedValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Draco.Compiler/Internal/FlowAnalysis/DecisionTree.cs#L149
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Draco.Compiler/Internal/FlowAnalysis/DecisionTree.cs#L92
Non-nullable property 'Arguments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Draco.Compiler/Internal/FlowAnalysis/DecisionTree.cs#L93
Non-nullable property 'ArgumentOrder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Draco.Compiler/Internal/FlowAnalysis/DecisionTree.cs#L94
Non-nullable property 'PatternMatrix' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Draco.Compiler/Internal/FlowAnalysis/DecisionTree.cs#L95
Non-nullable property 'Arms' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Draco.Compiler/Internal/FlowAnalysis/DecisionTree.cs#L97
Non-nullable property 'MutableChildren' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Draco.Compiler/Internal/FlowAnalysis/DecisionTree.cs#L149
Non-nullable property 'MatchedValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Draco.Compiler/Internal/FlowAnalysis/DecisionTree.cs#L149
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Draco.Compiler/Internal/FlowAnalysis/DecisionTree.cs#L92
Non-nullable property 'Arguments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading