You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NuGet/C++] Add support for nuget packages in c++ * Rename existing PackageReference sample to CSharpPackageReference and add C++ version 281bd887
[Linux|Bff] Add new linux SysRoot PathOption 263f8b62
Add support for WarningsAsErrors for C# projects (#187) 85fc91cf
[.NET Core] Add options for PublishSingleFile and PublishTrimmed (#181) 5b0d2de5
Added support for FileVersion, Version, Product and Copyright fields in C# projects (#186) a0f691fa
Add support for 'nullable' field in C# projects (#188) 2c2e0992
Added support for Protobuf-includes in C# projects (#190) 487190da
Added proper support for .Net Core/.Net 5.0 C++/CLI project support (#194) cf1c3f2c
ClangForWindowsSettings : allow user to override LLVM's windows lib directory 1fcec5f4
Add the possibility for a platform to register extra stamp events f424cac9
Add an option FastBuildSupportLinkerStampList to FastBuildSettings, to indicate if the fastbuild exe that's used support multi stamping (that's a feature that's only in the internal fastbuild fork atm) f424cac9
Use the extra stamp events on linux to strip debug symbol info, that will fix un-necessary rebuilds when cross compiling with FastBuild for linux f424cac9
Inform msbuild to use static graph evaluation when restoring nuget packages, this should speed it up 41c6be9a
Add a property to IPlatformDescriptor indicating if the platform invokes the compiler for the link, which means that linker arguments need to be prefixed wit -Wl, with clang for instance e3142832