-
Updated
Oct 15, 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 846 public repositories matching this topic...
-
Updated
Oct 13, 2020 - C#
-
Updated
Sep 24, 2020 - C#
-
Updated
Jun 10, 2020 - C#
-
Updated
Sep 10, 2020 - C#
-
Updated
Oct 12, 2020 - C#
-
Updated
Oct 8, 2020 - C#
-
Updated
Oct 14, 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 13, 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 ServiceDescriptors. Then in the test we just get this member
-
Updated
Oct 10, 2020
-
Updated
Oct 13, 2020 - C#
-
Updated
Aug 10, 2020 - C#
-
Updated
Aug 28, 2019 - C#
-
Updated
Dec 30, 2017 - C#
-
Updated
Oct 15, 2020 - C#
-
Updated
Oct 10, 2020 - C#
-
Updated
Oct 13, 2020 - TypeScript
Create an include (something like
https://github.com/dotnet/AspNetCore.Docs/blob/master/aspnetcore/includes/reservedRouting.mdWith 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