Merge pull request #70 from japsuu/dev #42
Annotations
11 warnings
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:
src/Core/Rendering/Materials/Material.cs#L84
#warning: 'TODO: Print warning if keywords are set after SetPass has been called. SetPass should be called after all keywords are set, since it compiles the shader.'
|
Build:
src/Core/SceneManagement/SceneManager.cs#L48
#warning: 'TODO: Implement DontDestroyOnLoad'
|
Build:
src/Core/Rendering/Materials/Material.cs#L160
#warning: 'TODO: Fix shader complied variant naming'
|
Build:
src/Core/Mathematics/Structs.cs#L1337
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
src/Core/Mathematics/Structs.cs#L761
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
src/Core/Mathematics/AABox.cs#L160
Cannot convert null literal to non-nullable reference type.
|
Build:
src/Core/Mathematics/Structs.cs#L594
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
src/Core/Mathematics/Structs.cs#L712
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
src/Core/Mathematics/Structs.cs#L1054
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
src/Core/Mathematics/Structs.cs#L1114
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Loading