aspnetcore
Here are 2,473 public repositories matching this topic...
-
Updated
Dec 15, 2021 - C#
In answering a Stack Overflow question, I just discovered there's a [NonViewComponent]
attribute for marking a class that ends with ViewComponent
(case-insensitive) as, well, not being a View Component.
I think we should document this, under https://docs.microsoft.com/en-us/
Hi,
my admin portal looks like this :
Version
- Server Installed 1.38.4
- Server Latest 1.38.4
- Web Installed -
- Web Latest 2.17.1
It seems that, at some point, 'GetInstalledWebVersion()' in 'Admin.dll' is called? Could anyone help me understand what do I need to check, to fix this?
-
Updated
Nov 11, 2021
-
Updated
Dec 15, 2021 - C#
-
Updated
Dec 14, 2021 - C#
-
Updated
Dec 14, 2021 - C#
-
Updated
Dec 10, 2021
-
Updated
Nov 2, 2021 - C#
-
Updated
Nov 22, 2021 - C#
-
Updated
Dec 13, 2021 - C#
-
Updated
Dec 13, 2021 - C#
-
Updated
Dec 14, 2021 - C#
-
Updated
Dec 7, 2021 - C#
-
Updated
Nov 1, 2021 - C#
-
Updated
Dec 15, 2021 - C#
-
Updated
Sep 17, 2021 - C#
-
Updated
Sep 12, 2021
-
Updated
May 26, 2019 - TypeScript
-
Updated
Dec 11, 2021 - C#
-
Updated
Nov 11, 2021 - C#
Seem we need RemoveAll cache with out parameter, or can called by remove everything for invalidate all cache.
For now I use following code
var listPrefix = new List<string>
{
"foo",
"bar",
"another-foo"
};
listPrefix.ForEach(prefix => {
cachingProvider.RemoveByPrefix(prefix);
});
Instead of write above code, we may can write single like below
` cachin
-
Updated
Oct 16, 2019 - Vue
-
Updated
Dec 9, 2021 - C#
-
Updated
Sep 26, 2021 - C#
-
Updated
Oct 23, 2020 - C#
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
Dec 13, 2021 - JavaScript
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."
If you list the Router's
AppAssembly
theAdditionalAssemblies
property then you get somewhat bizarre errors when you load the app.This is what you see in a Blazor WebAssembly app in the browser console logs: