VitalRouter
VitalRouter copied to clipboard
After deserialization, vitalRouterGeneratedSubscriptions becomes null.
When a class with the [Routes] attribute is generated through deserialization, the standard C# initialization process is not performed. As a result, the vitalRouterGeneratedSubscriptions variable, which is part of the code generated by the Source Generator, becomes null. This leads to an error during the execution of the MapTo method.