StronglyTypedId icon indicating copy to clipboard operation
StronglyTypedId copied to clipboard

A Rosyln-powered generator for strongly-typed IDs

Results 36 StronglyTypedId issues
Sort by recently updated
recently updated
newest added

Hi did you have any plans for deploy a first v1.0 Release of this smart nuget package? Which of the issues are not ready for leave the beta state and...

Hello, I'm having a situation where a `StronglyTypedIdBackingType.String` ids need to be used in a ef core query with `StartsWith`. Currently, I'm not seeing any string function available for such...

By default, StronglyTypedId doesn't play very nicely with Swagger/OpenAPI docs: - When used on a route the `try it out` expects an object `{ Value: TId }` which doesn't match...

Add the `.Parse` and `.TryParse` static methods on all base templates. They are common and expected methods for value types. `.TryParse` is especially good because enables the use of custom...

Implements #75 I had thought about adding additional options to the `StronglyTypedIdImplementations` enum. Since that enum is defined as `[Flags]` then it would make for a confusing API as it...

This could be useful for identity columns in SQL databases. Not sure if this should potentially be treated as its own generator, currently just extended the templates for the EF...