-
Notifications
You must be signed in to change notification settings - Fork 311
IWebHost breaking change #1124
Comments
We've decided to fix this. |
@grahamehorner Have you tried service fabric with the latest build? Please re-open if you see any more issues. |
I have tried with Service Fabric SDK 2.6.220 but I'm still having issues, even the template generated code wont run inside service fabric when targeting ASP.NET Core 2.0 however the expectation with regard IWebHost.Start() is no longer shown? I'll investigate more |
Ok, now tried with both Service Fabric Stable nugget 2.6.220 & ASPNETCORE 2.0 preview 3 Error event: SourceId='System.FM', Property='State'. |
still having issues, so I've created a GitHub repo so you can see my experience of hosting ASPNETCORE 2.0 preview3 inside of Service Fabric; not sure where the root issue is yet; https://github.com/grahamehorner/ServiceFabric.ASPNETCORE2 |
the change 62f74d5 to IWebHost interface is breaking change; including service-fabric-aspnetcore, please consider re-adding Start() and Stop() to the interface to remain backwards compatible with service-fabric and other code; marking them as obsolete but with out error.
These could simply call the StartAsync, StopAsync under the hood
microsoft/service-fabric-aspnetcore#21
The text was updated successfully, but these errors were encountered: