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

3131 Коммитов

Автор SHA1 Сообщение Дата
Allison Chou d864388543 Fix merge conflicts 2023-04-17 17:38:06 -07:00
Allison Chou 3f8828c06f
Fix 17.6 branching (#8603) 2023-04-17 22:31:44 +00:00
dotnet-maestro[bot] cd795fc375 Update dependencies from https://github.com/dotnet/arcade build 20230411.8
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23205.4 -> To Version 8.0.0-beta.23211.8
2023-04-12 16:01:00 +00:00
dotnet-maestro[bot] 78615718a4 Update dependencies from https://github.com/dotnet/arcade build 20230410.3
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23205.4 -> To Version 8.0.0-beta.23210.3
2023-04-11 16:04:51 +00:00
Jared Parsons 0b913ce376
Enable Public API analyzer (#8571)
* Enablee Public API analyzer

The public API analyzer was not running for all intended projects due to
a global disable. Removing that, fixing the immediate violations. Using
this PR to track anymore that may have been missed

* Update public API

---------

Co-authored-by: David Wengier <git@wengier.com>
2023-04-10 17:07:33 -07:00
David Wengier bc71148275
Merge pull request #8501 from dotnet/darc-main-d2180dc8-bb2b-4209-b241-3f9cfe3d53cd
[main] Update dependencies from dotnet/arcade
2023-04-07 08:47:42 +10:00
dotnet-maestro[bot] 0ee9923e80 Update dependencies from https://github.com/dotnet/arcade build 20230405.4
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23171.2 -> To Version 8.0.0-beta.23205.4
2023-04-06 14:50:08 +00:00
Allison Chou e991295bfa
Update PublishData.json after M2 (#8570) 2023-04-04 21:37:12 +00:00
Jared Parsons 449680893b
Use powershell global tool (#8550)
* Use powershell global tool

* better way of finding dotnet
2023-03-31 11:56:35 -07:00
Jared Parsons 0653fb8900
Clean up the YML for our Unix based builds (#8543)
* Make cibuild.sh consistent with CIBuild.cmd

The razor repo was inconsistent with how it handled CI build files. On Windows there was a custom build file, `eng/CBuild.cmd`, which implicitly passed along `-ci` only and required all other args to be explicity. On Unix we used `eng/common/cibuild.sh` which implicitly passed along `--restore --build --test --pack --publish --ci`.

This makes our YML file much harder to read and maintain becuase it has very different arguments across the platforms. This change addresses this by adding `eng/cibuild.sh` which effectively mirrors `eng/CIBuild.cmd` updates the YML file accordingly.

* Move to single build step

Instead of having two build steps that were `{{ if ... }`` on official builds have a single build step. This matches our behavior on Windows based builds.

* Break into restore, bulid and test phases

This matches our setup in Windows

* Use -nobl option

The --excludeCIBinaryLog option does not work on Unix due to a casing
bug. Using -nobl instead across all OS

https://github.com/dotnet/arcade/pull/12998

* fixup

* Revert the breakup into three steps

* Must restore
2023-03-30 13:02:14 -07:00
dotnet-maestro[bot] 213f10c9e0 Update dependencies from https://github.com/dotnet/arcade build 20230327.4
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23171.2 -> To Version 8.0.0-beta.23177.4
2023-03-30 13:06:54 +00:00
Allison Chou a01fab6708
Snap 17.6 P3 (#8523) 2023-03-29 01:59:05 +00:00
Allison Chou 67ae25fe24
Update PublishData.json 2023-03-28 18:07:03 -07:00
Jan Jones 10cbbd8a53
Render and verify Razor Page HTML in tests (#8435)
* Use ASP.NET Core SDK in SourceGenerator tests

* Render and verify Razor Page HTML

* Remove ASP.NET Core analyzers

* Include only DLLs from ASP.NET Core, not SDK

* Use `AssemblyLoadContext`

* Verify HTML output of view component

* Reference version 7.0.4 of ASP.NET Core DLLs

* Use empty strings as default parameter values

Co-authored-by: Fred Silberberg <fred@silberberg.xyz>

---------

Co-authored-by: Fred Silberberg <fred@silberberg.xyz>
2023-03-28 07:27:47 +00:00
dotnet-maestro[bot] 76bafdf71a Update dependencies from https://github.com/dotnet/arcade build 20230324.1
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23171.2 -> To Version 8.0.0-beta.23174.1
2023-03-25 12:55:28 +00:00
dotnet-maestro[bot] 287e4bd3c1 Update dependencies from https://github.com/dotnet/arcade build 20230323.3
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23171.2 -> To Version 8.0.0-beta.23173.3
2023-03-24 12:47:07 +00:00
dotnet-maestro[bot] efaf30bd18 Update dependencies from https://github.com/dotnet/arcade build 20230322.2
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23171.2 -> To Version 8.0.0-beta.23172.2
2023-03-23 12:45:41 +00:00
David Wengier 16c53f7e44
Merge pull request #8497 from davidwengier/BumpVersion 2023-03-23 13:54:59 +11:00
David Wengier dc29d3522c Bump version to 17.6 2023-03-23 13:31:16 +11:00
dotnet-maestro[bot] 1420382494 Update dependencies from https://github.com/dotnet/arcade build 20230321.2
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23168.1 -> To Version 8.0.0-beta.23171.2
2023-03-22 12:55:15 +00:00
Allison Chou 012e1d7ba3
Revert "Merge pull request #8422 from dotnet/binding-redirect" (#8482)
This reverts commit bf5d35e3f2, reversing
changes made to c12b6f32ca.
2023-03-21 19:05:28 +00:00
David Wengier 8e8e24d6fe
Merge pull request #8459 from dotnet/darc-main-12ca66df-660b-4e53-a1e2-1c34c3ab2b4e 2023-03-20 09:19:22 +11:00
dotnet-maestro[bot] d3a37ce4ec Update dependencies from https://github.com/dotnet/arcade build 20230318.1
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23164.2 -> To Version 8.0.0-beta.23168.1
2023-03-19 12:56:57 +00:00
Allison Chou 7f7fd365d0
Update Roslyn to 4.6.0-3.23164.6 (#8443) 2023-03-17 20:26:28 +00:00
dotnet-maestro[bot] ab5e0d0f4f Update dependencies from https://github.com/dotnet/arcade build 20230316.5
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23164.2 -> To Version 8.0.0-beta.23166.5
2023-03-17 13:08:19 +00:00
David Wengier 19fb88ab13
Merge pull request #8392 from dotnet/darc-main-787f56a5-d600-4664-8691-5dfd36d86c41 2023-03-17 09:12:19 +11:00
Jan Jones 9f0b6805fd
Add net8.0 TFM (#8394)
* Add net8.0 TFM

* Fix publishing of rzls

* Reorder TFMs

* Use plural for TFM variables

* Use single TFM for rzls

* Move modern TFMs to front

* Keep major version at 7

* Add singular `$(DefaultNetCoreTargetFramework)`

* Keep extension at net7.0

* Multi-target rzls

* Publish rzls with one TFM only
2023-03-16 10:34:03 +00:00
Maryam Ariyan bf5d35e3f2
Merge pull request #8422 from dotnet/binding-redirect
Update binding redirects for Microsoft.Extensions.* dependencies
2023-03-15 17:44:07 -04:00
dotnet-maestro[bot] b45a7d8185 Update dependencies from https://github.com/dotnet/arcade build 20230314.2
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23152.1 -> To Version 8.0.0-beta.23164.2
2023-03-15 13:11:23 +00:00
Matt Mitchell c12b6f32ca
Use an alternate approach to publishing nupkgs only on Windows (#8426)
This avoids an issue where the source build intermediate, built on Linux, didn't have the nupkgs in it because they were only packaged on Windows. Instead of restrictig packaging to only Windows, only push nupkgs on Windows, or in source-build situations. This is a little simpler, and has the added advantage that a developer can work on Linux or Mac and produce the nupkgs for testing or dev work.
2023-03-15 00:40:08 +00:00
dotnet-maestro[bot] f6ca9fe7c7 Update dependencies from https://github.com/dotnet/arcade build 20230313.1
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23152.1 -> To Version 8.0.0-beta.23163.1
2023-03-14 13:00:08 +00:00
Allison Chou 84fcdd9831
Add comment to keep package versions in sync with O#-roslyn (#8424) 2023-03-14 06:49:43 +00:00
Maryam Ariyan 2b1ef7fafc Update MicrosoftExtensionsPackageVersion to 7.0.0 2023-03-13 14:14:22 -07:00
Allison Chou fc7c20eb33
Update PublishData.json (#8420) 2023-03-10 14:07:27 -08:00
Nikola Milosavljevic b6fcfb9da0
Trim away netframework targets in source-build (#8418) 2023-03-10 08:20:01 -08:00
dotnet-maestro[bot] 395f0e6034 Update dependencies from https://github.com/dotnet/arcade build 20230309.1
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23152.1 -> To Version 8.0.0-beta.23159.1
2023-03-10 13:51:21 +00:00
Dustin Campbell dfc7304889 Remove Microsoft.AspNetCore.Razor.Common assembly
With the introduction of Microsoft.AspNetCore.Razor.Utilities.Shared,
this assembly is no longer useful. The only types left in it were
in support telemetry, and those can easily be moved to
Microsoft.CodeAnalysis.Razor.Workspaces, which is already referenced by
most tooling projects. This will help reduce image loads in Visual
Studio.
2023-03-08 11:43:18 -08:00
Jan Jones 638eb4e1b1
Remove packages not flowing anywhere (#8386)
* Remove razor-compiler DARC dependencies

* Remove unnecessary projects
2023-03-08 13:20:17 +00:00
dotnet-maestro[bot] da77a153cb Update dependencies from https://github.com/dotnet/arcade build 20230306.4
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23152.1 -> To Version 8.0.0-beta.23156.4
2023-03-07 13:46:15 +00:00
David Wengier 6233012cfc Try things 2023-03-07 21:22:57 +11:00
dotnet-maestro[bot] 142201a2c8 Update dependencies from https://github.com/dotnet/arcade build 20230303.1
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.23152.1 -> To Version 8.0.0-beta.23153.1
2023-03-04 13:39:38 +00:00
Rikki Gibson b4e44a278a
Insert release/dev17.6 to VS rel/d17.6 (#8389) 2023-03-03 20:40:24 +00:00
Jared Parsons eb56c96e02
Merge pull request #8350 from dotnet/darc-main-1a9de2c4-14e4-4198-949d-cd99f4699486
[main] Update dependencies from dotnet/arcade
2023-03-03 11:37:32 -08:00
dotnet-maestro[bot] 40422dec19 Update dependencies from https://github.com/dotnet/arcade build 20230302.1
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.22524.5 -> To Version 8.0.0-beta.23152.1
2023-03-03 13:58:22 +00:00
Rikki Gibson 1a07373dfb
Update versions to 17.6.P3 (#8381) 2023-03-03 05:10:55 +00:00
dotnet-maestro[bot] 4a4705facb Update dependencies from https://github.com/dotnet/arcade build 20230301.4
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.22524.5 -> To Version 8.0.0-beta.23151.4
2023-03-02 13:48:13 +00:00
Jared Parsons 35a2366d30 Respond to the arcade merge
This fixes up the repo to handle the incoming arcade merge.
2023-03-01 08:55:10 -08:00
dotnet-maestro[bot] 16cd0ba8fa Update dependencies from https://github.com/dotnet/arcade build 20230228.1
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.22524.5 -> To Version 8.0.0-beta.23128.1
2023-03-01 08:36:35 -08:00
dotnet-maestro[bot] f215ee7aff Update dependencies from https://github.com/dotnet/arcade build 20230227.1
Microsoft.DotNet.Arcade.Sdk
 From Version 8.0.0-beta.22524.5 -> To Version 8.0.0-beta.23127.1
2023-02-28 16:26:06 +00:00
David Wengier adadedac38 Bump roslyn again 2023-02-17 14:29:45 +11:00