🚧Remove nullable reference in scene manager #967
Labels
area:scenes
Changes related to scenes and scene management
🧨breaking-changes
Feature/changes contains breaking changes
medium-priority
Medium Priority
preview
Done while in preview
tech-debt
Code refactoring or cleanup / tech debt reduction
Milestone
Complete The Item Below
Description
In the
internal
SceneManager
class, the list of scenes contains a tuple where theIScene
in that tuple is a nullable reference type.This should not be the case. Refactor the code in the
SceneManager
class to remove theIScene
as a nullable reference type.Acceptance Criteria
The items to complete to satisfy the Definition of Done.
ToDo Items
The items to complete to satisfy the Definition of Done.
Issue Dependencies
Related Work
No response
Additional Information:
Unit Tests
Reasons for local unit test execution:
💡Warning💡
If the unit tests pass remotely and are not executed locally, this means we could be letting a bug slip into production.
Though bugs will always exist in some capacity, we should all do our part to help prevent them from happening.
Change Type Labels
🐛bug
🧨breaking changes
✨new feature
♻️cicd
⚙️config
🏎️performance
🗒️documentation/code
📝documentation/product
Priority Type Labels
low priority
medium priority
high priority
Code of Conduct
The text was updated successfully, but these errors were encountered: