Skip to content

New methods to render if view not exists #133

New methods to render if view not exists

New methods to render if view not exists #133

Triggered via pull request January 13, 2024 17:37
Status Failure
Total duration 3m 29s
Artifacts

dotnetcore.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: test/Razor.Templating.Core.Test/RazorViewToStringRendererTest.cs#L19
'RazorTemplateEngine.Initialize()' is obsolete: 'This method is now marked as obsolete and no longer used. It will be removed in the upcoming versions. You can safely remove it and it doesn't affect any functionality.'
build: test/Razor.Templating.Core.Test/RazorViewToStringRendererTest.cs#L50
'RazorTemplateEngine.RenderAsync<TModel>(string, object, Dictionary<string, object>)' is obsolete: 'This method with generic type param is now obsolete and it will be removed in the upcoming versions. Please use the overload method without generic parameter instead.'
build: examples/Mvc/ExampleWebApp.Net6_0/Controllers/HomeController.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: examples/Desktop/Example.Windows.Desktop.WPF/MainWindow.xaml.cs#L40
The variable 'exception' is declared but never used
build: test/Razor.Templating.Core.Test/RazorViewToStringRendererTest.cs#L19
'RazorTemplateEngine.Initialize()' is obsolete: 'This method is now marked as obsolete and no longer used. It will be removed in the upcoming versions. You can safely remove it and it doesn't affect any functionality.'
build: test/Razor.Templating.Core.Test/RazorViewToStringRendererTest.cs#L50
'RazorTemplateEngine.RenderAsync<TModel>(string, object, Dictionary<string, object>)' is obsolete: 'This method with generic type param is now obsolete and it will be removed in the upcoming versions. Please use the overload method without generic parameter instead.'
build: examples/Desktop/Example.Windows.Desktop.WPF/MainWindow.xaml.cs#L40
The variable 'exception' is declared but never used
build: examples/BlazorServer/ExampleBlazorServerApp/Pages/Index.razor#L26
Non-nullable field 'html' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: test/Razor.Templating.Core.Test/RazorViewToStringRendererTest.cs#L19
'RazorTemplateEngine.Initialize()' is obsolete: 'This method is now marked as obsolete and no longer used. It will be removed in the upcoming versions. You can safely remove it and it doesn't affect any functionality.'
build: test/Razor.Templating.Core.Test/RazorViewToStringRendererTest.cs#L50
'RazorTemplateEngine.RenderAsync<TModel>(string, object, Dictionary<string, object>)' is obsolete: 'This method with generic type param is now obsolete and it will be removed in the upcoming versions. Please use the overload method without generic parameter instead.'