3F / DllExport

.NET DllExport with .NET Core support (aka 3F/DllExport aka DllExport.bat)
MIT License
937 stars 131 forks source link

Provide support for building in Intellij Rider #229

Closed bukowa closed 3 weeks ago

bukowa commented 6 months ago

Follow up to https://github.com/3F/DllExport/issues/141#issuecomment-608103235

I just tried using DllExport for a simple task. Found the repository and while using Rider landed on this topic. Building in Visual Studio just works. I have no idea what is really happening and what steps should one perform to investigate this topic because of my little to non knowledge about C# and build chains. Maybe someone can provide more context.

3F commented 4 weeks ago

Hello,

Are there any problems using the msbuild together with Intellij Rider? I think most modern IDEs provide options to build using msbuild, isn't it? it's important part of SDKs including dotnet etc.

As I voiced in #141

Even officially they (MS team) recommends to use exactly this instead of dotnet build* for some related problems with tasks etc.

To build your configured project, for example:

"path to MSBuild.exe" /p:Configuration=Release

or using hmsbuild that helps with MSBuild tools

hmsbuild ~c Release

bukowa commented 3 weeks ago

Hey I am sorry but I don't longer remember anything about the topic.

3F commented 3 weeks ago

I see. I'm closing the issue. Feel free to open a new one if you discover a new problem or question.