Adjusted the blazor app code to use the new (swagger) typed models #17
Annotations
4 warnings
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
deploy-to-github-pages:
src/UmbracoDemo.Client/obj/umbraco-swaggerClient.cs#L1526
Converting null literal or possible null value to non-nullable type.
|
deploy-to-github-pages:
src/UmbracoDemo.Client/obj/umbraco-swaggerClient.cs#L1532
Dereference of a possibly null reference.
|
deploy-to-github-pages:
src/UmbracoDemo.Client/Pages/Index.razor#L56
The field 'Index._previewEnabled' is never used
|