Releases: dubiousconst282/DistIL
Releases · dubiousconst282/DistIL
v0.5.0-beta
ExpandLinq: stop expanding Range().{ToArray()|ToList()} These are already optimized in LINQ and vectorized in .NET 8, see #25
DistIL v0.4.0-beta
Update readme
v0.3.1-beta.1: Don't use ref assemblies for NETCoreApp runtime libraries
Solves an issue with structs not being recognized. This is not a great fix but it should be enough for now.
v0.3.0-beta.1: Forward reference paths from MSBuild task to CLI
This should fix framework dependencies not being resolved (asp and winforms stuff). Also fixes a couple other minor issues: - Mark task package as DevelopmentDependency - Add package license