andrewlock / StronglyTypedId

A Rosyln-powered generator for strongly-typed IDs
MIT License
1.52k stars 79 forks source link

Rename Int to Int32 #2

Closed andrewlock closed 2 years ago

andrewlock commented 5 years ago

As suggested by @thomaslevesque

Just a small remark: Int should probably be renamed to Int32; int is the C# alias for Int32, but could mean other things in other languages (which, of course, isn't very important since it only generates C# code...)

andrewlock commented 2 years ago

Going to leave this as-is for now