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
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