Skip to content

1.4.0

Compare
Choose a tag to compare
@ByronMayne ByronMayne released this 17 Nov 15:00
· 64 commits to master since this release

After struggling with a bunch of hard to debug build time issues I figured out a more stable way of doing the script injection. Instead of using a it's own source generator to inject the assembly resolver we instead use loose scripts added as a compile item. This avoid all the weird workflows with source generators and leads to a more stable experience. Since these scripts don't do any analysis of the users code we don't require to use a source generator.