Bump Microsoft.Extensions.Logging from 9.0.10 to 10.0.2 #36
Annotations
10 warnings
|
build-test:
src/dotnetbyexample/Language.cs#L14
Non-nullable field 'Ignores' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-test:
src/dotnetbyexample/Language.cs#L13
Non-nullable field 'MarkdownMaps' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-test:
src/dotnetbyexample/Language.cs#L10
Non-nullable field 'Symbol' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-test:
src/dotnetbyexample/Language.cs#L9
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-test:
src/dotnetbyexample/TemplateBase.cs#L17
Non-nullable property 'Sources' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test:
src/dotnetbyexample/TemplateBase.cs#L17
Non-nullable property 'Sections' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test:
src/dotnetbyexample/TemplateBase.cs#L17
Non-nullable property 'GetSourcePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test:
src/dotnetbyexample/TemplateBase.cs#L17
Non-nullable property 'PathToJs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test:
src/dotnetbyexample/TemplateBase.cs#L17
Non-nullable property 'PathToCss' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-test:
src/dotnetbyexample/TemplateBase.cs#L17
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|