Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Support for .Net Core 2.0 #143

Open
ChintanPanara opened this issue Oct 9, 2017 · 3 comments
Open

Support for .Net Core 2.0 #143

ChintanPanara opened this issue Oct 9, 2017 · 3 comments

Comments

@ChintanPanara
Copy link

Hi there,

Glimpse is an excellent way to improve productivity in your development environment and I am very excited about using it .Net Core 2.0. I have just finished migrating my .Net Core 1.1 code to 2.0.

Kindly suggest if Glimpse supports ASP.Net Core 2.0 (if not, any likely support to be available in near future).

I have referenced Glimpse from "https://www.myget.org/F/glimpseprototype/api/v3/index.json" and have installed version 2.0.0-beta2-201701201541. It does not give any compile time error but it gives runtime error.

Error:
Method not found: 'System.IServiceProvider Microsoft.Extensions.DependencyInjection.ServiceCollectionContainerBuilderExtensions.BuildServiceProvider(Microsoft.Extensions.DependencyInjection.IServiceCollection)'.

Error at:
services.AddGlimpse();

Source:
Glimpse.Common

Any support is much appriciated. Many thanks in advance.

@rjamesnw
Copy link

rjamesnw commented Feb 7, 2018

I just ran into the exact same error. So sad, was really hoping this would work. :*(

@dementeddevil
Copy link

I submitted a pull-request over here which works as far as I can tell. Note: The minimum .NET Framework version (for those of you binding to .NET Framework instead of .NET Core) is bumped from 4.5.1 to 4.6.1

@inlineHamed
Copy link

In which version it will be available?

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

No branches or pull requests

4 participants