Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Support for .NET Core 2.0 #18

Closed
FabianHaasjes opened this issue Sep 14, 2017 · 2 comments
Closed

Support for .NET Core 2.0 #18

FabianHaasjes opened this issue Sep 14, 2017 · 2 comments
Labels

Comments

@FabianHaasjes
Copy link

Hi,

while trying to use the cloud configuration, i got following exception using .NET Core 2.0:

System.MissingMethodException occurred
HResult=0x80131513
Message=Method not found: 'System.Collections.Generic.IEnumerable`1<Microsoft.Extensions.Configuration.IConfigurationSource> Microsoft.Extensions.Configuration.IConfigurationBuilder.get_Sources()'.
Source=
StackTrace:
at Steeltoe.Extensions.Configuration.ConfigServer.ConfigServerConfigurationProvider.Build(IConfigurationBuilder builder)
at Microsoft.Extensions.Configuration.ConfigurationBuilder.Build()
at MyService.Startup..ctor(IHostingEnvironment env)

Are there any plans to support .NET Core 2.0 in the future?

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/151085048

The labels on this github issue will be updated when the story is started.

@dtillman
Copy link
Contributor

@FabianHaasjes
The 1.1 Steeltoe bits do not support ASP.NET Core 2.0 yet. We are working on that. The 1.1 bits do support ASP.NET Core 1.1 running on .NET Core 2.0 if that is all you need ....

We have created 2.0 dev build packages of Steeltoe that should work with ASP.NET Core 2.0 and you can reference those if you want ... https://myget.org/gallery/steeltoedev ...

If you run into any problems using the dev bits, please let us know and we will try to fix/help.

Dave

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

No branches or pull requests

3 participants