Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using System.Net.Http;
using System.Reflection;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.InternalTesting;
using Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation;
using Microsoft.AspNetCore.Mvc.Testing;
using Microsoft.AspNetCore.TestHost;
Expand All @@ -19,9 +18,9 @@
// These tests test razor caching which is affected if the site is built by another test class
// Use a named Collection to avoid the test classes running in parallel
[Collection("RazorBuildWebSite")]
public class RazorBuildTest : LoggedTest

Check failure on line 21 in src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs#L21

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs(21,31): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'LoggedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 21 in src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: Ubuntu x64)

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs#L21

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs(21,31): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'LoggedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 21 in src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: macOS)

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs#L21

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs(21,31): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'LoggedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 21 in src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: macOS)

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs#L21

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs(21,31): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'LoggedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 21 in src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs#L21

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs(21,31): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'LoggedTest' could not be found (are you missing a using directive or an assembly reference?)
{
protected override void Initialize(TestContext context, MethodInfo methodInfo, object[] testMethodArguments, ITestOutputHelper testOutputHelper)

Check failure on line 23 in src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs#L23

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs(23,40): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'TestContext' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 23 in src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: Ubuntu x64)

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs#L23

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs(23,40): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'TestContext' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 23 in src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: macOS)

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs#L23

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs(23,40): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'TestContext' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 23 in src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: macOS)

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs#L23

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs(23,40): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'TestContext' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 23 in src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs#L23

src/Mvc/test/Mvc.FunctionalTests/RazorBuildTest.cs(23,40): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'TestContext' could not be found (are you missing a using directive or an assembly reference?)
{
base.Initialize(context, methodInfo, testMethodArguments, testOutputHelper);
#pragma warning disable ASPDEPR003 // Type or member is obsolete
Expand Down Expand Up @@ -101,7 +100,6 @@
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
[LogLevel(LogLevel.Trace)]
public async Task RazorViews_AreUpdatedOnChange()
{
Expand Down Expand Up @@ -140,7 +138,6 @@
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
[LogLevel(LogLevel.Trace)]
public async Task RazorPages_AreUpdatedOnChange()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Net.Http;
using System.Reflection;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.InternalTesting;

using Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation;
using Microsoft.AspNetCore.Mvc.Testing;
using Microsoft.AspNetCore.TestHost;
Expand All @@ -16,9 +16,9 @@
// These tests test razor caching which is affected if the site is built by another test class
// Use a named Collection to avoid the test classes running in parallel
[Collection("RazorBuildWebSite")]
public class RazorRuntimeCompilationHostingStartupTest : LoggedTest

Check failure on line 19 in src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs#L19

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs(19,58): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'LoggedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: Ubuntu x64)

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs#L19

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs(19,58): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'LoggedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: macOS)

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs#L19

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs(19,58): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'LoggedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: macOS)

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs#L19

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs(19,58): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'LoggedTest' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 19 in src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs#L19

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs(19,58): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'LoggedTest' could not be found (are you missing a using directive or an assembly reference?)
{
protected override void Initialize(TestContext context, MethodInfo methodInfo, object[] testMethodArguments, ITestOutputHelper testOutputHelper)

Check failure on line 21 in src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: Ubuntu x64)

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs#L21

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs(21,40): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'TestContext' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 21 in src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: Ubuntu x64)

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs#L21

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs(21,40): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'TestContext' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 21 in src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-ci (Build Test: macOS)

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs#L21

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs(21,40): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'TestContext' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 21 in src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr (Tests: macOS)

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs#L21

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs(21,40): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'TestContext' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 21 in src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs

View check run for this annotation

Azure Pipelines / aspnetcore-quarantined-pr

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs#L21

src/Mvc/test/Mvc.FunctionalTests/RazorRuntimeCompilationHostingStartupTest.cs(21,40): error CS0246: (NETCORE_ENGINEERING_TELEMETRY=Build) The type or namespace name 'TestContext' could not be found (are you missing a using directive or an assembly reference?)
{
base.Initialize(context, methodInfo, testMethodArguments, testOutputHelper);
#pragma warning disable ASPDEPR003 // Type or member is obsolete
Expand Down Expand Up @@ -49,7 +49,6 @@
public HttpClient Client { get; private set; }

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
public async Task RazorViews_CanBeServedAndUpdatedViaRuntimeCompilation()
{
// Arrange
Expand Down Expand Up @@ -87,7 +86,6 @@
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/56553")]
public async Task RazorPages_CanBeServedAndUpdatedViaRuntimeCompilation()
{
// Arrange
Expand Down
Loading