Bump mkdocs-material from 9.5.44 to 9.5.45 (#2619) #420
Annotations
10 warnings
Build module:
src/PSRule/Commands/ExportConventionCommand.cs#L86
Dereference of a possibly null reference.
|
Build module:
src/PSRule/Runtime/RunspaceContext.cs#L661
Dereference of a possibly null reference.
|
Build module:
src/PSRule/Runtime/RunspaceContext.cs#L661
Possible null reference argument for parameter 'name' in 'object? ILanguageScope.GetService(string name)'.
|
Build module:
src/PSRule/Runtime/RunspaceContext.cs#L826
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.
|
Loading