-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
Pillar: Technical DebtPriority:0Work that we can't release withoutWork that we can't release withoutarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-templatestest-failuretest-fixed
Milestone
Description
Failing Test(s)
- Templates.Mvc.Test.BlazorTemplateTest.BlazorWebTemplate_IndividualAuth_LocalDb(useProgramMain: True)
Error Message
Assert.DoesNotContain() Failure
Found: .db
In value: <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-AspNet.db5wczvqvgbh-eb168c2b-2b5a-4d39-9c46-6be63ac8091b</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.0-ci" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.0-ci" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0-alpha.1.23607.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0-alpha.1.23607.2" />
</ItemGroup>
</Project>
Stacktrace
at Templates.Mvc.Test.BlazorTemplateTest.BlazorWebTemplate_Core(String[] args) in /_/src/ProjectTemplates/test/Templates.Mvc.Tests/BlazorTemplateTest.cs:line 80
Build
https://dev.azure.com/dnceng-public/public/_build/results?buildId=495483
Metadata
Metadata
Assignees
Labels
Pillar: Technical DebtPriority:0Work that we can't release withoutWork that we can't release withoutarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-templatestest-failuretest-fixed