Fabrício Godoy

Results 13 issues of Fabrício Godoy

**Description of Changes** - Capture touch pressure for Mac, UWP and iOS. - Capture wheel delta for Mac. - Support touch and stylus on WPF platform. - Support mouse on...

Support current symbol package format. - Ref: https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg

enhancement
help wanted

Could include annotations for [FluentAssertions](https://fluentassertions.com/) testing library. Then a code like the below would not trigger a null warning: ```csharp sut.Should().NotBeNull(); sut.Description.Should().Be(expectedDescription); // ↳ Null warning here ```

Jab could register automatically `IServiceScopeFactory` allowing to get it using `GetService` method. Currently I need to register manually, as follows: ```csharp [ServiceProvider] [Transient(typeof(IServiceScopeFactory), Factory = nameof(CreateScopeFactory))] public sealed partial class...

When I try to include IL code on a project that when decompiled generates a 7 MB IL file, the regex-based replacements take minutes to run. The CPU usage is...

Create comparer for strings: ```csharp [StringEquality(StringComparison.OrdinalIgnoreCase)] public string Name { get; set; } ```

enhancement
help wanted
good first issue

### Overview Sometimes a [ReadOnly]Span needs to be tokenized using more than one separator. ### API breakdown ```csharp namespace CommunityToolkit.HighPerformance; public static class SpanExtensions { public static SpanTokenizer2 Tokenize(this Span...

feature request :mailbox_with_mail:

**Describe the bug** Stryker is failing since 3.13.1 version. **Logs** ``` [13:24:19 INF] Time Elapsed 00:04:53.5105569 Stryker.NET failed to mutate your project. For more information see the logs below: No...

🚀 Feature request
📃 Documentation

The generator is randomly crashing with the error below: ``` Generator 'AutomaticInterfaceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a...

question

Move the extension method `BuildMock` to the package `MockQueryable.EntityFrameworkCore`.