-
Notifications
You must be signed in to change notification settings - Fork 140
Support for ASP.NET Core #28
Comments
What is .NET Platform 5.4? And if you're reporting a failure, please report the error message you got. I can't troubleshoot anything with this information. |
This happens when I add nuget to the project which is a .NET Framework 4.6 Class Library and its going to used ASPNET Core Web API project |
Please don't kick this issue for attention; if there's anything to report we'll let you know. Until then you're free to investigate yourself: the source is available and if you find the problem yourself you're welcome to report it. |
If MongoDB driver works with .NET Core 5.4, then MongoRepository shouldnt be a problem at all. MongoRepo is wrapper on top of MongoDB driver, there isn't any code in MongoRepo which should be a problem for Core 5.4 but I can understand that MongoDB driver might have problems with Core 5.4. |
I think we should just have update the legacy mongosharpdriver to the new MongoDb.Driver. |
Yo, @Willjobs94 did you get anywhere with updating legacy mongosharpdriver? I want to use MongoRepository but don't want to be reinventing any wheels. |
@walterpinson, I didn't test it, sorry. |
I was able to built MongoRepository for .NetCore 2.0 it after removing following method from IRepository @RobThree Do you want me to check in? |
You can always do a PR. |
Build failed when building with .NET Platform 5.4 (ASP.NET Core)
The text was updated successfully, but these errors were encountered: