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 14,808 public repositories matching this topic...

titusfortner
titusfortner commented Jul 16, 2019

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.

vsfeedback
vsfeedback commented Feb 5, 2020

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

react-native-windows
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

lambdageek
lambdageek commented Nov 26, 2019

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.

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 21, 2020
  • C#
IdentityServer4
jasonmac01
jasonmac01 commented Jan 29, 2020

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.

  1. Is this output int
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
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

server
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

elvishfiend
elvishfiend commented Feb 27, 2018

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

janderson-dev
janderson-dev commented Nov 19, 2019

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

bug
lloydjatkinson
lloydjatkinson commented Oct 21, 2019

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
You can’t perform that action at this time.