Support constructor.(#41) #79
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
40 warnings
Linux:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L7
Non-nullable property 'RouMethod' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Linux:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L9
Non-nullable property 'MoveNextMethodDef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Linux:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L11
Non-nullable property 'BuilderFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Linux:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L13
Non-nullable property 'StateFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Linux:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L15
Non-nullable property 'MosFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Linux:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L17
Non-nullable property 'ContextFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Linux:
src/Rougamo.Fody/ModuleWeaver.cs#L45
The field 'ModuleWeaver._isMatch' is never used
|
Linux:
src/Rougamo.Fody/Models/RouMethod.cs#L11
The field 'RouMethod._BindingFlags' is assigned but its value is never used
|
Linux:
test/TestAssemblies/PatternUsage/SingleGeneric.cs#L15
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Linux:
test/TestAssemblies/PatternUsage/SingleGeneric.cs#L16
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Linux:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L7
Non-nullable property 'RouMethod' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Linux:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L9
Non-nullable property 'MoveNextMethodDef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Linux:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L11
Non-nullable property 'BuilderFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Linux:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L13
Non-nullable property 'StateFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Linux:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L15
Non-nullable property 'MosFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Linux:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L17
Non-nullable property 'ContextFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Linux:
src/Rougamo.Fody/ModuleWeaver.cs#L45
The field 'ModuleWeaver._isMatch' is never used
|
Linux:
src/Rougamo.Fody/Models/RouMethod.cs#L11
The field 'RouMethod._BindingFlags' is assigned but its value is never used
|
Linux:
test/TestAssemblies/PatternUsage/X/XClsA.cs#L20
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Linux:
test/TestAssemblies/PatternUsage/X/XClsA.cs#L25
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Windows:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L7
Non-nullable property 'RouMethod' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Windows:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L9
Non-nullable property 'MoveNextMethodDef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Windows:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L11
Non-nullable property 'BuilderFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Windows:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L13
Non-nullable property 'StateFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Windows:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L15
Non-nullable property 'MosFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Windows:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L17
Non-nullable property 'ContextFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Windows:
src/Rougamo.Fody/ModuleWeaver.cs#L45
The field 'ModuleWeaver._isMatch' is never used
|
Windows:
src/Rougamo.Fody/Models/RouMethod.cs#L11
The field 'RouMethod._BindingFlags' is assigned but its value is never used
|
Windows:
test/TestAssemblies/BasicUsage/AsyncExecution.cs#L41
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.
|
Windows:
test/TestAssemblies/BasicUsage/AsyncExecution.cs#L47
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.
|
Windows:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L7
Non-nullable property 'RouMethod' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Windows:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L9
Non-nullable property 'MoveNextMethodDef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Windows:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L11
Non-nullable property 'BuilderFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Windows:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L13
Non-nullable property 'StateFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Windows:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L15
Non-nullable property 'MosFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Windows:
src/Rougamo.Fody/Models/StateMachineComposition.cs#L17
Non-nullable property 'ContextFieldRef' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Windows:
src/Rougamo.Fody/ModuleWeaver.cs#L45
The field 'ModuleWeaver._isMatch' is never used
|
Windows:
src/Rougamo.Fody/Models/RouMethod.cs#L11
The field 'RouMethod._BindingFlags' is assigned but its value is never used
|
Windows:
test/TestAssemblies/PatternUsage/Attributes/SetOnEntryAttribute.cs#L51
Converting null literal or possible null value to non-nullable type.
|
Windows:
test/TestAssemblies/PatternUsage/Attributes/SetOnEntryAttribute.cs#L54
Dereference of a possibly null reference.
|