Collin Stevens

Results 8 issues of Collin Stevens

ESLint will error if an EOF LF character isn't inserted. For example, VSCode will change your EOL characters to LF from CRLF, but it will not insert a EOF LF...

### Background and motivation See the documented example here https://github.com/fluentassertions/fluentassertions/blob/f64e59c87afddf7e6d650c0097773ef9e1d79b81/Tests/FluentAssertions.Specs/ExtensibilitySpecs.cs. A custom assertion is created using the CustomAssertion attribute causing the CallerIdentity to ignore this method. ```csharp [CustomAssertion] public void...

feature

**Describe the issue** OpenApiHttpRequestDataExtensions.Headers() currently returns a dictionary of headers which is case sensitive. https://github.com/Azure/azure-functions-openapi-extension/blob/da22fa299423e639166c72ae5932f731186e830b/src/Microsoft.Azure.Functions.Worker.Extensions.OpenApi/Extensions/OpenApiHttpRequestDataExtensions.cs#L33 **To Reproduce** Steps to reproduce the behavior: 1. Create a HttpRequestData object with a header....

CSharpGeneratorSettings is defaulting to use `System.DateTimeOffset` for `date` formats and `System.TimeSpan` for `time` formats instead of the _new_ `System.DateOnly` and `System.TimeOnly` types. https://github.com/RicoSuter/NJsonSchema/blob/ed250a8b9c4f86a4da40cf0061cf0172cdea0449/src/NJsonSchema.CodeGeneration.CSharp/CSharpGeneratorSettings.cs#L22 https://github.com/RicoSuter/NJsonSchema/blob/ed250a8b9c4f86a4da40cf0061cf0172cdea0449/src/NJsonSchema.CodeGeneration.CSharp/CSharpGeneratorSettings.cs#L24 The ability to override the types...

### Describe the bug reset button for a component in the inspector does nothing ### To Reproduce 1. Create a component with a property initialized to a value 2. Attach...

bug
review

### Version 4.0.5907 ### Description using any durable function command defaults the task-hub-name parameter of those commands to `DurableFunctionsHub`. `DurableFunctionsHub` is the default task hub name in Durable Functions 1.x...

Needs: Triage (Functions)
potential-bug

### What is the type of issue? Documentation is confusing ### What is the issue? The "Easy to refactor" example on the home page uses the `_` adapter in the...

documentation

## Type - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Optimization - [X] Documentation Update ## Description The basic example for Effect...