Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide support for building in Intellij Rider #229

Closed
bukowa opened this issue Dec 24, 2023 · 3 comments
Closed

Provide support for building in Intellij Rider #229

bukowa opened this issue Dec 24, 2023 · 3 comments
Labels

Comments

@bukowa
Copy link

bukowa commented Dec 24, 2023

Follow up to #141 (comment)

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.

@bukowa bukowa added the bug label Dec 24, 2023
@3F
Copy link
Owner

3F commented Jun 5, 2024

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

@3F 3F added question and removed bug labels Jun 5, 2024
@bukowa
Copy link
Author

bukowa commented Jun 5, 2024

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

@3F
Copy link
Owner

3F commented Jun 5, 2024

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

@3F 3F closed this as completed Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants