-
Updated
May 1, 2020
.NET
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 15,322 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
May 1, 2020
DeveloperSettings.SourceBundleHost and DeveloperSettings.SourceBundlePort are passed to the client JS for HMR, and default to localhost:8081 when these values are not set.
There isn't currently a way to set those values from ReactApplication, which makes it difficult to take advantage of Fast Refresh while developing on remote clients (such as an Xbox). Adding them to ReactInstanceSettings
-
Updated
Apr 22, 2020 - PHP
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
If you're creating a bug/problem report, please include followings:
- Your Abp package version. - 5.2
- Your base framework: .Net Core. 3.1
Aspnetboilerplate Angular Template 5.2
Integration with the explanation from the page:
https://aspnetboilerplate.com/Pages/Documents/OData-AspNetCore-Integration
in .net core 3.1 mvc.internal is removed:
Could not load type 'Microsoft.AspN
-
Updated
May 1, 2020 - TSQL
-
Updated
May 2, 2020 - C#
I was recently inspired by a discussion on Discord involving #14692 and the future of the D2k mod to dig into the original Dune 2000 in order to figure out how its damage system works so we can mimic it and move forward.
So after getting the [Gruntmods Edition](https://gruntmods.com/dune_2000_gruntmods_edi
-
Updated
Apr 26, 2020 - C#
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
Describe the bug
Currently exception messages are sent to the client, which is both unnecessary and could pose a security risk in some cases. The messages are also not translated so even if clients are currently using them, they are not useful long-term.
To Reproduce
- Cause an error in the server
- View the response body
- See Exception message in response body
**Expected beh
Reference: https://identityserver4.readthedocs.io/en/latest/topics/refresh_tokens.html
Excerpt:
RefreshTokenExpiration
Absolutethe refresh token will expire on a fixed point in time (specified by the AbsoluteRefreshTokenLifetime)
Slidingwhen refreshing the token, the lifetime of the refresh token will be renewed (by the amount specified in SlidingRefreshTokenLifetime)
-
Updated
May 1, 2020 - C#
Today we have multiple code generators - one for tfgen, one for our Kubernetes provider, and several providers that have had to be hand written in every language because they do not fit either of the above.
Logically, these are all the same, and are tightly constrained by the need to represent the Pulumi resource model in the target language.
We plan to introduce a common intermediate sche
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
-
Updated
May 1, 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-
 -
Help to analyze common failures
- Logon failure: incorrect password or no logon right? (#136)
Created by Microsoft
Released February 13, 2002
- Organization
- dotnet
- Website
- dotnet.microsoft.com
- Wikipedia
- Wikipedia


Selenium 4 brings a set of all-new features and https://www.selenium.dev/documentation/en/ needs to be updated to contain the related docs for them.
Motivation
It'd be nice to have the following new features covered in the docs:
Example
...