-
Updated
Feb 21, 2020
.NET
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 14,808 public repositories matching this topic...
This issue has been moved from a ticket on Developer Community.
The UseResponseCaching method in the ResponseCachingExtensions class in the Microsoft.AspNetCore.Builder namespace is missing XML Documentation Comments.
(As a quick aside, the "Summary" sec
Problem encountered on https://dotnet.microsoft.com/learn/aspnet/microservice-tutorial/run-docker
Operating System: macos
The last Version of .Net Core is 3.0 Not 2.2, you should modify the dockerfile on the tutorial.
I have modified the dockerfile, and this works correctly.
T
-
Updated
Feb 21, 2020
Ctrl + Shift + D brings up the Developer Menu, but you must click the Cancel button to dismiss it.
The escape key should also dismiss the Developer Menu.
The linux build instructions lack saying you also need powershell core installed. So following them makes one think there is an issue with the .Csproj on linux.
Which lab is it that you're having issues with?
Lab: Docker for Java Developers
Description
When deploying Java applications in production one usually specifies the amount of memory available to the JVM (-Xmx) and other assorted configuration settings. Unfortunately, this is (usually) static configuration and therefore fixed in the container image. When specifying memory constraints
Proposal
After we branch for 2019-12 (Mono 6.10) we should remove the Sparc support source code from the repo.
Rationale
It will simplify maintenance going forward. We don't have any CI for Sparc, so we don't know whether it builds and runs on a day to day basis. We're not aware of any Linux distributions that ship Mono on Sparc, or officially support Sparc at all.
We should change images on documentations after we merge MVC UI migration to AdminLTE 3
Orginally posted by @iyilm4z aspnetboilerplate/module-zero-core-template#489 (comment)
-
Updated
Feb 21, 2020 - TSQL
-
Updated
Feb 21, 2020 - C#
Add Readme-Zh-cn.md
Prerequisites
- I have written a descriptive issue title
Description
I wanna add a Readme-Zh-cn.md which will be written in simplified Chinese accoding to Readme.md.
Is it ok ?
If ok , I will open a PR to complete it .
There are 2 places we are using BufferBlock<T> today:
We should consider replacing this depende
I came across this issue when I decided to profile my (in progress) game and discovered I was generating a ton of VertexBufferBinding[] arrays during the
It appears that IdentityServer is producing access tokens with a claim of "scope" with the value as an array of strings.
RFC 8693 defines this claim to be a space-separated string. This is causing issues with some platforms who consume JWTs and align with the specification's definitinon of the claim.
- Is this output int
In China, access to websites such as TheTVDB is very slow.
I would prefer to report this issue in the Hangfire.Autofac project, but issues there have been disabled so I'll try to reach out here and hope this gets to the right person :)
The documentation lists the following as example usage
var builder = new ContainerBuilder();
// builder.Register...
GlobalConfiguration.Configuration.UseAutofacActivator(builder.Build());
That will
Describe the bug
I modified the official Xamarin Forms RefreshView demo ever so slightly, replacing the ICommand with a ReactiveCommand, and the demo broke.
Specifically, pull-to-refresh will run once, and then never again.
I'm not entirely sure what goes on, but it feels like the thread
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-
 by default on the "Add a new blog post" page - /Admin/Blog/BlogPostCreate
A quick way to tell that a query may be tuneable is if there's a Missing Index recommendation in the SqlPlan.
There's currently no indication of this either in the SQL Top Queries page or on the Query Detail itself, but it would be helpful to at least have an icon on the Top Queries page showing that there's something worth looking into. (I know that Index recommendations can be junk - that's w
Describe the bug
C# supports enums decorated with the [flags] attribute. This allows a Developer to assign a single enum multiple values separated by the '|' binary 'or' bitwise operator.
An example might be: MyEnum myEnum = MyEnum.Value1 | MyEnum.Value2 | MyEnum.Value3; When an enum set with multiple values is passed in as a parameter to the refit client. Refit throws an Aggregate Excepti
Hi,
I read the documentation a few times and it took me some time to realise how to register multiple triggers for one job. Perhaps I didn't understand the documentation but it was only when I looked at the overloads of ScheduleJob that I noticed it accepts an IReadOnlyCollection<ITrigger>.
Would it be possible to update or add a section in one of the relevant chapters with a snippet suc
Created by Microsoft
Released February 13, 2002
- Organization
- dotnet
- Website
- dotnet.microsoft.com
- Wikipedia
- Wikipedia


This is in response to #7264, since we decided that PR is not the right way to do it.
I think we decided on: move the non-browser-specific tests out of the browser-specific test files.
So if the "chrome only" tests pass when using Firefox for instance, they should be moved to unit tests or into a common spec file of some kind.