Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Support for ASP.NET Core #28

Open
khushalpatel1981 opened this issue Mar 6, 2016 · 10 comments
Open

Support for ASP.NET Core #28

khushalpatel1981 opened this issue Mar 6, 2016 · 10 comments

Comments

@khushalpatel1981
Copy link

Build failed when building with .NET Platform 5.4 (ASP.NET Core)

@RobThree
Copy link
Owner

RobThree commented Mar 6, 2016

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.

@khushalpatel1981
Copy link
Author

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

@khushalpatel1981 khushalpatel1981 changed the title Support for .NET Framework 5.4 Support for ASP.NET Core Mar 12, 2016
@khushalpatel1981
Copy link
Author

@RobThree @tegeek any good news!

@RobThree
Copy link
Owner

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.

@tegeek
Copy link
Collaborator

tegeek commented Mar 17, 2016

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.

@Willjobs94
Copy link

I think we should just have update the legacy mongosharpdriver to the new MongoDb.Driver.
I'm going to test that, and give feedbacks

@walterpinson
Copy link

walterpinson commented Dec 12, 2016

Yo, @Willjobs94 did you get anywhere with updating legacy mongosharpdriver? I want to use MongoRepository but don't want to be reinventing any wheels.

@Willjobs94
Copy link

@walterpinson, I didn't test it, sorry.

@RobThree RobThree self-assigned this Jan 9, 2017
@hardikphd
Copy link

I was able to built MongoRepository for .NetCore 2.0 it after removing following method from IRepository
IDisposable RequestStart();
void RequestDone();
& following methods from IRepositoryManager
long GetTotalDataSize();
long GetTotalStorageSize();

@RobThree Do you want me to check in?

@RobThree
Copy link
Owner

@RobThree Do you want me to check in?

You can always do a PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants