Initial commit #1
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/Configure.AppHost.cs#L44
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.AppHost.cs#L45
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/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/Markdown.Blog.cs#L11
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/Markdown.Blog.cs#L12
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/Markdown.Blog.cs#L24
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp/Markdown.Blog.cs#L25
Non-nullable property 'ProfileUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MyApp/Markdown.Podcasts.cs#L10
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/Markdown.Podcasts.cs#L11
Non-nullable property 'PublicBaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|