-
Updated
Apr 27, 2020
.NET
.NET is a free, cross-platform, open source developer platform for building many different types of applications.
Here are 15,271 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
Apr 27, 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
Although this is "non-production" piece of ILSpy it is also the messiest re: license headers. See icsharpcode/ILSpy#1984 (comment) for a history of the BAML decompiler.
We have a mix of no license headers, LGPL (most likely a template mistake by @siegfriedpammer), as well as (correctly) MIT (exactly one: Stub.cs)
Code exclusively from @siegfriedpammer:
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
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
Apr 26, 2020 - TSQL
-
Updated
Feb 15, 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
using \d n regexes does not perform as expected, and in many cases [0-9] should be preferred (as discovered here).
- Review existing uses of
\dand replace with[0-9]where appropriate - Consider adding this to the docs somewhere. Not sure where this would be appropriate to document, perhaps some discussion
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)
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
Hi,
Similar to issue #125 it would be good to allow the same for the letsencrypt certbot container, could you please add a bind IP question during the bitwarden.sh install part in the letsencrypt section.
And something similar with (or storing the information for later in the previous
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-
 { AllowAutoRediFollow-up to #333
If possible:
-
Catch all parsing exceptions
-
Print invisible/non-printable characters as escape sequences (e.g.
\r\n) -
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
...