@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.
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?
@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.
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 replaceILRepack.MSBuild.Task
but the build still fails.Should this package fix the build issue? How is it supposed to be used?