.NET
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 15,237 public repositories matching this topic...
-
Updated
Sep 3, 2020
-
Updated
Sep 3, 2020 - C++
-
Updated
Sep 3, 2020 - C#
-
Updated
Sep 4, 2020 - C#
We can build much smaller Mono runtime for .NET Core purposes by simply removing code we don't need in this configuration. We did a few easy initial steps but we can go much further.
This list is not comprehensive but parts like
- Culture Data
- Any PAL related code
- Unused icalls
-
Updated
Aug 22, 2020 - C#
-
Updated
Sep 4, 2020 - C#
-
Updated
Aug 25, 2020 - TSQL
-
Updated
May 2, 2020 - C#
Describe the bug
Currently, the "HeaderCameraUploads" string in the localization files is unused and should be removed. Further investigation should be done on if there are other unused strings.
There are 2 places we are using BufferBlock<T> today:
We should consider replacing this depende
-
Updated
Sep 3, 2020 - C#
-
Updated
Sep 3, 2020 - Go
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
Jul 31, 2020 - C#
-
Updated
Sep 4, 2020 - C#
For each Job, it adds plots about density, cumulative mean, and so on. But two files are named BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--density.png and BenchmarkDotNet.Artifacts/results/MyBench.Sleeps-Time50--facetDensity.png, with the -- instead of single. Like some iteration variable is empty (since later there are names with -Default-


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: