Merge remote-tracking branch 'origin/main' #342
Annotations
10 warnings
build:
MyApp/Pages/Shared/DocsPage.cshtml#L4
'Pages_Shared_DocsPage.Config' hides inherited member 'RazorPage.Config'. Use the new keyword if hiding was intended.
|
build:
MyApp/Pages/Page.cshtml.cs#L9
Non-nullable property 'Slug' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp/Configure.Ssg.cs#L103
Non-nullable property 'LocalBaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp/Configure.Ssg.cs#L104
Non-nullable property 'PublicBaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp/MarkdownPagesBase.cs#L974
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp/MarkdownPagesBase.cs#L975
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp/Pages/Shared/VideoGroup.cshtml#L33
Nullable value type may be null.
|
build:
MyApp/MarkdownPagesBase.cs#L102
Parameter 'log' is unread.
|
build:
MyApp/MarkdownPagesBase.cs#L140
Possible null reference argument for parameter 'newDoc' in 'void MarkdownFileBase.Update(MarkdownFileBase newDoc)'.
|
build:
MyApp/Pages/Shared/DocsPage.cshtml#L239
Dereference of a possibly null reference.
|