Andrew J Said

Results 3 issues of Andrew J Said

Scenario described originally in https://github.com/andrewlock/StronglyTypedId/issues/43 To summarize I have a custom struct to represent an Id field of an entity. The struct has a `TypeConverter` as well as a `DapperTypeHandler`...

Make RouteTableFactory.DetectAmbiguous faster using a hash table after it was reported as slow in #55114 ## Description I've added a performance benchmark to the code with the routes found in...

area-blazor
community-contribution

Use new Dictionary AlternateLookup to avoid allocation in DictionaryJumpTable ## Description Simple change which removes the `substring` allocation in DictionaryJumpTable using the `GetAlternateLookup` feature of .NET 9. With this change...

community-contribution
pending-ci-rerun
area-networking