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

14 Коммитов

Автор SHA1 Сообщение Дата
Sergey Tepliakov 40c9f163ba Merged PR 633580: Add .net6.0 support
This PR adds support of .net6 (rc version for now) to bxl codebase.
2021-11-18 21:47:42 +00:00
Michael Pysson ffa080c652 Merged PR 634616: Update ASPNetCore version to address security issue
Update ASPNetCore version to address security issue

Related work items: #1883444, #1883445
2021-10-21 00:30:18 +00:00
Sergey Tepliakov d71d8b9b64 Merged PR 585237: Add support for NET 5
This PR adds support for .NET 5.

The only current limitation is that QTest is disabled in .NET 5 because it was failing with some "can't find the right assembly" issue that I'm going to investigate.

Also, the default qualifier stays the same and I need some help testing the changes on the mac and on Linux.

This PR also allow us using C# 9 features like records **for all target frameworks** and the following code compiles just fine:

```csharp
public record X
    {
        public int Y { get; init; }
    }
```

Keep in mind, that you need the most recently released VS in order to see intellisense for this code.
2020-11-19 00:25:17 +00:00
Lance Collins c29b9e1e00 Merged PR 566141: Add deployment service web scaffolding.
Add deployment service web scaffolding.
2020-08-03 18:29:15 +00:00
Lance Collins 569c9dd1bc Merged PR 562793: Remove extraneous aspnetcore packages. Add updated aspnet core packages. Hand...
Remove extraneous aspnetcore packages. Add updated aspnet core packages. Handle framework runtime packages in nuget spec generation.
2020-07-15 16:57:45 +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
Danny van Velzen 98f743d045 Merged PR 523491: Update to 5.2.7 of Microsoft.AspNet.WebApi.Client
Update to 5.2.7 of Microsoft.AspNet.WebApi.Client
2019-12-11 18:24:10 +00:00
Rijul Luman d72d71dc4a
Upgraded ASP .NET IIS nuget to remove cg vulnerability (#985) 2019-10-02 15:48:17 -07:00
dannyvv ef6dc51ebe
Update asp.netcore to v2.2.0 for the Build Explorer (#354) 2019-05-22 19:03:26 -07:00
Microsoft Open Source b5c9f43106 Initial sync
Sync from internal 'Domino' repo at 7ef83bdcd855bd3a837464e44d6de25f19775b5c
2019-03-28 15:35:49 -07:00