andrewlock / StronglyTypedId

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

Support .net core 3.0 #5

Closed xaviergxf closed 4 years ago

xaviergxf commented 5 years ago

HI @andrewlock,

Do you have any plans to support .net core 3.0?

Thanks

andrewlock commented 5 years ago

Tooling is changing in .NET Core 3.0 as far as I know. Once CodeGeneration.Roslyn supports .NET Core 3.0, I will add support here

darbio commented 4 years ago

Any update on this? It seems that CodeGeneration.Roslyn supports .NET Core 3.x

andrewlock commented 4 years ago

I haven't looked into it yet, but thanks for the heads up! I'll look into updating it when I get a chance.

As an aside, I'm struggling a bit with the StronglyTypedId NuGet package - for some reason I can't actually seem to get it to work properly, no matter what I try, hence the lack of movement here 🙁

darbio commented 4 years ago

What’s happening?

andrewlock commented 4 years ago

Thanks to @vebbo2 for implementing this, I'll push out a release to NuGet shortly