David Federman
David Federman
This is a substantial refactor in the ProjectCacheService. The primary motivation is to be more permissive with the plugins which are configured. Each project configures its plugins via an item,...
This is a minor bug fix which ensures the Scheduler always uses the latest value for `BuildParameters.DisableInProcNode` rather than the value provided in the first build. Note that the Scheduler...
A minor change to cleanup and remove some dead code from NodeEndpointOutOfProc
### Issue Description The SDK resolver seems to intermittently fail when performing a graph build. ### Steps to Reproduce `msbuild /graph` ### Expected Behavior A successful build ### Actual Behavior...
### Describe the feature request Add support for a stacked line chart ### Which charts does this feature request apply to? Line/Time ### Describe the solution you'd like The ability...
This strong-names the assemblies so that applications which are themselves strong-named can use these libraries. The snk file was generated by running: `sn -k StrongName.snk`
Without a strong name, a strong-named project will get this error. > CS8002: Referenced assembly 'Microsoft.ComponentDetection.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name. You just need to generate...
Handle files which have `\r\n` or `\n`.
Ignore lines which start with `#`. Are there other comment formats?