Refactoring of language scopes (#2601) #417
Annotations
10 warnings
Build module:
src/PSRule/Runtime/RunspaceContext.cs#L834
Dereference of a possibly null reference.
|
Build module:
src/PSRule/Pipeline/ResourceCacheBuilder.cs#L14
Non-nullable field '_Resources' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build module:
src/PSRule/Pipeline/OptionContext.cs#L17
Non-nullable field '_Convention' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build module:
src/PSRule/Pipeline/OptionContext.cs#L17
Non-nullable field '_ConventionOrder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build module:
src/PSRule/Pipeline/OptionContext.cs#L17
Non-nullable property 'Baseline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build module:
src/PSRule/Pipeline/OptionContext.cs#L17
Non-nullable property 'Binding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build module:
src/PSRule/Pipeline/OptionContext.cs#L17
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build module:
src/PSRule/Pipeline/OptionContext.cs#L17
Non-nullable property 'Execution' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build module:
src/PSRule/Pipeline/OptionContext.cs#L17
Non-nullable property 'Include' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build module:
src/PSRule/Pipeline/OptionContext.cs#L17
Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading