aspnet/AspNetCore -> dotnet/aspnet
Except aspnet/AspNetCore-Internal.
This commit is contained in:
parent
06b32685ec
commit
0517745c08
|
|
@ -69,7 +69,7 @@ variables:
|
|||
# used for post-build phases, internal builds only
|
||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||
- group: DotNet-AspNet-SDLValidation-Params
|
||||
|
||||
|
||||
stages:
|
||||
- stage: build
|
||||
displayName: Build
|
||||
|
|
@ -121,7 +121,7 @@ stages:
|
|||
|
||||
# Build the x86 shared framework
|
||||
# TODO: make it possible to build for one Windows architecture at a time
|
||||
# This is going to actually build x86 native assets. See https://github.com/aspnet/AspNetCore/issues/7196
|
||||
# This is going to actually build x86 native assets. See https://github.com/dotnet/aspnetcore/issues/7196
|
||||
- script: ./build.cmd
|
||||
-ci
|
||||
-arch x86
|
||||
|
|
@ -588,7 +588,7 @@ stages:
|
|||
path: artifacts/log/
|
||||
publishOnError: true
|
||||
includeForks: true
|
||||
|
||||
|
||||
- template: jobs/default-build.yml
|
||||
parameters:
|
||||
condition: ne(variables['Build.Reason'], 'PullRequest')
|
||||
|
|
@ -630,7 +630,7 @@ stages:
|
|||
path: artifacts/log/
|
||||
publishOnError: true
|
||||
includeForks: true
|
||||
|
||||
|
||||
# Source build
|
||||
- job: Source_Build
|
||||
displayName: 'Test: Linux Source Build'
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
enablePublishUsingPipelines: ${{ variables._PublishUsingPipelines }}
|
||||
enablePublishTestResults: true # publish test results to AzDO (populates AzDO Tests tab)
|
||||
enableTelemetry: true
|
||||
helixRepo: aspnet/AspNetCore
|
||||
helixRepo: dotnet/aspnetcore
|
||||
helixType: build.product/
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v2
|
||||
if: github.repository == 'aspnet/AspNetCore'
|
||||
if: github.repository == 'dotnet/aspnetcore'
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
One of the easiest ways to contribute is to participate in discussions on GitHub issues. You can also contribute by submitting pull requests with code changes.
|
||||
|
||||
## General feedback and discussions?
|
||||
Start a discussion on the [repository issue tracker](https://github.com/aspnet/AspNetCore/issues).
|
||||
Start a discussion on the [repository issue tracker](https://github.com/dotnet/aspnetcore/issues).
|
||||
|
||||
## Bugs and feature requests?
|
||||
For non-security related bugs, log a new issue in the appropriate GitHub repository. Here are some of the most common repositories:
|
||||
|
||||
* [Docs](https://github.com/aspnet/Docs)
|
||||
* [AspNetCore](https://github.com/aspnet/AspNetCore)
|
||||
* [AspNetCore](https://github.com/dotnet/aspnetcore)
|
||||
* [Entity Framework Core](https://github.com/dotnet/efcore)
|
||||
* [Tooling](https://github.com/aspnet/Tooling)
|
||||
* [Extensions](https://github.com/dotnet/extensions)
|
||||
|
|
@ -31,8 +31,8 @@ Our team members also monitor several other discussion forums:
|
|||
We accept fixes and features! Here are some resources to help you get started on how to contribute code or new content.
|
||||
|
||||
* Look at the [Contributor documentation](/docs/) to get started on building the source code on your own.
|
||||
* ["Help wanted" issues](https://github.com/aspnet/AspNetCore/labels/help%20wanted) - these issues are up for grabs. Comment on an issue if you want to create a fix.
|
||||
* ["Good first issue" issues](https://github.com/aspnet/AspNetCore/labels/good%20first%20issue) - we think these are a good for newcomers.
|
||||
* ["Help wanted" issues](https://github.com/dotnet/aspnetcore/labels/help%20wanted) - these issues are up for grabs. Comment on an issue if you want to create a fix.
|
||||
* ["Good first issue" issues](https://github.com/dotnet/aspnetcore/labels/good%20first%20issue) - we think these are a good for newcomers.
|
||||
|
||||
### Identifying the scale
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ If you would like to contribute to one of our repositories, first identify the s
|
|||
|
||||
You will need to sign a [Contributor License Agreement](https://cla.dotnetfoundation.org/) when submitting your pull request. To complete the Contributor License Agreement (CLA), you will need to follow the instructions provided by the CLA bot when you send the pull request. This needs to only be done once for any .NET Foundation OSS project.
|
||||
|
||||
If you don't know what a pull request is read this article: https://help.github.com/articles/using-pull-requests. Make sure the repository can build and all tests pass. Familiarize yourself with the project workflow and our coding conventions. The coding, style, and general engineering guidelines are published on the [Engineering guidelines](https://github.com/aspnet/AspNetCore/wiki/Engineering-guidelines) page.
|
||||
If you don't know what a pull request is read this article: https://help.github.com/articles/using-pull-requests. Make sure the repository can build and all tests pass. Familiarize yourself with the project workflow and our coding conventions. The coding, style, and general engineering guidelines are published on the [Engineering guidelines](https://github.com/dotnet/aspnetcore/wiki/Engineering-guidelines) page.
|
||||
|
||||
### Tests
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
|
||||
<RepositoryUrl>https://github.com/aspnet/AspNetCore</RepositoryUrl>
|
||||
<RepositoryUrl>https://github.com/dotnet/aspnetcore</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ Follow the [Getting Started](https://docs.microsoft.com/aspnet/core/getting-star
|
|||
|
||||
Also check out the [.NET Homepage](https://www.microsoft.com/net) for released versions of .NET, getting started guides, and learning resources.
|
||||
|
||||
See the [Issue Management Policies](https://github.com/aspnet/AspNetCore/blob/anurse/issue-policies/docs/IssueManagementPolicies.md) document for more information on how we handle incoming issues.
|
||||
See the [Issue Management Policies](https://github.com/dotnet/aspnetcore/blob/anurse/issue-policies/docs/IssueManagementPolicies.md) document for more information on how we handle incoming issues.
|
||||
|
||||
## How to Engage, Contribute, and Give Feedback
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ and make pull-requests.
|
|||
* [Download our latest daily builds](./docs/DailyBuilds.md)
|
||||
* Follow along with the development of ASP.NET Core:
|
||||
* [Community Standup](https://live.asp.net): The community standup is held every week and streamed live to YouTube. You can view past standups in the linked playlist.
|
||||
* [Roadmap](https://github.com/aspnet/AspNetCore/wiki/Roadmap): The schedule and milestone themes for ASP.NET Core.
|
||||
* [Roadmap](https://github.com/dotnet/aspnetcore/wiki/Roadmap): The schedule and milestone themes for ASP.NET Core.
|
||||
* [Build ASP.NET Core source code](./docs/BuildFromSource.md)
|
||||
* Check out the [contributing](CONTRIBUTING.md) page to see the best places to log issues and start discussions.
|
||||
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ Running tests.
|
|||
build.ps1 -test
|
||||
|
||||
.LINK
|
||||
Online version: https://github.com/aspnet/AspNetCore/blob/master/docs/BuildFromSource.md
|
||||
Online version: https://github.com/dotnet/aspnetcore/blob/master/docs/BuildFromSource.md
|
||||
#>
|
||||
[CmdletBinding(PositionalBinding = $false, DefaultParameterSetName='Groups')]
|
||||
param(
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Build ASP.NET Core from Source
|
|||
|
||||
Building ASP.NET Core from source allows you to tweak and customize ASP.NET Core, and to contribute your improvements back to the project.
|
||||
|
||||
See https://github.com/aspnet/AspNetCore/labels/area-infrastructure for known issues and to track ongoing work.
|
||||
See https://github.com/dotnet/aspnetcore/labels/area-infrastructure for known issues and to track ongoing work.
|
||||
|
||||
## Install pre-requisites
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ ASP.NET Core uses git submodules to include the source from a few other projects
|
|||
|
||||
For a new copy of the project, run:
|
||||
```
|
||||
git clone --recursive https://github.com/aspnet/AspNetCore
|
||||
git clone --recursive https://github.com/dotnet/aspnetcore
|
||||
```
|
||||
|
||||
To update an existing copy, run:
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ For full information, see the [official docs for git submodules](https://git-scm
|
|||
|
||||
## Fundamental concept
|
||||
|
||||
The parent repo (aspnet/AspNetCore) stores two pieces of info about each submodule.
|
||||
The parent repo (dotnet/aspnetcore) stores two pieces of info about each submodule.
|
||||
|
||||
1. Where to clone the submodule from. This is stored in the .gitmodules file
|
||||
2. The commit hash of the submodule to use.
|
||||
|
|
@ -22,7 +22,7 @@ Other info may appear in the .gitmodules file, but it is only used when attempti
|
|||
|
||||
By default, submodules will not be present. Use `--recursive` to clone all submodules.
|
||||
|
||||
git clone https://github.com/aspnet/AspNetCore.git --recursive
|
||||
git clone https://github.com/dotnet/aspnetcore.git --recursive
|
||||
|
||||
If you have already cloned, run this to initialize all submodules.
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ that contains the new commit.
|
|||
git add modules/KestrelhttpServer/
|
||||
git commit -m "Update Kestrel to latest version"
|
||||
|
||||
## PowerShell is slow in aspnet/AspNetCore
|
||||
## PowerShell is slow in dotnet/aspnetcore
|
||||
|
||||
Many users have post-git, and extension that shows git status on the prompt line. Because `git status` with submodules
|
||||
on Windows is very slow, it can make PowerShell unbearable to use.
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<!-- Additional assembly attributes are already configured to include the source revision ID. -->
|
||||
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
||||
<!--
|
||||
Until package baselines are updated (see aspnet/AspNetCore#12702), ignore them and PatchConfig.props. This also
|
||||
Until package baselines are updated (see dotnet/aspnetcore#12702), ignore them and PatchConfig.props. This also
|
||||
gives us time to build the entire repo and settle the infrastructure. Do _not_ do this when stabilizing versions.
|
||||
-->
|
||||
<DisableServicingFeatures Condition=" '$(DisableServicingFeatures)' == '' AND '$(StabilizePackageVersion)' != 'true' ">true</DisableServicingFeatures>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<!--
|
||||
Workaround https://github.com/aspnet/AspNetCore/issues/4257.
|
||||
Workaround https://github.com/dotnet/aspnetcore/issues/4257.
|
||||
The web sdk adds an implicit framework reference. This removes it until we can update our build to use framework references.
|
||||
-->
|
||||
<ItemGroup>
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
<Reference Include="Microsoft.AspNetCore.Mvc" Condition="'$(UsingMicrosoftNETSdkWeb)' == 'true' AND '$(TargetFrameworkIdentifier)' == '.NETCoreApp' AND '$(GenerateRazorAssemblyInfo)' == 'true'" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Workaround https://github.com/aspnet/AspNetCore/issues/7503. This chains GenerateSourceLinkFile before razor component targets run. -->
|
||||
<!-- Workaround https://github.com/dotnet/aspnetcore/issues/7503. This chains GenerateSourceLinkFile before razor component targets run. -->
|
||||
<!-- Workaround https://github.com/dotnet/source-build/issues/1112. Source link is currently disabled in source build so do not apply this worksaround. -->
|
||||
<Target Condition="'$(DotNetBuildFromSource)' != 'true'"
|
||||
Name="_EnsureSourceLinkHappensBeforeRazorComponentGeneration"
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
<ItemGroup>
|
||||
<!-- Workaround when there is no vNext SDK available, copy known apphost/framework reference info from 3.0 -->
|
||||
<KnownAppHostPack
|
||||
<KnownAppHostPack
|
||||
Include="@(KnownAppHostPack->WithMetadataValue('TargetFramework', 'netcoreapp3.0'))"
|
||||
TargetFramework="$(DefaultNetCoreTargetFramework)"
|
||||
Condition="@(KnownAppHostPack->Count()) != '0' AND !(@(KnownAppHostPack->AnyHaveMetadataValue('TargetFramework', '$(DefaultNetCoreTargetFramework)')))"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<HelixSource>pr/aspnet/aspnetcore</HelixSource>
|
||||
<HelixSource>pr/dotnet/aspnetcore</HelixSource>
|
||||
<HelixBuild>private-$(USERNAME)</HelixBuild>
|
||||
<HelixBuild Condition=" '$(USERNAME)' == '' ">private-$(USER)</HelixBuild>
|
||||
<IsExternal>true</IsExternal>
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ try {
|
|||
|
||||
foreach ($unexpectedVar in $versionVars) {
|
||||
LogError `
|
||||
"Version variable '$unexpectedVar' does not have a matching entry in Version.Details.xml. See https://github.com/aspnet/AspNetCore/blob/master/docs/ReferenceResolution.md for instructions on how to add a new dependency." `
|
||||
"Version variable '$unexpectedVar' does not have a matching entry in Version.Details.xml. See https://github.com/dotnet/aspnetcore/blob/master/docs/ReferenceResolution.md for instructions on how to add a new dependency." `
|
||||
-filepath "$repoRoot\eng\Versions.props"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
Run the installer without UI and wait for installation to complete.
|
||||
.LINK
|
||||
https://visualstudio.com
|
||||
https://github.com/aspnet/AspNetCore/blob/master/docs/BuildFromSource.md
|
||||
https://github.com/dotnet/aspnetcore/blob/master/docs/BuildFromSource.md
|
||||
.EXAMPLE
|
||||
To install VS 2019 Enterprise, run this command in PowerShell:
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ namespace Microsoft.AspNetCore.Analyzers
|
|||
if (useRoutingItem != null && useAuthorizationItem == null)
|
||||
{
|
||||
// This looks like
|
||||
//
|
||||
//
|
||||
// app.UseAuthorization();
|
||||
// ...
|
||||
// app.UseRouting();
|
||||
|
|
@ -60,7 +60,7 @@ namespace Microsoft.AspNetCore.Analyzers
|
|||
if (useAuthorizationItem != null)
|
||||
{
|
||||
// This configuration looks like
|
||||
//
|
||||
//
|
||||
// app.UseRouting();
|
||||
// app.UseEndpoints(...);
|
||||
// ...
|
||||
|
|
@ -86,7 +86,7 @@ namespace Microsoft.AspNetCore.Analyzers
|
|||
// This analyzer expects MiddlewareItem instances to appear in the order in which they appear in source
|
||||
// which unfortunately isn't true for chained calls (the operations appear in reverse order).
|
||||
// We'll avoid doing any analysis in this event and rely on the runtime guardrails.
|
||||
// We'll use https://github.com/aspnet/AspNetCore/issues/16648 to track addressing this in a future milestone
|
||||
// We'll use https://github.com/dotnet/aspnetcore/issues/16648 to track addressing this in a future milestone
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ namespace Microsoft.AspNetCore.Analyzers
|
|||
}
|
||||
|
||||
// This test code needs to be updated to support distributed testing.
|
||||
// See https://github.com/aspnet/AspNetCore/issues/10422
|
||||
// See https://github.com/dotnet/aspnetcore/issues/10422
|
||||
#pragma warning disable 0618
|
||||
var solutionDirectory = TestPathUtilities.GetSolutionRootDirectory("Analyzers");
|
||||
#pragma warning restore 0618
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<RootNamespace>Microsoft.AspNetCore.Analyzers</RootNamespace>
|
||||
|
||||
<!-- Tests do not work on Helix or when bin/ directory is not in project directory due to undeclared dependency on test content. -->
|
||||
<!-- https://github.com/aspnet/AspNetCore/issues/10422 -->
|
||||
<!-- https://github.com/dotnet/aspnetcore/issues/10422 -->
|
||||
<BuildHelixPayload>false</BuildHelixPayload>
|
||||
<BaseOutputPath />
|
||||
<OutputPath />
|
||||
|
|
|
|||
|
|
@ -247,7 +247,7 @@ namespace Microsoft.AspNetCore.Analyzers
|
|||
[Fact]
|
||||
public async Task StartupAnalyzer_UseAuthorizationConfiguredAsAChain_ReportsNoDiagnostics()
|
||||
{
|
||||
// Regression test for https://github.com/aspnet/AspNetCore/issues/15203
|
||||
// Regression test for https://github.com/dotnet/aspnetcore/issues/15203
|
||||
// Arrange
|
||||
var source = Read(nameof(TestFiles.StartupAnalyzerTest.UseAuthConfiguredCorrectlyChained));
|
||||
|
||||
|
|
@ -298,7 +298,7 @@ namespace Microsoft.AspNetCore.Analyzers
|
|||
[Fact]
|
||||
public async Task StartupAnalyzer_UseAuthorizationConfiguredBeforeUseRoutingChained_ReportsDiagnostics()
|
||||
{
|
||||
// This one asserts a false negative for https://github.com/aspnet/AspNetCore/issues/15203.
|
||||
// This one asserts a false negative for https://github.com/dotnet/aspnetcore/issues/15203.
|
||||
// We don't correctly identify chained calls, this test verifies the behavior.
|
||||
// Arrange
|
||||
var source = Read(nameof(TestFiles.StartupAnalyzerTest.UseAuthBeforeUseRoutingChained));
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ Antiforgery
|
|||
|
||||
Antiforgery system for generating secure tokens to prevent Cross-Site Request Forgery attacks.
|
||||
|
||||
This project is part of ASP.NET Core. You can find documentation and getting started instructions for ASP.NET Core at the [AspNetCore](https://github.com/aspnet/AspNetCore) repo.
|
||||
This project is part of ASP.NET Core. You can find documentation and getting started instructions for ASP.NET Core at the [AspNetCore](https://github.com/dotnet/aspnetcore) repo.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
|
||||
<!-- Test asset publishing not working on arm64 https://github.com/aspnet/AspNetCore/issues/11205 -->
|
||||
<!-- Test asset publishing not working on arm64 https://github.com/dotnet/aspnetcore/issues/11205 -->
|
||||
<SkipHelixArm>true</SkipHelixArm>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ namespace Microsoft.AspNetCore.Components.Analyzers
|
|||
// Note: The Razor Compiler (including Components features) use the RZ prefix for diagnostics, so there's currently
|
||||
// no change of clashing between that and the BL prefix used here.
|
||||
//
|
||||
// Tracking https://github.com/aspnet/AspNetCore/issues/10382 to rationalize this
|
||||
// Tracking https://github.com/dotnet/aspnetcore/issues/10382 to rationalize this
|
||||
public static readonly DiagnosticDescriptor ComponentParameterSettersShouldBePublic = new DiagnosticDescriptor(
|
||||
"BL0001",
|
||||
new LocalizableResourceString(nameof(Resources.ComponentParameterSettersShouldBePublic_Title), Resources.ResourceManager, typeof(Resources)),
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ namespace Microsoft.AspNetCore.Components.Analyzers
|
|||
}
|
||||
|
||||
// This test code needs to be updated to support distributed testing.
|
||||
// See https://github.com/aspnet/AspNetCore/issues/10422
|
||||
// See https://github.com/dotnet/aspnetcore/issues/10422
|
||||
#pragma warning disable 0618
|
||||
var solutionDirectory = TestPathUtilities.GetSolutionRootDirectory("Components");
|
||||
#pragma warning restore 0618
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
|
||||
|
||||
<!-- Tests do not work on Helix or when bin/ directory is not in project directory due to undeclared dependency on test content. -->
|
||||
<!-- https://github.com/aspnet/AspNetCore/issues/10422 -->
|
||||
<!-- https://github.com/dotnet/aspnetcore/issues/10422 -->
|
||||
<BuildHelixPayload>false</BuildHelixPayload>
|
||||
<BaseOutputPath />
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ namespace Microsoft.AspNetCore.Blazor.Build
|
|||
Assert.FileExists(result, blazorPublishDirectory, "dist", "index.html");
|
||||
|
||||
// Verify static web assets from referenced projects are copied.
|
||||
// Uncomment once https://github.com/aspnet/AspNetCore/issues/17426 is resolved.
|
||||
// Uncomment once https://github.com/dotnet/aspnetcore/issues/17426 is resolved.
|
||||
// Assert.FileExists(result, blazorPublishDirectory, "dist", "_content", "RazorClassLibrary", "wwwroot", "exampleJsInterop.js");
|
||||
// Assert.FileExists(result, blazorPublishDirectory, "dist", "_content", "RazorClassLibrary", "styles.css");
|
||||
|
||||
|
|
@ -181,7 +181,7 @@ namespace Microsoft.AspNetCore.Blazor.Build
|
|||
Assert.FileExists(result, blazorPublishDirectory, "dist", "index.html");
|
||||
|
||||
// Verify static web assets from referenced projects are copied.
|
||||
// Uncomment once https://github.com/aspnet/AspNetCore/issues/17426 is resolved.
|
||||
// Uncomment once https://github.com/dotnet/aspnetcore/issues/17426 is resolved.
|
||||
// Assert.FileExists(result, publishDirectory, "wwwroot", "_content", "RazorClassLibrary", "wwwroot", "exampleJsInterop.js");
|
||||
// Assert.FileExists(result, publishDirectory, "wwwroot", "_content", "RazorClassLibrary", "styles.css");
|
||||
|
||||
|
|
|
|||
|
|
@ -470,7 +470,7 @@ namespace Test
|
|||
frame => AssertFrame.Attribute(frame, "style", "background: #FFFFFF;", 2));
|
||||
}
|
||||
|
||||
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6185")]
|
||||
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/6185")]
|
||||
public void Render_Component_HtmlEncoded()
|
||||
{
|
||||
// Arrange
|
||||
|
|
@ -501,7 +501,7 @@ namespace Test
|
|||
}
|
||||
|
||||
// Integration test for HTML block rewriting
|
||||
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/6183")]
|
||||
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/6183")]
|
||||
public void Render_HtmlBlock_Integration()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ namespace Microsoft.AspNetCore.Blazor.Build
|
|||
{
|
||||
public class RuntimeDependenciesResolverTest
|
||||
{
|
||||
[ConditionalFact(Skip = " https://github.com/aspnet/AspNetCore/issues/12059")]
|
||||
[SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/10426")]
|
||||
[ConditionalFact(Skip = " https://github.com/dotnet/aspnetcore/issues/12059")]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/10426")]
|
||||
public void FindsReferenceAssemblyGraph_ForStandaloneApp()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<BlazorBuildRoot>$(ComponentsRoot)Blazor\Build\src\</BlazorBuildRoot>
|
||||
<ReferenceBlazorBuildFromSourceProps>$(BlazorBuildRoot)ReferenceBlazorBuildFromSource.props</ReferenceBlazorBuildFromSourceProps>
|
||||
|
||||
<!-- Workaround for https://github.com/aspnet/AspNetCore/issues/17308 -->
|
||||
<!-- Workaround for https://github.com/dotnet/aspnetcore/issues/17308 -->
|
||||
<DefaultNetCoreTargetFramework>netcoreapp3.1</DefaultNetCoreTargetFramework>
|
||||
|
||||
<EnableSourceLink>false</EnableSourceLink>
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ namespace Microsoft.AspNetCore.Components
|
|||
[Fact]
|
||||
public void IncomingParameterMatchesOverridenParameter_ThatDoesNotHasAttribute()
|
||||
{
|
||||
// Test for https://github.com/aspnet/AspNetCore/issues/13162
|
||||
// Test for https://github.com/dotnet/aspnetcore/issues/13162
|
||||
// Arrange
|
||||
var parameters = new ParameterViewBuilder
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2811,7 +2811,7 @@ namespace Microsoft.AspNetCore.Components.Test
|
|||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/7487")]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/7487")]
|
||||
public async Task CanTriggerEventHandlerDisposedInEarlierPendingBatchAsync()
|
||||
{
|
||||
// This represents the scenario where the same event handler is being triggered
|
||||
|
|
|
|||
|
|
@ -301,7 +301,7 @@ namespace Microsoft.AspNetCore.Components.Rendering
|
|||
[Fact]
|
||||
public void CanAddMultipleAttributes_WithChildRegion()
|
||||
{
|
||||
// This represents bug https://github.com/aspnet/AspNetCore/issues/16570
|
||||
// This represents bug https://github.com/dotnet/aspnetcore/issues/16570
|
||||
// If a sequence of attributes is terminated by a call to builder.OpenRegion,
|
||||
// then the attribute deduplication logic wasn't working correctly
|
||||
|
||||
|
|
|
|||
|
|
@ -369,7 +369,7 @@ namespace Microsoft.AspNetCore.Components.Test.Routing
|
|||
[Fact]
|
||||
public void DoesNotThrowIfStableSortComparesRouteWithItself()
|
||||
{
|
||||
// Test for https://github.com/aspnet/AspNetCore/issues/13313
|
||||
// Test for https://github.com/dotnet/aspnetcore/issues/13313
|
||||
// Arrange & Act
|
||||
var builder = new TestRouteTableBuilder();
|
||||
builder.AddRoute("r16");
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- Workaround for https://github.com/aspnet/AspNetCore/issues/5486 which requires the bin and obj directory be in the project directory -->
|
||||
<!-- Workaround for https://github.com/dotnet/aspnetcore/issues/5486 which requires the bin and obj directory be in the project directory -->
|
||||
<BaseIntermediateOutputPath />
|
||||
<IntermediateOutputPath />
|
||||
<BaseOutputPath />
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ export function navigateTo(uri: string, forceLoad: boolean) {
|
|||
} else if (forceLoad && location.href === uri) {
|
||||
// Force-loading the same URL you're already on requires special handling to avoid
|
||||
// triggering browser-specific behavior issues.
|
||||
// For details about what this fixes and why, see https://github.com/aspnet/AspNetCore/pull/10839
|
||||
// For details about what this fixes and why, see https://github.com/dotnet/aspnetcore/pull/10839
|
||||
const temporaryUri = uri + '?';
|
||||
history.replaceState(null, '', temporaryUri);
|
||||
location.replace(uri);
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
|
||||
<TestGroupName>Components.E2ETests</TestGroupName>
|
||||
|
||||
<!-- https://github.com/aspnet/AspNetCore/issues/6857 -->
|
||||
<!-- https://github.com/dotnet/aspnetcore/issues/6857 -->
|
||||
<BuildHelixPayload>false</BuildHelixPayload>
|
||||
|
||||
<!-- Run on platforms where we support Selenium -->
|
||||
|
|
|
|||
|
|
@ -216,7 +216,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
|||
Assert.Equal("Fourth choice", target.SelectedOption.Text);
|
||||
|
||||
// Verify we can select options whose value is empty
|
||||
// https://github.com/aspnet/AspNetCore/issues/17735
|
||||
// https://github.com/dotnet/aspnetcore/issues/17735
|
||||
target.SelectByText("Empty value");
|
||||
Browser.Equal(string.Empty, () => boundValue.Text);
|
||||
}
|
||||
|
|
@ -234,7 +234,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
|||
Browser.Equal("Third", () => boundValue.Text);
|
||||
|
||||
// Verify we can select options whose value is empty
|
||||
// https://github.com/aspnet/AspNetCore/issues/17735
|
||||
// https://github.com/dotnet/aspnetcore/issues/17735
|
||||
target.SelectByText("Empty value");
|
||||
Browser.Equal(string.Empty, () => boundValue.Text);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ namespace Microsoft.AspNetCore.Components.E2ETest.Tests
|
|||
// up for a bit it doesn't cause typing to lose keystrokes. But when running server-side, this
|
||||
// shows that network latency doesn't cause keystrokes to be lost even if:
|
||||
// [1] By the time a keystroke event arrives, the event handler ID has since changed
|
||||
// [2] We have the situation described under "the problem" at https://github.com/aspnet/AspNetCore/issues/8204#issuecomment-493986702
|
||||
// [2] We have the situation described under "the problem" at https://github.com/dotnet/aspnetcore/issues/8204#issuecomment-493986702
|
||||
|
||||
Browser.MountTestComponent<LaggyTypingComponent>();
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ namespace Microsoft.AspNetCore.DataProtection.KeyManagement
|
|||
_defaultKeyResolver = defaultKeyResolver;
|
||||
_logger = loggerFactory.CreateLogger<KeyRingProvider>();
|
||||
|
||||
// We will automatically refresh any unknown keys for 2 minutes see https://github.com/aspnet/AspNetCore/issues/3975
|
||||
// We will automatically refresh any unknown keys for 2 minutes see https://github.com/dotnet/aspnetcore/issues/3975
|
||||
AutoRefreshWindowEnd = DateTime.UtcNow.AddMinutes(2);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ namespace Microsoft.AspNetCore.DataProtection.Repositories
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
// Treat exceptions as non-fatal when attempting to detect docker.
|
||||
// Treat exceptions as non-fatal when attempting to detect docker.
|
||||
// These might occur if fstab is an unrecognized format, or if there are other unusual
|
||||
// file IO errors.
|
||||
_logger.LogTrace(ex, "Failure occurred while attempting to detect docker.");
|
||||
|
|
@ -151,7 +151,7 @@ namespace Microsoft.AspNetCore.DataProtection.Repositories
|
|||
catch (IOException)
|
||||
{
|
||||
// Use File.Copy because File.Move on NFS shares has issues in .NET Core 2.0
|
||||
// See https://github.com/aspnet/AspNetCore/issues/2941 for more context
|
||||
// See https://github.com/dotnet/aspnetcore/issues/2941 for more context
|
||||
File.Copy(tempFilename, finalFilename);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ namespace Microsoft.AspNetCore.DataProtection
|
|||
|
||||
[ConditionalFact]
|
||||
[X509StoreIsAvailable(StoreName.My, StoreLocation.CurrentUser)]
|
||||
[SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/6720")]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/6720")]
|
||||
public void System_UsesProvidedDirectoryAndCertificate()
|
||||
{
|
||||
var filePath = Path.Combine(GetTestFilesPath(), "TestCert.pfx");
|
||||
|
|
@ -165,7 +165,7 @@ namespace Microsoft.AspNetCore.DataProtection
|
|||
|
||||
[ConditionalFact]
|
||||
[X509StoreIsAvailable(StoreName.My, StoreLocation.CurrentUser)]
|
||||
[SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/6720")]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/6720")]
|
||||
public void System_UsesProvidedCertificateNotFromStore()
|
||||
{
|
||||
using (var store = new X509Store(StoreName.My, StoreLocation.CurrentUser))
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<OutputType>exe</OutputType>
|
||||
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
|
||||
<!-- Temporary workaround - the build thinks 'alpha1.111' is newer than 'alpha.1.222'.
|
||||
Remove once we can ingest EF again: https://github.com/aspnet/AspNetCore/issues/17949 -->
|
||||
Remove once we can ingest EF again: https://github.com/dotnet/aspnetcore/issues/17949 -->
|
||||
<NoWarn>$(NoWarn);NU1605</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
|
||||
|
||||
<!-- Tests do not work on Helix or when bin/ directory is not in project directory due to undeclared dependency on test content. -->
|
||||
<!-- https://github.com/aspnet/AspNetCore/issues/10424 -->
|
||||
<!-- https://github.com/dotnet/aspnetcore/issues/10424 -->
|
||||
<BuildHelixPayload>false</BuildHelixPayload>
|
||||
<BaseOutputPath />
|
||||
<OutputPath />
|
||||
|
|
|
|||
|
|
@ -146,7 +146,7 @@ namespace Microsoft.AspNetCore.JsonPatch.IntegrationTests
|
|||
Assert.Equal(newGuid, targetObject.GuidValue);
|
||||
}
|
||||
|
||||
// https://github.com/aspnet/AspNetCore/issues/3634
|
||||
// https://github.com/dotnet/aspnetcore/issues/3634
|
||||
[Fact]
|
||||
public void Regression_AspNetCore3634()
|
||||
{
|
||||
|
|
@ -160,7 +160,7 @@ namespace Microsoft.AspNetCore.JsonPatch.IntegrationTests
|
|||
var target = new Regression_AspNetCore3634_Object();
|
||||
target.Object = @object;
|
||||
|
||||
// Act
|
||||
// Act
|
||||
var ex = Assert.Throws<JsonPatchException>(() => document.ApplyTo(target));
|
||||
|
||||
// Assert
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
|
||||
<RootNamespace>Microsoft.AspNetCore</RootNamespace>
|
||||
<!-- https://github.com/aspnet/AspNetCore/issues/7939: This unit test requires the shared framework be available in Helix. -->
|
||||
<!-- https://github.com/dotnet/aspnetcore/issues/7939: This unit test requires the shared framework be available in Helix. -->
|
||||
<BuildHelixPayload>false</BuildHelixPayload>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -55,14 +55,14 @@ namespace Microsoft.AspNetCore.Hosting
|
|||
if (_exitedGracefully)
|
||||
{
|
||||
// On Linux if the shutdown is triggered by SIGTERM then that's signaled with the 143 exit code.
|
||||
// Suppress that since we shut down gracefully. https://github.com/aspnet/AspNetCore/issues/6526
|
||||
// Suppress that since we shut down gracefully. https://github.com/dotnet/aspnetcore/issues/6526
|
||||
Environment.ExitCode = 0;
|
||||
}
|
||||
}
|
||||
|
||||
private void Shutdown()
|
||||
{
|
||||
try
|
||||
try
|
||||
{
|
||||
if (!_cts.IsCancellationRequested)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -198,7 +198,7 @@ namespace Microsoft.AspNetCore.Hosting
|
|||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/7291")]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/7291")]
|
||||
public async Task WebHostStopAsyncUsesDefaultTimeoutIfGivenTokenDoesNotFire()
|
||||
{
|
||||
var data = new Dictionary<string, string>
|
||||
|
|
@ -314,7 +314,7 @@ namespace Microsoft.AspNetCore.Hosting
|
|||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/7291")]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/7291")]
|
||||
public void WebHostApplicationLifetimeEventsOrderedCorrectlyDuringShutdown()
|
||||
{
|
||||
using (var host = CreateBuilder()
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
|
||||
|
||||
<!-- Tests do not work on Helix or when bin/ directory is not in project directory due to undeclared dependency on test content. -->
|
||||
<!-- https://github.com/aspnet/AspNetCore/issues/8247 -->
|
||||
<!-- https://github.com/dotnet/aspnetcore/issues/8247 -->
|
||||
<BuildHelixPayload>false</BuildHelixPayload>
|
||||
<BaseOutputPath />
|
||||
<OutputPath />
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ namespace Microsoft.AspNetCore.Hosting.FunctionalTests
|
|||
{
|
||||
var logger = loggerFactory.CreateLogger(testName);
|
||||
|
||||
// https://github.com/aspnet/AspNetCore/issues/8247
|
||||
// https://github.com/dotnet/aspnetcore/issues/8247
|
||||
#pragma warning disable 0618
|
||||
var applicationPath = Path.Combine(TestPathUtilities.GetSolutionRootDirectory("Hosting"), "test", "testassets",
|
||||
"Microsoft.AspNetCore.Hosting.TestSites");
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ namespace Microsoft.AspNetCore.Hosting.FunctionalTests
|
|||
{
|
||||
var logger = loggerFactory.CreateLogger(nameof(InjectedStartup_DefaultApplicationNameIsEntryAssembly));
|
||||
|
||||
// https://github.com/aspnet/AspNetCore/issues/8247
|
||||
// https://github.com/dotnet/aspnetcore/issues/8247
|
||||
#pragma warning disable 0618
|
||||
var applicationPath = Path.Combine(TestPathUtilities.GetSolutionRootDirectory("Hosting"), "test", "testassets", "IStartupInjectionAssemblyName");
|
||||
#pragma warning restore 0618
|
||||
|
|
|
|||
|
|
@ -385,7 +385,7 @@ namespace Microsoft.AspNetCore.Routing.Matching
|
|||
context.Response.StatusCode = 405;
|
||||
|
||||
// Prevent ArgumentException from duplicate key if header already added, such as when the
|
||||
// request is re-executed by an error handler (see https://github.com/aspnet/AspNetCore/issues/6415)
|
||||
// request is re-executed by an error handler (see https://github.com/dotnet/aspnetcore/issues/6415)
|
||||
context.Response.Headers[HeaderNames.Allow] = allow;
|
||||
|
||||
return Task.CompletedTask;
|
||||
|
|
|
|||
|
|
@ -290,7 +290,7 @@ namespace Microsoft.AspNetCore.Routing.Matching
|
|||
MatcherAssert.AssertMatch(httpContext, endpoint2, ignoreValues: true);
|
||||
}
|
||||
|
||||
[Fact] // See https://github.com/aspnet/AspNetCore/issues/6415
|
||||
[Fact] // See https://github.com/dotnet/aspnetcore/issues/6415
|
||||
public async Task NotMatch_HttpMethod_Returns405Endpoint_ReExecute()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
|
|
@ -1380,7 +1380,7 @@ namespace Microsoft.AspNetCore.Routing.Template.Tests
|
|||
Assert.Equal(expected, boundTemplate);
|
||||
}
|
||||
|
||||
// Regression test for aspnet/AspNetCore#4212
|
||||
// Regression test for dotnet/aspnetcore#4212
|
||||
//
|
||||
// An ambient value should be used to satisfy a required value even if if we're discarding
|
||||
// ambient values.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"PipelineDepth": 16
|
||||
},
|
||||
"Source": {
|
||||
"Repository": "https://github.com/aspnet/AspNetCore.git",
|
||||
"Repository": "https://github.com/dotnet/aspnetcore.git",
|
||||
"BranchOrCommit": "master",
|
||||
"Project": "src/Routing/benchmarkapps/Benchmarks/Benchmarks.csproj"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ namespace Microsoft.AspNetCore.ApiAuthorization.IdentityServer
|
|||
X509KeyStorageFlags.DefaultKeySet);
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/6720")]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/6720")]
|
||||
[FrameworkSkipCondition(RuntimeFrameworks.CLR)]
|
||||
public void Configure_AddsDevelopmentKeyFromConfiguration()
|
||||
{
|
||||
|
|
@ -64,7 +64,7 @@ namespace Microsoft.AspNetCore.ApiAuthorization.IdentityServer
|
|||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/6720")]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/6720")]
|
||||
public void Configure_LoadsPfxCertificateCredentialFromConfiguration()
|
||||
{
|
||||
// Arrange
|
||||
|
|
@ -94,7 +94,7 @@ namespace Microsoft.AspNetCore.ApiAuthorization.IdentityServer
|
|||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/6720")]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/6720")]
|
||||
public void Configure_LoadsCertificateStoreCertificateCredentialFromConfiguration()
|
||||
{
|
||||
try
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ namespace Microsoft.AspNetCore.ApiAuthorization.IdentityServer.Configuration
|
|||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/6720")]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/6720")]
|
||||
public static void LoadFromStoreCert_SkipsCertificatesNotYetValid()
|
||||
{
|
||||
try
|
||||
|
|
@ -82,7 +82,7 @@ namespace Microsoft.AspNetCore.ApiAuthorization.IdentityServer.Configuration
|
|||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/6720")]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/6720")]
|
||||
public static void LoadFromStoreCert_PrefersCertificatesCloserToExpirationDate()
|
||||
{
|
||||
try
|
||||
|
|
@ -105,7 +105,7 @@ namespace Microsoft.AspNetCore.ApiAuthorization.IdentityServer.Configuration
|
|||
}
|
||||
|
||||
[ConditionalFact]
|
||||
[SkipOnHelix("https://github.com/aspnet/AspNetCore/issues/6720")]
|
||||
[SkipOnHelix("https://github.com/dotnet/aspnetcore/issues/6720")]
|
||||
public static void LoadFromStoreCert_SkipsExpiredCertificates()
|
||||
{
|
||||
try
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
|
||||
<!-- Test asset publishing not working on arm64 https://github.com/aspnet/AspNetCore/issues/11205 -->
|
||||
<!-- Test asset publishing not working on arm64 https://github.com/dotnet/aspnetcore/issues/11205 -->
|
||||
<SkipHelixArm>true</SkipHelixArm>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
</HarvestDirectory>
|
||||
</ItemGroup>
|
||||
|
||||
<!-- TODO: https://github.com/aspnet/AspNetCore/issues/6304. Harvest shared frameworks from a project reference -->
|
||||
<!-- TODO: https://github.com/dotnet/aspnetcore/issues/6304. Harvest shared frameworks from a project reference -->
|
||||
<Target Name="ExtractIntermediateSharedFx" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<SharedFrameworkX64HarvestRootPath Condition="'$(SharedFrameworkX64HarvestRootPath)' == ''">$(InstallersOutputPath)</SharedFrameworkX64HarvestRootPath>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<authors>Microsoft</authors>
|
||||
<owners>Microsoft</owners>
|
||||
<licenseUrl>https://www.microsoft.com/net/dotnet_library_license.htm</licenseUrl>
|
||||
<projectUrl>https://github.com/aspnet/aspnetcore</projectUrl>
|
||||
<projectUrl>https://github.com/dotnet/aspnetcore</projectUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>$MAJOR$.$MINOR$ ASP.NET Core TargetingPack ($ARCH$) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption</description>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
</HarvestDirectory>
|
||||
</ItemGroup>
|
||||
|
||||
<!-- TODO: https://github.com/aspnet/AspNetCore/issues/6304. harvest from TargetingPackLayoutRoot directly. Unzipping is currently required because the zip has the signed versions of .dll files. -->
|
||||
<!-- TODO: https://github.com/dotnet/aspnetcore/issues/6304. harvest from TargetingPackLayoutRoot directly. Unzipping is currently required because the zip has the signed versions of .dll files. -->
|
||||
<Target Name="ExtractIntermediateTargetingPack" BeforeTargets="PrepareForBuild">
|
||||
<PropertyGroup>
|
||||
<TargetingPackHarvestRoot Condition="'$(TargetingPackHarvestRoot)' == ''">$(InstallersOutputPath)</TargetingPackHarvestRoot>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<authors>Microsoft</authors>
|
||||
<owners>Microsoft</owners>
|
||||
<licenseUrl>https://www.microsoft.com/net/dotnet_library_license.htm</licenseUrl>
|
||||
<projectUrl>https://github.com/aspnet/aspnetcore</projectUrl>
|
||||
<projectUrl>https://github.com/dotnet/aspnetcore</projectUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<description>$MAJOR$.$MINOR$ ASP.NET Core TargetingPack ($ARCH$) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption</description>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
|
||||
<RootNamespace>Microsoft.AspNetCore.Diagnostics.HealthChecks</RootNamespace>
|
||||
<!-- Temporary workaround - the build thinks 'alpha1.111' is newer than 'alpha.1.222'.
|
||||
Remove once we can ingest EF again: https://github.com/aspnet/AspNetCore/issues/17949 -->
|
||||
Remove once we can ingest EF again: https://github.com/dotnet/aspnetcore/issues/17949 -->
|
||||
<NoWarn>$(NoWarn);NU1605</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ namespace Microsoft.AspNetCore.Rewrite.Tests.UrlRewrite
|
|||
<rule name=""redirect-aspnet-mvc"" enabled=""true"" stopProcessing=""true"">
|
||||
<match url=""^aspnet/Mvc"" />
|
||||
<conditions logicalGrouping=""MatchAll"" trackAllCaptures=""false"" />
|
||||
<action type=""Redirect"" url=""https://github.com/aspnet/AspNetCore"" />
|
||||
<action type=""Redirect"" url=""https://github.com/dotnet/aspnetcore"" />
|
||||
</rule>
|
||||
</rules>
|
||||
</rewrite>";
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ namespace Microsoft.AspNetCore.SpaServices.Extensions.Proxy
|
|||
private const int DefaultWebSocketBufferSize = 4096;
|
||||
private const int StreamCopyBufferSize = 81920;
|
||||
|
||||
// https://github.com/aspnet/AspNetCore/issues/16797
|
||||
// https://github.com/dotnet/aspnetcore/issues/16797
|
||||
private static readonly string[] NotForwardedHttpHeaders = new[] { "Connection" };
|
||||
|
||||
// Don't forward User-Agent/Accept because of https://github.com/aspnet/JavaScriptServices/issues/1469
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ namespace Microsoft.AspNetCore.WebSockets.ConformanceTest
|
|||
|
||||
// Skip if wstest is not installed for now, see https://github.com/aspnet/WebSockets/issues/95
|
||||
// We will enable Wstest on every build once we've gotten the necessary infrastructure sorted out :).
|
||||
[ConditionalFact(Skip = "https://github.com/aspnet/AspNetCore/issues/4350")]
|
||||
[ConditionalFact(Skip = "https://github.com/dotnet/aspnetcore/issues/4350")]
|
||||
[SkipIfWsTestNotPresent]
|
||||
public async Task AutobahnTestSuite()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -550,7 +550,7 @@ namespace Microsoft.AspNetCore.WebSockets.Test
|
|||
}
|
||||
|
||||
[Fact]
|
||||
[Flaky("https://github.com/aspnet/AspNetCore/issues/8187", FlakyOn.Helix.All)]
|
||||
[Flaky("https://github.com/dotnet/aspnetcore/issues/8187", FlakyOn.Helix.All)]
|
||||
public async Task OriginIsNotValidatedForNonWebSocketRequests()
|
||||
{
|
||||
using (var server = KestrelWebSocketHelpers.CreateServer(LoggerFactory, out var port, context =>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
MusicStore (test application)
|
||||
=============================
|
||||
|
||||
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/aspnetcore) repo.
|
||||
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/dotnet/aspnetcore) repo.
|
||||
|
||||
This is a test application used for ASP.NET Core internal test processes.
|
||||
It is not intended to be a representative sample of how to use ASP.NET Core.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ namespace E2ETests
|
|||
{
|
||||
public static string GetApplicationPath()
|
||||
{
|
||||
// https://github.com/aspnet/AspNetCore/issues/8343
|
||||
// https://github.com/dotnet/aspnetcore/issues/8343
|
||||
#pragma warning disable 0618
|
||||
var solutionDirectory = TestPathUtilities.GetSolutionRootDirectory("MusicStore");
|
||||
#pragma warning restore 0618
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<ServerGarbageCollection>true</ServerGarbageCollection>
|
||||
<!-- Tests are disabled due to https://github.com/aspnet/AspNetCore-Internal/issues/1967 -->
|
||||
<SkipTests>true</SkipTests>
|
||||
<!-- https://github.com/aspnet/AspNetCore/issues/8343 -->
|
||||
<!-- https://github.com/dotnet/aspnetcore/issues/8343 -->
|
||||
<BuildHelixPayload>false</BuildHelixPayload>
|
||||
<IsReferenceAssemblyProject>false</IsReferenceAssemblyProject>
|
||||
<IsProjectReferenceProvider>false</IsProjectReferenceProvider>
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ namespace MusicStore.Controllers
|
|||
Assert.Equal(0, model.CartTotal);
|
||||
}
|
||||
|
||||
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/12097")]
|
||||
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/12097")]
|
||||
public async Task Index_ReturnsCartItems_WhenItemsInCart()
|
||||
{
|
||||
// Arrange
|
||||
|
|
@ -113,7 +113,7 @@ namespace MusicStore.Controllers
|
|||
Assert.Equal(5 * 10, model.CartTotal);
|
||||
}
|
||||
|
||||
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/12097")]
|
||||
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/12097")]
|
||||
public async Task AddToCart_AddsItemToCart()
|
||||
{
|
||||
// Arrange
|
||||
|
|
@ -155,7 +155,7 @@ namespace MusicStore.Controllers
|
|||
Assert.Equal("Index", redirectResult.ActionName);
|
||||
}
|
||||
|
||||
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/12097")]
|
||||
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/12097")]
|
||||
public async Task RemoveFromCart_RemovesItemFromCart()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ namespace Microsoft.AspNetCore.Mvc
|
|||
return AppContext.BaseDirectory;
|
||||
}
|
||||
|
||||
// https://github.com/aspnet/AspNetCore/issues/9431
|
||||
// https://github.com/dotnet/aspnetcore/issues/9431
|
||||
#pragma warning disable 0618
|
||||
var solutionDirectory = TestPathUtilities.GetSolutionRootDirectory("Mvc");
|
||||
#pragma warning restore 0618
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<RootNamespace>Microsoft.AspNetCore.Mvc.Analyzers</RootNamespace>
|
||||
|
||||
<!-- Tests do not work on Helix or when bin/ directory is not in project directory due to undeclared dependency on test content. -->
|
||||
<!-- https://github.com/aspnet/AspNetCore/issues/9431 -->
|
||||
<!-- https://github.com/dotnet/aspnetcore/issues/9431 -->
|
||||
<BuildHelixPayload>false</BuildHelixPayload>
|
||||
<BaseOutputPath />
|
||||
<OutputPath />
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ namespace Microsoft.AspNetCore.Mvc.Analyzers
|
|||
Assert.False(result);
|
||||
}
|
||||
|
||||
// Test for https://github.com/aspnet/AspNetCore/issues/6945
|
||||
// Test for https://github.com/dotnet/aspnetcore/issues/6945
|
||||
[Fact]
|
||||
public async Task IsProblematicParameter_ReturnsFalse_ForSimpleTypes()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ namespace Microsoft.AspNetCore.Mvc
|
|||
return AppContext.BaseDirectory;
|
||||
}
|
||||
|
||||
// https://github.com/aspnet/AspNetCore/issues/9431
|
||||
// https://github.com/dotnet/aspnetcore/issues/9431
|
||||
#pragma warning disable 0618
|
||||
var solutionDirectory = TestPathUtilities.GetSolutionRootDirectory("Mvc");
|
||||
#pragma warning restore 0618
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<RootNamespace>Microsoft.AspNetCore.Mvc.Api.Analyzers</RootNamespace>
|
||||
|
||||
<!-- Tests do not work on Helix or when bin/ directory is not in project directory due to undeclared dependency on test content. -->
|
||||
<!-- https://github.com/aspnet/AspNetCore/issues/9431 -->
|
||||
<!-- https://github.com/dotnet/aspnetcore/issues/9431 -->
|
||||
<BuildHelixPayload>false</BuildHelixPayload>
|
||||
<BaseOutputPath />
|
||||
<OutputPath />
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ namespace Microsoft.AspNetCore.Mvc.Routing
|
|||
if (updatedRoutePattern == null)
|
||||
{
|
||||
// This kind of thing can happen when a route pattern uses a *reserved* route value such as `action`.
|
||||
// See: https://github.com/aspnet/AspNetCore/issues/14789
|
||||
// See: https://github.com/dotnet/aspnetcore/issues/14789
|
||||
var formattedRouteKeys = string.Join(", ", resolvedRouteValues.Keys.Select(k => $"'{k}'"));
|
||||
throw new InvalidOperationException(
|
||||
$"Failed to update the route pattern '{resolvedRoutePattern.RawText}' with required route values. " +
|
||||
|
|
@ -299,7 +299,7 @@ namespace Microsoft.AspNetCore.Mvc.Routing
|
|||
}
|
||||
|
||||
private void AddActionDataToBuilder(
|
||||
EndpointBuilder builder,
|
||||
EndpointBuilder builder,
|
||||
HashSet<string> routeNames,
|
||||
ActionDescriptor action,
|
||||
string routeName,
|
||||
|
|
@ -332,9 +332,9 @@ namespace Microsoft.AspNetCore.Mvc.Routing
|
|||
// However, Endpoint Routing requires Endpoint Names to be unique.
|
||||
//
|
||||
// We can use the route name as the endpoint name if it's not set. Note that there's no
|
||||
// attribute for this today so it's unlikley. Using endpoint name on a
|
||||
if (routeName != null &&
|
||||
!suppressLinkGeneration &&
|
||||
// attribute for this today so it's unlikley. Using endpoint name on a
|
||||
if (routeName != null &&
|
||||
!suppressLinkGeneration &&
|
||||
routeNames.Add(routeName) &&
|
||||
builder.Metadata.OfType<IEndpointNameMetadata>().LastOrDefault()?.EndpointName == null)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -369,9 +369,9 @@ namespace Microsoft.AspNetCore.Mvc.DataAnnotations
|
|||
var property = context.Key.PropertyInfo;
|
||||
if (property is null)
|
||||
{
|
||||
// PropertyInfo was unavailable on ModelIdentity prior to 3.1.
|
||||
// PropertyInfo was unavailable on ModelIdentity prior to 3.1.
|
||||
// Making a cogent argument about the nullability of the property requires inspecting the declared type,
|
||||
// since looking at the runtime type may result in false positives: https://github.com/aspnet/AspNetCore/issues/14812
|
||||
// since looking at the runtime type may result in false positives: https://github.com/dotnet/aspnetcore/issues/14812
|
||||
// The only way we could arrive here is if the ModelMetadata was constructed using the non-default provider.
|
||||
// We'll cursorily examine the attributes on the property, but not the ContainerType to make a decision about it's nullability.
|
||||
|
||||
|
|
|
|||
|
|
@ -1310,7 +1310,7 @@ namespace Microsoft.AspNetCore.Mvc.DataAnnotations
|
|||
[Fact]
|
||||
public void CreateValidationMetadata_InfersRequiredAttribute_BaseTypeIsNullable_PropertyIsNotNull()
|
||||
{
|
||||
// Tests the scenario listed in https://github.com/aspnet/AspNetCore/issues/14812
|
||||
// Tests the scenario listed in https://github.com/dotnet/aspnetcore/issues/14812
|
||||
// Arrange
|
||||
var provider = CreateProvider();
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationModels
|
|||
/// <summary>
|
||||
/// Metadata used to construct an endpoint route to the page.
|
||||
/// </summary>
|
||||
// Note: This type name is referenced by name in AuthorizationMiddleware, do not change this without addressing https://github.com/aspnet/AspNetCore/issues/7011
|
||||
// Note: This type name is referenced by name in AuthorizationMiddleware, do not change this without addressing https://github.com/dotnet/aspnetcore/issues/7011
|
||||
public sealed class PageRouteMetadata
|
||||
{
|
||||
/// <summary>
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ namespace Microsoft.AspNetCore.Mvc.ViewFeatures
|
|||
Assert.Same(item, value);
|
||||
}
|
||||
|
||||
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/17102")]
|
||||
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/17102")]
|
||||
public void TempData_LoadAndSaveAreCaseInsensitive()
|
||||
{
|
||||
// Arrange
|
||||
|
|
@ -163,7 +163,7 @@ namespace Microsoft.AspNetCore.Mvc.ViewFeatures
|
|||
Assert.True(tempData.ContainsKey("bar"));
|
||||
}
|
||||
|
||||
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/17102")]
|
||||
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/17102")]
|
||||
public void TempData_RemovalOfKeysAreCaseInsensitive()
|
||||
{
|
||||
var tempData = new TempDataDictionary(new DefaultHttpContext(), new NullTempDataProvider());
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"PresetHeaders": "Json",
|
||||
"ReadyStateText": "Application started.",
|
||||
"Source": {
|
||||
"Repository": "https://github.com/aspnet/AspNetCore.git",
|
||||
"Repository": "https://github.com/dotnet/aspnetcore.git",
|
||||
"BranchOrCommit": "master",
|
||||
"Project": "src/Mvc/benchmarkapps/BasicApi/BasicApi.csproj"
|
||||
}
|
||||
|
|
@ -19,20 +19,20 @@
|
|||
},
|
||||
"BasicApi.GetUsingQueryString": {
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/AspNetCore/master/src/Mvc/benchmarkapps/BasicApi/getWithToken.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicApi/getWithToken.lua"
|
||||
},
|
||||
"Path": "/pet/findByStatus",
|
||||
"Query": "?status=available"
|
||||
},
|
||||
"BasicApi.GetUsingRouteValue": {
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/AspNetCore/master/src/Mvc/benchmarkapps/BasicApi/getWithToken.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicApi/getWithToken.lua"
|
||||
},
|
||||
"Path": "/pet/-1"
|
||||
},
|
||||
"BasicApi.GetUsingRouteValueWithoutAuthorization": {
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/AspNetCore/master/src/Mvc/benchmarkapps/BasicApi/getWithToken.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicApi/getWithToken.lua"
|
||||
},
|
||||
"Path": "/pet/anonymous/-1"
|
||||
},
|
||||
|
|
@ -41,14 +41,14 @@
|
|||
},
|
||||
"BasicApi.Post": {
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/AspNetCore/master/src/Mvc/benchmarkapps/BasicApi/postJsonWithToken.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicApi/postJsonWithToken.lua"
|
||||
},
|
||||
"Path": "/pet"
|
||||
},
|
||||
"BasicApi.PostWithoutDb": {
|
||||
"Path": "/pet/add-pet",
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/AspNetCore/master/src/Mvc/benchmarkapps/BasicApi/postJsonWithToken.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicApi/postJsonWithToken.lua"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"PresetHeaders": "Html",
|
||||
"ReadyStateText": "Application started.",
|
||||
"Source": {
|
||||
"Repository": "https://github.com/aspnet/AspNetCore.git",
|
||||
"Repository": "https://github.com/dotnet/aspnetcore.git",
|
||||
"BranchOrCommit": "master",
|
||||
"Project": "src/Mvc/benchmarkapps/BasicViews/BasicViews.csproj"
|
||||
}
|
||||
|
|
@ -20,19 +20,19 @@
|
|||
},
|
||||
"BasicViews.Post": {
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/AspNetCore/master/src/Mvc/benchmarkapps/BasicViews/postWithToken.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicViews/postWithToken.lua"
|
||||
},
|
||||
"Path": "/Home/Index"
|
||||
},
|
||||
"BasicViews.PostIgnoringToken": {
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/AspNetCore/master/src/Mvc/benchmarkapps/BasicViews/postWithToken.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicViews/postWithToken.lua"
|
||||
},
|
||||
"Path": "/Home/IndexWithoutToken"
|
||||
},
|
||||
"BasicViews.PostWithoutToken": {
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/AspNetCore/master/src/Mvc/benchmarkapps/BasicViews/post.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicViews/post.lua"
|
||||
},
|
||||
"Path": "/Home/IndexWithoutToken"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ namespace Microsoft.AspNetCore.Mvc
|
|||
// The build system compiles every file under the resources folder as a resource available at runtime
|
||||
// with the same name as the file name. Need to update this file on disc.
|
||||
|
||||
// https://github.com/aspnet/AspNetCore/issues/10423
|
||||
// https://github.com/dotnet/aspnetcore/issues/10423
|
||||
#pragma warning disable 0618
|
||||
var solutionPath = TestPathUtilities.GetSolutionRootDirectory("Mvc");
|
||||
#pragma warning restore 0618
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<TestGroupName>Mvc.FunctionalTests</TestGroupName>
|
||||
<!-- The test asset projects this depends on are not strong-named. -->
|
||||
<SignAssembly>false</SignAssembly>
|
||||
<!-- https://github.com/aspnet/AspNetCore/issues/10423 -->
|
||||
<!-- https://github.com/dotnet/aspnetcore/issues/10423 -->
|
||||
<BuildHelixPayload>false</BuildHelixPayload>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests
|
|||
[Fact]
|
||||
public async Task AppWithDynamicRouteAndMapRazorPages_CanRouteToRazorPage()
|
||||
{
|
||||
// Regression test for https://github.com/aspnet/AspNetCore/issues/13996
|
||||
// Regression test for https://github.com/dotnet/aspnetcore/issues/13996
|
||||
// Arrange
|
||||
var client = Factory.WithWebHostBuilder(b => b.UseStartup<StartupForDynamicAndRazorPages>()).CreateDefaultClient();
|
||||
var url = "/PageWithLinks";
|
||||
|
|
@ -123,7 +123,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests
|
|||
[Fact]
|
||||
public async Task AppWithDynamicRouteAndMapRazorPages_CanRouteToDynamicController()
|
||||
{
|
||||
// Regression test for https://github.com/aspnet/AspNetCore/issues/13996
|
||||
// Regression test for https://github.com/dotnet/aspnetcore/issues/13996
|
||||
// Arrange
|
||||
var client = Factory.WithWebHostBuilder(b => b.UseStartup<StartupForDynamicAndRazorPages>()).CreateDefaultClient();
|
||||
var url = "/de/area%3Dadmin,controller%3Ddynamic,action%3Dindex";
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests
|
|||
[Fact]
|
||||
public async Task GivesCorrectCallstackForSyncronousCalls()
|
||||
{
|
||||
// Regression test for https://github.com/aspnet/AspNetCore/issues/15367
|
||||
// Regression test for https://github.com/dotnet/aspnetcore/issues/15367
|
||||
// Arrange
|
||||
var exception = await Assert.ThrowsAsync<HttpRequestException>(async () => await Client.GetAsync("http://localhost/Home/MyHtml"));
|
||||
|
||||
|
|
|
|||
|
|
@ -1129,7 +1129,7 @@ namespace Microsoft.AspNetCore.Mvc.IntegrationTests
|
|||
[Fact]
|
||||
public async Task CollectionModelBinder_CollectionOfSimpleTypes_DoesNotResultInValidationError()
|
||||
{
|
||||
// Regression test for https://github.com/aspnet/AspNetCore/issues/13512
|
||||
// Regression test for https://github.com/dotnet/aspnetcore/issues/13512
|
||||
// Arrange
|
||||
var parameter = new ParameterDescriptor()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1830,7 +1830,7 @@ namespace Microsoft.AspNetCore.Mvc.IntegrationTests
|
|||
Assert.Equal("10", entry.RawValue);
|
||||
}
|
||||
|
||||
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/11813")]
|
||||
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/11813")]
|
||||
public async Task MutableObjectModelBinder_BindsKeyValuePairProperty_NoCollectionData()
|
||||
{
|
||||
// Arrange
|
||||
|
|
@ -1879,7 +1879,7 @@ namespace Microsoft.AspNetCore.Mvc.IntegrationTests
|
|||
Assert.Single(entry.Errors);
|
||||
}
|
||||
|
||||
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/11813")]
|
||||
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/11813")]
|
||||
public async Task MutableObjectModelBinder_BindsKeyValuePairProperty_NoData()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
|
|
@ -1166,7 +1166,7 @@ namespace Microsoft.AspNetCore.Mvc.IntegrationTests
|
|||
[Fact]
|
||||
public async Task DictionaryModelBinder_DictionaryOfSimpleType_NullValue_DoesNotResultInRequiredValidation()
|
||||
{
|
||||
// Regression test for https://github.com/aspnet/AspNetCore/issues/13512
|
||||
// Regression test for https://github.com/dotnet/aspnetcore/issues/13512
|
||||
// Arrange
|
||||
var parameterBinder = ModelBindingTestHelper.GetParameterBinder();
|
||||
var parameter = new ParameterDescriptor()
|
||||
|
|
|
|||
|
|
@ -311,7 +311,7 @@ namespace Microsoft.AspNetCore.Mvc.IntegrationTests
|
|||
Assert.Equal("10", entry.RawValue);
|
||||
}
|
||||
|
||||
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/11813")]
|
||||
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/11813")]
|
||||
public async Task KeyValuePairModelBinder_BindsKeyValuePairOfSimpleType_NoData()
|
||||
{
|
||||
// Arrange
|
||||
|
|
@ -476,7 +476,7 @@ namespace Microsoft.AspNetCore.Mvc.IntegrationTests
|
|||
Assert.Equal("10", entry.RawValue);
|
||||
}
|
||||
|
||||
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/11813")]
|
||||
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/11813")]
|
||||
public async Task KeyValuePairModelBinder_BindsKeyValuePairOfComplexType_NoData()
|
||||
{
|
||||
// Arrange
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"order": 610,
|
||||
"icon": "icon.png",
|
||||
"learnMoreLink": "https://github.com/aspnet/AspNetCore",
|
||||
"learnMoreLink": "https://github.com/dotnet/aspnetcore",
|
||||
"uiFilters": [
|
||||
"oneaspnet"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ namespace Templates.Test
|
|||
|
||||
public ProjectFactoryFixture ProjectFactory { get; set; }
|
||||
|
||||
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/17681")]
|
||||
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/17681")]
|
||||
public async Task BlazorWasmStandaloneTemplate_Works()
|
||||
{
|
||||
var project = await ProjectFactory.GetOrCreateProject("blazorstandalone", Output);
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ namespace Templates.Test
|
|||
var createResult = await Project.RunDotNetNewAsync("web", language: languageOverride);
|
||||
Assert.True(0 == createResult.ExitCode, ErrorMessages.GetFailedProcessMessage("create/restore", Project, createResult));
|
||||
|
||||
// Avoid the F# compiler. See https://github.com/aspnet/AspNetCore/issues/14022
|
||||
// Avoid the F# compiler. See https://github.com/dotnet/aspnetcore/issues/14022
|
||||
if (languageOverride != null)
|
||||
{
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ namespace Templates.Test
|
|||
using (var serverProcess = Project.StartBuiltProjectAsync())
|
||||
{
|
||||
// These templates are HTTPS + HTTP/2 only which is not supported on Mac due to missing ALPN support.
|
||||
// https://github.com/aspnet/AspNetCore/issues/11061
|
||||
// https://github.com/dotnet/aspnetcore/issues/11061
|
||||
if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
|
||||
{
|
||||
Assert.True(serverProcess.Process.HasExited, "built");
|
||||
|
|
@ -64,7 +64,7 @@ namespace Templates.Test
|
|||
using (var aspNetProcess = Project.StartPublishedProjectAsync())
|
||||
{
|
||||
// These templates are HTTPS + HTTP/2 only which is not supported on Mac due to missing ALPN support.
|
||||
// https://github.com/aspnet/AspNetCore/issues/11061
|
||||
// https://github.com/dotnet/aspnetcore/issues/11061
|
||||
if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
|
||||
{
|
||||
Assert.True(aspNetProcess.Process.HasExited, "published");
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ namespace Templates.Test
|
|||
Assert.DoesNotContain("Microsoft.EntityFrameworkCore.Tools.DotNet", projectFileContents);
|
||||
Assert.DoesNotContain("Microsoft.Extensions.SecretManager.Tools", projectFileContents);
|
||||
|
||||
// Avoid the F# compiler. See https://github.com/aspnet/AspNetCore/issues/14022
|
||||
// Avoid the F# compiler. See https://github.com/dotnet/aspnetcore/issues/14022
|
||||
if (languageOverride != null)
|
||||
{
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<SkipTests Condition="'$(RunTemplateTests)' != 'true'">true</SkipTests>
|
||||
|
||||
<!-- Tests do not work on Helix or when bin/ directory is not in project directory due to undeclared dependency on test content. -->
|
||||
<!-- https://github.com/aspnet/AspNetCore/issues/6857 -->
|
||||
<!-- https://github.com/dotnet/aspnetcore/issues/6857 -->
|
||||
<BuildHelixPayload>false</BuildHelixPayload>
|
||||
<BaseOutputPath />
|
||||
<OutputPath />
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ namespace Templates.Test
|
|||
var createResult = await Project.RunDotNetNewAsync("webapi", language: languageOverride);
|
||||
Assert.True(0 == createResult.ExitCode, ErrorMessages.GetFailedProcessMessage("create/restore", Project, createResult));
|
||||
|
||||
// Avoid the F# compiler. See https://github.com/aspnet/AspNetCore/issues/14022
|
||||
// Avoid the F# compiler. See https://github.com/dotnet/aspnetcore/issues/14022
|
||||
if (languageOverride != null)
|
||||
{
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
|
||||
<IsSampleProject>false</IsSampleProject>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<!-- Test asset publishing not working on arm64 https://github.com/aspnet/AspNetCore/issues/11205 -->
|
||||
<!-- Test asset publishing not working on arm64 https://github.com/dotnet/aspnetcore/issues/11205 -->
|
||||
<SkipHelixArm>true</SkipHelixArm>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ namespace AuthSamples.FunctionalTests
|
|||
Assert.Equal(HttpStatusCode.OK, response.StatusCode);
|
||||
}
|
||||
|
||||
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/8387")]
|
||||
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/8387")]
|
||||
public async Task MyClaimsRedirectsToLoginPageWhenNotLoggedIn()
|
||||
{
|
||||
// Arrange & Act
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ namespace Microsoft.AspNetCore.Server.HttpSys.FunctionalTests
|
|||
{
|
||||
public class Http2Tests
|
||||
{
|
||||
[ConditionalFact(Skip = "https://github.com/aspnet/AspNetCore/issues/17420")]
|
||||
[ConditionalFact(Skip = "https://github.com/dotnet/aspnetcore/issues/17420")]
|
||||
[MinimumOSVersion(OperatingSystems.Windows, WindowsVersions.Win10, SkipReason = "Http2 requires Win10")]
|
||||
[MaximumOSVersion(OperatingSystems.Windows, WindowsVersions.Win10_19H1, SkipReason = "This is last version without GoAway support")]
|
||||
public async Task ConnectionClose_NoOSSupport_NoGoAway()
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ namespace Microsoft.AspNetCore.Server.IIS.Performance
|
|||
public void Setup()
|
||||
{
|
||||
// Deployers do not work in distributed environments
|
||||
// see https://github.com/aspnet/AspNetCore/issues/10268 and https://github.com/dotnet/extensions/issues/1697
|
||||
// see https://github.com/dotnet/aspnetcore/issues/10268 and https://github.com/dotnet/extensions/issues/1697
|
||||
#pragma warning disable 0618
|
||||
var deploymentParameters = new DeploymentParameters(Path.Combine(TestPathUtilities.GetSolutionRootDirectory("IISIntegration"), "test/testassets/InProcessWebSite"),
|
||||
ServerType.IISExpress,
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ namespace Microsoft.AspNetCore.Server.IIS.Core
|
|||
private readonly Pipe _pipe;
|
||||
|
||||
// https://github.com/dotnet/corefxlab/issues/1334
|
||||
// https://github.com/aspnet/AspNetCore/issues/8843
|
||||
// https://github.com/dotnet/aspnetcore/issues/8843
|
||||
// Pipelines don't support multiple awaiters on flush. This is temporary until it does.
|
||||
// _lastFlushTask field should only be get or set under the _flushLock.
|
||||
private readonly object _flushLock = new object();
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue