Sharpmake
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.
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....
Bumps Microsoft.VisualStudio.Setup.Configuration.Interop from 3.0.4492 to 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...
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...
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.
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...