Skip to content

Sharpmake 0.15.1

Compare
Choose a tag to compare
@belkiss belkiss released this 03 Mar 21:02

New features / improvements:

  • [GithubActions] Upload sharpmake release artifacts ea12162e
  • Lower the sharpmake target path ad1602af
  • Add support for modifiers in resolvable strings, for now, only lower is supported. 755bcd7a
  • Give public access to Sharpmake.Generators.FastBuild.UtilityMethods
  • Remove try/catch/throw that broke exception callstack

Bug fixes:

  • Compile runtime assembly in debug by default when builder context is null. 72f8ff40
  • Remove /debugScripts from the debug solution generation as well. 465166ed
  • Revert back to old behavior that compiles runtime assemblies in debug, because some code that relies on the Callstack (like current sharpmake file lookup) can misbehave when optim are active f2da9ba9
  • Fix display of warning messages of runtime assembly compilation when the compilation succeeds 46bab3d0
  • Fix determinism in fastbuid unity hash: was computing using absolute path projectPath