Граф коммитов

13 Коммитов

Автор SHA1 Сообщение Дата
Aleksandar Milicevic 2e3fa937b2 Merged PR 572965: Remove unused nugets 2020-09-05 15:30:31 +00:00
Juan Carlos Guzman Islas 58d3dda3f5 Merged PR 568020: Update System.Threading.Tasks.Extensions to 4.5.4
Update System.Threading.Tasks.Extensions to 4.5.4

We recently updated System.IO.Pipelines from 4.7.0 to 4.7.2 and it requires 4.5.4 instead of 4.5.2

We didn't notice the change was necessary because we ignore the dependency on config..dsc

Without making this change, CloudBuild (and potentially anyone consuming our nuget packages) complains that there is a package downgrade.
2020-08-07 17:05:57 +00:00
Sergey Tepliakov 274a16f5a8 Merged PR 556497: Remove msbuild specific dependencies
This PR removes `ForMSBuild` packages because all the pieces are using the same version.
And it also fixes the test discovery issue that is happening in Test Explorer when trying to run the cache tests.
2020-06-08 23:34:34 +00:00
Matthew Lam b4d5f439fc Merged PR 554676: Json Migration to BCL Json
Removing NewntonSoft dependency from our packages and using System.Text.Json instead
2020-06-05 22:44:52 +00:00
Sergey Tepliakov dbf5c7c88a Merged PR 553376: Update System.Buffers to 4.5.1
The version is currently used is not the version that is referenced by the version of StackExchange.Redis.

And [this conversion](https://github.com/StackExchange/StackExchange.Redis/issues/1120) suggests that this maybe the issue that causes connectivity issues.

Related work items: #1719347
2020-05-28 18:31:46 +00:00
Aleksandar Milicevic a2875ae5ad [linux] changes needed for selfhost build
Various small changes that allow building selfhost with BuildXL on Linux.

What's missing:
  - downloading nugets
  - remote telemetry
  - bond.csharp tool (`gbc`) for Linux (needs to be built from sources and published as a new nuget)
  - rush stuff

If (1) nugets are first downloaded manually, and (2) `gbc` is manually replaced with a Linux binary, building minimal selfhost on Linux works.
2020-04-21 18:21:00 +00:00
Aleksandar Milicevic 32a599cc36 [linux-sandbox] fixes needed for running process tests
Fixes needed to run Test.BuildXL.Process.dll on Linux
2020-04-09 15:29:00 +00:00
Aleksandar Milicevic c264eed39d Merged PR 539513: Add qualifiers for Linux; add linux-x64.nupkg to deployment
- add qualifiers for Linux; add linux-x64.nupkg to deployment
 - rename namespace `BuildXL.Interop.MacOS` to `BuildXL.Interop.Unix`
2020-03-06 20:04:14 +00:00
Lance Collins ddee9b1a77 Merged PR 532175: Re-upgrade GRPC and add fix to DNS resolution delay
Re-upgrade GRPC and add fix to DNS resolution delay
2020-01-30 16:18:57 +00:00
Lance Collins 21272830cd Merged PR 531605: Revert "Merged PR 529351: Update Grpc and Protobuf versions"
Revert !530629
2020-01-28 18:35:53 +00:00
Danny van Velzen ad25bf2be0 Merged PR 530629: Merged PR 529351: Update Grpc and Protobuf versions
Merged PR 529351: Update Grpc and Protobuf versions

Update Grpc and Protobuf versions.
Checked out the codegen and the generated code is almost identical:
* A few case changes of members in the generated protobuf cs file
* Comment changes
* Service classes now have a BindServiceMethod attribute
* The generated class now takes a `ChannelBase` rather than `Channel`
* A new overload of `serviceBinder.AddMethod` is used but passing the same data.
2020-01-23 22:53:28 +00:00
Danny van Velzen 83deedddff Merged PR 529972: Revert "Merged PR 529351: Update Grpc and Protobuf versions"
Revert "Merged PR 529351: Update Grpc and Protobuf versions"

This reverts commit 46f0589b8e.

Cloudubild tried to deploy 2 times and it seems there are too many nuget dependency problems with version mismatches of transitive dependencies... I don't have the bandwidth to keep hinting this down as all the validations run seem to pass.
2020-01-20 05:53:08 +00:00
Danny van Velzen 46f0589b8e Merged PR 529351: Update Grpc and Protobuf versions
Update Grpc and Protobuf versions.
Checked out the codegen and the generated code is almost identical:
* A few case changes of members in the generated protobuf cs file
* Comment changes
* Service classes now have a BindServiceMethod attribute
* The generated class now takes a `ChannelBase` rather than `Channel`
* A new overload of `serviceBinder.AddMethod` is used but passing the same data.
2020-01-16 21:21:08 +00:00