aspnetcore
Here are 1,810 public repositories matching this topic...
-
Updated
Aug 22, 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
Whenever I submit a GET request to the api/public/groups endpoint, the "collections" field for each group returns "None" on every group, even if they have access to collections. I can verify that the
-
Updated
Sep 4, 2020 - C#
-
Updated
Sep 3, 2020 - C#
-
Updated
Sep 5, 2020 - C#
-
Updated
Jun 10, 2020 - C#
-
Updated
Sep 4, 2020
-
Updated
Aug 21, 2020 - C#
-
Updated
Aug 27, 2020 - C#
-
Updated
Sep 1, 2020 - C#
-
Updated
Jun 22, 2020 - C#
-
Updated
Sep 3, 2020 - C#
-
Updated
Aug 28, 2020 - C#
-
Updated
May 26, 2019 - TypeScript
-
Updated
Oct 16, 2019 - Vue
-
Updated
Sep 4, 2020 - C#
-
Updated
Aug 21, 2020 - C#
-
Updated
Jul 29, 2020 - C#
-
Updated
Aug 27, 2020 - C#
-
Updated
Sep 1, 2020 - JavaScript
Allow to cache nulls
Problem description
I saw comment about nulls caching dotnetcore/EasyCaching#43 (comment), but we have important case when it is necessary.
We develop a low code platform, where our clients can set up some handlers for processing some requests from there websites.
- Each handler is entity in database, that is cached in memory.
- Some handlers cou
Add tests
Beyonce said it best. If you like it then you shoulda put a test on it. Scenarios I like:
- Cert is created with right DN
- Cert is stored to X509Store after creation
- Cert request is not resubmitted
- Handles failures gracefully
- HTTP challenge/response works as expected
- Certificate renewal when cert is about to expiration
-
Updated
Aug 31, 2020 - C#
-
Updated
Sep 2, 2020 - C#
-
Updated
Feb 21, 2020 - C#
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Sep 4, 2020 - HTML
Improve this page
Add a description, image, and links to the aspnetcore topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aspnetcore topic, visit your repo's landing page and select "manage topics."
This prevents people from enabling authorization globally in a meaningful way for Blazor applications, since while you can apply
[Authorize]
globally through _Imports.Razor, that prevents you poking holes to allow individual access to unauthenticated pages.The fixes can be: