Added BPM Field #56
Annotations
12 warnings
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, JamesIves/github-pages-deploy-action@3.7.1. 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v2.0.0, JamesIves/github-pages-deploy-action@3.7.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
deploy-to-github-pages:
Shared/Video.razor#L13
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
Pages/Videos.razor#L31
Non-nullable property 'MainPage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
Pages/Software.razor#L15
Non-nullable property 'MainPage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
Pages/Simulated.razor#L57
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.
|
deploy-to-github-pages:
Pages/Simulated.razor#L50
Non-nullable property 'MainPage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
Pages/Releases.razor#L85
Non-nullable property 'MainPage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
Pages/Index.razor#L5
Non-nullable property 'MainPage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
Shared/GithubLink.razor#L19
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
Shared/GithubLink.razor#L21
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-pages:
Shared/GithubLink.razor#L23
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|