Merge pull request #12 from zack4485/patch-13 #187
Annotations
9 errors and 11 warnings
build:
MyApp/Markdown.Blog.cs#L123
No overload for method 'CreateMarkdownFile' takes 4 arguments
|
build:
MyApp/Markdown.Blog.cs#L158
No overload for method 'CreatePipeline' takes 1 arguments
|
build:
MyApp/Markdown.Videos.cs#L26
No overload for method 'CreatePipeline' takes 1 arguments
|
build:
MyApp/Markdown.WhatsNew.cs#L26
No overload for method 'CreatePipeline' takes 1 arguments
|
build:
MyApp/Markdown.Blog.cs#L123
No overload for method 'CreateMarkdownFile' takes 4 arguments
|
build:
MyApp/Markdown.Blog.cs#L158
No overload for method 'CreatePipeline' takes 1 arguments
|
build:
MyApp/Markdown.Videos.cs#L26
No overload for method 'CreatePipeline' takes 1 arguments
|
build:
MyApp/Markdown.WhatsNew.cs#L26
No overload for method 'CreatePipeline' takes 1 arguments
|
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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.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/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/Pages/Podcasts.cshtml#L22
Nullable value type may be null.
|
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.
|