Skip to content

Fix deployment (hopefully for the last time) #5

Fix deployment (hopefully for the last time)

Fix deployment (hopefully for the last time) #5

Triggered via push August 17, 2023 00:57
Status Success
Total duration 1m 23s
Artifacts

main.yml

on: push
deploy-to-github-pages
1m 14s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 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: Modulhandbuch.Frontend/Components/Tooltip.razor#L9
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Modulhandbuch.Frontend/Components/Tooltip.razor#L10
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Modulhandbuch.Frontend/Pages/MainPage.razor#L15
Dereference of a possibly null reference.
deploy-to-github-pages: Modulhandbuch.Frontend/Pages/MainPage.razor#L15
Possible null reference assignment.
deploy-to-github-pages: Modulhandbuch.Frontend/Pages/MainPage.razor#L76
Possible null reference argument for parameter 'second' in 'IEnumerable<Module> Enumerable.Concat<Module>(IEnumerable<Module> first, IEnumerable<Module> second)'.
deploy-to-github-pages: Modulhandbuch.Frontend/Pages/MainPage.razor#L79
Possible null reference argument for parameter 'second' in 'IEnumerable<Module> Enumerable.Concat<Module>(IEnumerable<Module> first, IEnumerable<Module> second)'.
deploy-to-github-pages: Modulhandbuch.Frontend/Pages/MainPage.razor#L110
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Modulhandbuch.Shared.Turnus)7' is not covered.
deploy-to-github-pages: Modulhandbuch.Frontend/Pages/MainPage.razor#L63
Non-nullable field '_searchText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy-to-github-pages: Modulhandbuch.Frontend/Pages/MainPage.razor#L64
Non-nullable field '_creditsStr' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy-to-github-pages: Modulhandbuch.Frontend/Pages/MainPage.razor#L66
Non-nullable field '_inId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.