You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the PodNet_EmbedTextIsStaticClass property to make the generated class static. This is technically a breaking change, because originally the generator generated static classes anyways, but now it defaults to false.
Awesomely, set PodNet_EmbedTextDirectoryAsClass to true, which will make the content files' containing folder (directory) the name of the generated partial class, with the filename being the property. This results in a type having multiple properties, instead of a type for every property.
🪳 (And fixes!) 🪳
If by any reason you wanted to share multiple parts of the same partial class, the generator would break, because the virtual file names would conflict. Now, the names are unique (the namespace, class name and property name are included in the virtual file name).