gluck / il-repack

Open-source alternative to ILMerge
Apache License 2.0
1.18k stars 217 forks source link

ILRepack build fail on JetBrains Rider #296

Closed aalmada closed 3 years ago

aalmada commented 3 years ago

@gluck I have a C# source generator project where I use ILRepack to package its dependencies. The project builds fine in Visual Studio but fails in JetBrains Rider.

image

While searching for a solution, I found the JetBrains.Build.ILRepack package. The description is not very informative and I can't find its source, so I'm not sure what it does. I tried using it to replace ILRepack.MSBuild.Task but the build still fails.

Should this package fix the build issue? How is it supposed to be used?

aalmada commented 3 years ago

The build issue is not just related to Rider. It's a MSBUILD issue. Still, it would be nice to know what this package is for...