#48. Fixes attribute pattern bugs. #90
Annotations
20 warnings
Build Solution in RELEASE:
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.
|
Build Solution in RELEASE:
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.
|
Build Solution in RELEASE:
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.
|
Build Solution in RELEASE:
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.
|
Build Solution in RELEASE:
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.
|
Build Solution in RELEASE:
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.
|
Build Solution in RELEASE:
src/Rougamo.Fody/ModuleWeaver.cs#L45
The field 'ModuleWeaver._isMatch' is never used
|
Build Solution in RELEASE:
src/Rougamo.Fody/Models/RouMethod.cs#L11
The field 'RouMethod._BindingFlags' is assigned but its value is never used
|
Build Solution in RELEASE:
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.
|
Build Solution in RELEASE:
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.
|
Build Solution in DEBUG:
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.
|
Build Solution in DEBUG:
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.
|
Build Solution in DEBUG:
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.
|
Build Solution in DEBUG:
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.
|
Build Solution in DEBUG:
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.
|
Build Solution in DEBUG:
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.
|
Build Solution in DEBUG:
src/Rougamo.Fody/ModuleWeaver.cs#L45
The field 'ModuleWeaver._isMatch' is never used
|
Build Solution in DEBUG:
src/Rougamo.Fody/Models/RouMethod.cs#L11
The field 'RouMethod._BindingFlags' is assigned but its value is never used
|
Build Solution in DEBUG:
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.
|
Build Solution in DEBUG:
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.
|
The logs for this run have expired and are no longer available.
Loading