DataAnnotationsExtensions icon indicating copy to clipboard operation
DataAnnotationsExtensions copied to clipboard

Moving to NetCore?

Open airomero opened this issue 6 years ago • 9 comments

Do you have any plan moving to NetCore or NetStandard??

airomero avatar Jul 24 '17 22:07 airomero

@airomero I think I'd like to move to NetStandard & the new version of MVC. Now that .NET Core 2.0 just came out I want to take a look at the new templates and make sure jquery validation and unobtrusive validation is still the recommended way to go and see what additional validators they'd still need

srkirkland avatar Aug 24 '17 03:08 srkirkland

How is it going?

lindeberg avatar Oct 28 '17 19:10 lindeberg

I'd also like know how it's going

egmfrs avatar Feb 03 '18 23:02 egmfrs

Good question -- I've been looking at the templates in VS and the dotnet CLI and it seems like they are still doing jquery validation and unobtrusive so much of the code should transfer fairly easily. Even the data annotations interfaces are really similar.

So now it's just a question of how to convert/overtake the old project, how to handle releasing new versions, and looking into client validation.

I think it's definitely past time that I get around to those things, so expect to see quicker progress starting now.

srkirkland avatar Feb 08 '18 01:02 srkirkland

FYI work on .net core support is being done in the dotnetcore branch https://github.com/srkirkland/DataAnnotationsExtensions/tree/dotnetcore.

srkirkland avatar Feb 28 '18 00:02 srkirkland

Any news on a release of .NET Core/Standard version?

sandromastronardi avatar Apr 23 '20 20:04 sandromastronardi

Hello, where can I get the .net core/.net standard version nuget package?

h82258652 avatar Oct 23 '20 05:10 h82258652

Hello -- I've taken a deeper look at moving this project to .net core (now it would be .net 6) and ultimately I'm struggling to justify it's effort. At the time I wrote this library, features like EqualTo, type-specific attributes, and common string formats weren't in the core DataAnnotations library. At this point most of these attributes come standard, with the few holdouts really just being glorified Regular Expressions.

I think it's great that DataAnnotations has been able to add many new features, but I think it also means DataAnnotationsExtensions has probably served its purpose. If anyone has some specific cases where this library is needed for something that can't be done otherwise, please let me know. Thanks!

srkirkland avatar Dec 14 '21 00:12 srkirkland