-
Updated
Oct 28, 2020 - C#
aspnet-core

ASP.NET is an open source web framework for building modern web apps and services with .NET. ASP.NET creates websites based on HTML5, CSS, and JavaScript that are simple, fast, and can scale to millions of users.
Here are 859 public repositories matching this topic...
-
Updated
Oct 29, 2020 - C#
-
Updated
Oct 26, 2020 - C#
-
Updated
Jun 10, 2020 - C#
-
Updated
Sep 10, 2020 - C#
-
Updated
Oct 25, 2020 - C#
-
Updated
Oct 29, 2020 - C#
-
Updated
Oct 29, 2020 - C#
-
Updated
Aug 16, 2020 - C#
-
Updated
Sep 4, 2020 - F#
-
Updated
Oct 24, 2018 - C#
-
Updated
Oct 10, 2020 - TypeScript
-
Updated
Apr 3, 2019 - JavaScript
-
Updated
Mar 22, 2018 - C#
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Oct 14, 2020 - C#
-
Updated
Oct 26, 2020 - C#
-
Updated
Aug 28, 2020 - C#
-
Updated
Sep 11, 2019 - C#
We should have a test that validates each service can actually be resolved from the container (within a scope). See #339 for motivation. It would be fantastic if this could be done via reflection and not manually adding a new test every time you register a new service. I'm thinking we would define a static member that contained all the ServiceDescriptor
s. Then in the test we just get this member
-
Updated
Oct 22, 2020
-
Updated
Oct 29, 2020 - C#
-
Updated
Aug 10, 2020 - C#
-
Updated
Aug 28, 2019 - C#
-
Updated
Dec 30, 2017 - C#
-
Updated
Oct 19, 2020 - C#
-
Updated
Oct 27, 2020 - TypeScript
-
Updated
Oct 10, 2020 - C#
Create an include (something like
https://github.com/dotnet/AspNetCore.Docs/blob/master/aspnetcore/includes/reservedRouting.md
With the info from https://github.com/dotnet/aspnetcore/wiki/MVC-Reserved-Keywords on routing. Be stronger, something like
These keywords should not be used for link generations, as model bound parameters, or top level properties.
Add the include to the 3