Sharpmake icon indicating copy to clipboard operation
Sharpmake copied to clipboard

Sharpmake is an open-source C#-based solution for generating project definition files, such as Visual Studio projects and solutions, GNU makefiles, Xcode projects, etc.

Results 98 Sharpmake issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.0.1 to 4.1.0. Changelog Sourced from Microsoft.CodeAnalysis.CSharp's changelog. Version 4.1.0 Can no longer inherit from CompletionService and CompletionServiceWithProviders The constructors of Microsoft.CodeAnalysis.Completion and Microsoft.CodeAnalysis.Completion.CompletionServiceWithProviders are now internal....

dependencies
.NET

Bumps Microsoft.VisualStudio.Setup.Configuration.Interop from 3.0.4492 to 3.1.2196. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.VisualStudio.Setup.Configuration.Interop&package-manager=nuget&previous-version=3.0.4492&new-version=3.1.2196)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
.NET

Hello, I tried creating the solution/project for the Avalonia Todo sample app using Sharpmake: https://docs.avaloniaui.net/tutorials/todo-list-app/ https://github.com/grokys/todo-tutorial I managed to get pretty much everything working *except* being able to setup the...

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 5.0.2 to 6.0.2. Release notes Sourced from System.Text.Json's releases. .NET 6.0.1 Release .NET 6.0 Release .NET 6.0 RC 2 Release .NET 6.0 RC 1 Release .NET 6.0...

dependencies
.NET

Resurrecting #101 that got deleted when I renamed some branches.

Two of these changes are to get makefiles working properly on mac, the third was just nice since then I didn't have to specify which standard library to use (which...

I was in here and noticed that this code was still using the property instead of the input namespaces

Updated version of #86 which got closed when I renamed the branch. This new version is updated to also sort dependent library includes to the whole graph is in order....

Hello! Will be there support for NuGet references for C++ projects? Want to reference D3D12 Agility SDK.

enhancement
question

I use this to build for all platforms from my windows machine. I used to use ``/p:PublishSingleFile=true`` to reduce the number of dependent dlls generated, however recent changes means that...