VitalRouter icon indicating copy to clipboard operation
VitalRouter copied to clipboard

After deserialization, vitalRouterGeneratedSubscriptions becomes null.

Open tokoharusame opened this issue 1 year ago • 1 comments

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.

tokoharusame avatar May 24 '24 02:05 tokoharusame