Sam

Results 9 issues of Sam

It would be great if the tabs could be dragged, to allow reordering them. This behavior would be opted-into via a property on the ``. Our use case for this...

comp(tabs)
feat-request

* List of [NuGet packages](https://github.com/microsoft/ApplicationInsights-dotnet#nuget-packages) and version that you are using: Microsoft.ApplicationInsights.AspNetCore 2.18.0 * Runtime version (e.g. net461, net48, netcoreapp2.1, netcoreapp3.1, etc. You can find this information from the `*.csproj`...

question

I'm working on porting an app from running directly on a web server to Azure App Services. As part of this, I need to move the filesystem access that my...

type: enhancement
state: needs discussion
area: meta

Is it possible to put this library on NuGet as a package?

Migrated from https://github.com/dotnet/roslyn/issues/12496 ### Proposal Allow trailing commas in method/constructor declarations and invocations. ``` C# void Foo( int bar, int baz, ) { } Foo( bar: 5, baz: 3, );...

Proposal champion
Feature Request

Hi, I'm assuming the lack of `ConfigureAwait(false)` in https://github.com/neosmart/AsyncLock/blob/master/AsyncLock/AsyncLock.cs means that you intend the default, `ConfigureAwait(true)`? I just wanted to double check if that is the case, and if so,...

Not really an issue per say, just wanted to suggest that you update your documentation to reflect that this also works really well with covariant return type support that was...

I know this is going to be controversial. However, I strongly recommend re-adding the "legacy" Assert/CollectionAssert/StringAssert methods (eg, Assert.Equal). I believe Assert.That is objectively worse in every respect. In pre...

I like the `StringAssert` class because it provides more informative error messages over just doing something like `Assert.True()`. I'd like to suggest adding a few overloads to the `StringAssert` class:...

is:enhancement