aspnetcore
Here are 2,426 public repositories matching this topic...
-
Updated
Oct 21, 2021 - C#
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
Nov 11, 2021
-
Updated
Nov 12, 2021 - C#
-
Updated
Nov 11, 2021 - C#
-
Updated
Nov 9, 2021 - C#
-
Updated
Nov 8, 2021
-
Updated
Nov 2, 2021 - C#
-
Updated
Sep 2, 2021 - C#
-
Updated
Nov 11, 2021 - C#
-
Updated
Nov 11, 2021 - C#
-
Updated
Nov 9, 2021 - C#
-
Updated
Nov 9, 2021 - C#
-
Updated
Nov 1, 2021 - C#
-
Updated
Nov 9, 2021 - C#
-
Updated
Sep 17, 2021 - C#
-
Updated
May 26, 2019 - TypeScript
-
Updated
Sep 12, 2021
-
Updated
Nov 8, 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
Oct 27, 2021 - C#
-
Updated
Sep 26, 2021 - C#
-
Updated
Oct 23, 2020 - C#
If you create a custom ICertificateAuthorityConfiguration and pass it to say a step-ca authority, with a custom port in the URL the FileSystemAccountStore tries to put the port in the directory name and fails.
Can we change from AuthorityUri to Host?
Add tests
-
Updated
Oct 1, 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."


When enabling multiple msbuild nodes it could fail due to locking "xxx.deps.json" files
We have faced with this issue using latest version of microsoft.aspnetcore.mvc.testing nuget package
C:\ZZZZ\nuget\microsoft.aspnetcore.mvc.testing\5.0.7\build\net5.0\Microsoft.AspNetCore.Mvc.Testing.targets(56, 5): error MSB3027: Unable to copy file "D:\XXXX\bin\Release\YYYY.deps.json" to "bin\Release\YYYY.d