Testavior icon indicating copy to clipboard operation
Testavior copied to clipboard

Testavior is a lightweight solution to help you develop Behavior Tests for ASP.NET Core

Results 5 Testavior issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.1.0 to 2.1.22. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.1.22 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.810 CLI...

dependencies

Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.1.0 to 2.1.22. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.1.22 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.810 CLI...

dependencies

Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/AspNetCore) from 2.1.0 to 2.1.15. Release notes Sourced from Microsoft.AspNetCore.All's releases. .NET Core 2.1.15 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.803 CLI...

dependencies

The new recommend way to start an asp net core 2.0 app is as follows ```c# public static IWebHost BuildWebHost(string[] args) => WebHost.CreateDefaultBuilder(args) .UseStartup() .Build(); ``` If we take a...

enhancement

Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/AspNetCore) from 2.1.0 to 2.1.21. Release notes Sourced from Microsoft.AspNetCore.All's releases. .NET Core 2.1.20 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.808 .NET...

dependencies