question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

please upgrade this library to .Net core 2.0?

See original GitHub issue

I have tried to upgrade this class library to .Net core 2.0, without any issue.

In sample application, we have extension method - AddIdentityWithMongoStore. I was not able to find any reference to this on github code shared by you. Where is file MongoIdentityBuilderExtensions?

 // Register identity framework services and also Mongo storage. 
	        services.AddIdentityWithMongoStores(Configuration.GetConnectionString("DefaultConnection"))
		        .AddDefaultTokenProviders();

Appreciate if you can upgrade the library along with sharing code for MongoIdentityBuilderExtensions.

Thank you.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
vladimir-kuchercommented, Sep 5, 2017

Same thing here. Need this project under .net core 2.0. Please update!

2reactions
nohwndcommented, Sep 17, 2017

@svpatel401 The code is there, it is just not on the master branch. I am successfully using this library build from sources with .NET Core 2.0 app, but it would be nice to have it available on nuget.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrading netstandard 2.0 class library to dotnet 6
I am using netstandard2.0 that works with any version net and net core. · netstandard2.1 is really only useful if you want to...
Read more >
Download .NET Core 2.0 (Linux, macOS, and Windows)
NET Core 2.0 downloads for Linux, macOS, and Windows. .NET is a free, cross-platform, open-source developer platform for building many different types of ......
Read more >
upgrading from .net framework 4.5.2 to .net standard 2.0
Hi, I'm trying to upgrade my class libraries from .Net Framework 4.5.2 to .Net Standard 2.0 using Upgrade Assistant. Everytime i does it, ......
Read more >
Upgrade: wrong version, always defaults to .Net 2 which is ...
Hello,. Please consider that this tool should support and default to the latest LTS .NET Core version, step one should be a prompt...
Read more >
Upgrading to .NET Core and .NET Standard Made Easy
NET Core and your libraries to .NET Standard. By upgrading your projects to .NET Core 2.0 you get cross-platform support and higher performance....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found