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

It seems like there's some issue with library extension handling for makefile project under windows. Some internal logic seems to append a `.a` like it would be done on Linux....

Job not finished. This MR is made only to discuss with maintainers to be sure that this improvement is useful

> Change allows handling /help command line option in loaded sources/assemblies (by e.g. calling Sharpmake.CommandLine.GetCommandLineHelp) instead of terminating immediately after only printing help for built-in Sharpmake commands. Doing so will...

``` - Add parameter to specify Visual Studio version for generated solution file separately - If no override is specified, solution file will target the highest Visual Studio version from...

> - Use xcopy instead of robocopy for copying single file when IsFileCopy is true > - Specify proper flag for robocopy when IsRecurse is true Example cases that this...

Hello, I've noticed a weird behaviour when using SourceFilesExcludeRegex. I was expecting it to match on the path, *starting from current project path*, but it actually matches on the full...

FastBuild calculates toolchain manifest hash key based on binary contents of compiler files, where paths of these files are not being factored it - it should not matter whether absolute...

> - Add FastBuildSettings.Additional[Win|Osx]EnvironmentPaths for modifying PATH in global environment settings > - Add FastBuildSettings.AdditionalCompilerEnvironmentPaths for modifying PATH in specific compiler node > - Add FastBuildSettings.AdditionalConfigEnvironmentPaths for modifying PATH in...

> CustomFileBuildStep targets were not being added to .PreBuildDependencies of Library() in BFF, only to Executable() and DLL(). Issue was only affecting FastBuild and not MSBuild. Added functional test cases...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET