Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: jimmylewis/msbuild

Tags

v16.10.1

Toggle v16.10.1's commit message
Merge branch 'fix-except-cache-problem' into vs16.10

v16.10.0

Toggle v16.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Final branding for 16.10.0 (dotnet#6451)

v16.9.2

Toggle v16.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update VS version to use in optprof and RPS runs (dotnet#6443)

v16.11.0-preview-21254-21

Toggle v16.11.0-preview-21254-21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[main] Update dependencies from nuget/nuget.client (dotnet#6405)

NuGet.Build.Tasks
 From Version 5.9.1-rc.8 -> To Version 5.10.0-rc.7240

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

v16.10.0-preview-21181-07

Toggle v16.10.0-preview-21181-07's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updates (dotnet#6314)

Co-authored-by: Cristiano Suzuki <[email protected]>

v16.9.0.2116703

Toggle v16.9.0.2116703's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dotnet#6273 from jeffkl/jeffkl/16.9-cherry-pick

Handle unsupported paths in ProjectInSolution.AbsolutePath (dotnet#6238)

v16.10.0-preview-21126-01

Toggle v16.10.0-preview-21126-01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
On disk cache serialization (dotnet#6094)

### Context
BinaryFormater serialization of on-disk RAR cache is slow and unsecure. 
Related issue: dotnet#6057

### Changes Made
Serialization changed to use custom binary format by using existing `ITranslatable` 

### Testing
Unit testing
Manual testing
- Roslyn repo rebuild + incremental build

v16.9.0

Toggle v16.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[vs16.9] NuGet Feed Update (dotnet#6136)

Co-authored-by: Matt Mitchell <[email protected]>
Co-authored-by: Ben Villalobos <[email protected]>

v16.9.0-preview-21103-02

Toggle v16.9.0-preview-21103-02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Loc updates (dotnet#6102)

Co-authored-by: Cristiano Suzuki <[email protected]>

v16.8.3

Toggle v16.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update dependencies from https://github.com/dotnet/arcade build 20201…

…130.3 (dotnet#5961)

[vs16.8] Update dependencies from dotnet/arcade