Skip to content
#

.NET

dotnet logo

.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...

react-native-windows
Thristhart
Thristhart commented Apr 13, 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

jetztgradnet
jetztgradnet commented Oct 16, 2017

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

marek-safar
marek-safar commented Jul 30, 2019

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

Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.

  • Updated Feb 15, 2020
  • C#
mark-monteiro
mark-monteiro commented Apr 19, 2020

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 \d and 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
IdentityServer4
jdt
jdt commented Nov 4, 2019

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

ReactiveUI
server
BenchmarkDotNet
simonech
simonech commented Jun 24, 2019

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-
![image](https://user-images.github

TheElectricCo
TheElectricCo commented Feb 18, 2020

Expected Behavior / New Feature

As stated in the ReadMe, Ocelot depends on .net standard 2.0 and should be usable with full .net framework

Actual Behavior / Motivation for New Feature

Nuget states that Ocelot 14.0.9 depends on .net core 3.1

image

Styxxy
Styxxy commented Jan 30, 2018

From conversation in PR #368

Documentation should be updated how to use Windows Authentication to make API calls.

There are two options to solve this, create a HttpClient yourself, or set the clienthandlerfactory in the RefitSettings;

// Option 1 : create HttpClient yourself
var client1 = RestService.For<IMyService>(
    new HttpClient(new HttpClientHandler() { AllowAutoRedi

Created by Microsoft

Released February 13, 2002

Organization
dotnet
Website
dotnet.microsoft.com
Wikipedia
Wikipedia
You can’t perform that action at this time.