-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ODataLib/EdmLib/MS.Spatial on ASP.NET 5/ASP.NET Core 5 #97
Comments
@PinpointTownes Please download preview packages for ASP.NET 5 from https://github.com/lewischeng-ms/vNext/tree/master/packages. Profile mapping
To resolve the issue
VersionThough the version was set to Sourcehttps://github.com/lewischeng-ms/odata.net/tree/vNext Known IssuesODataLib has TypeInitialization problem under |
@PinpointTownes Fixed the TypeInitialization problem. It was due to dlls not signed. So I decided to temporarily make them |
@lewischeng-ms great, thanks! 👍 I finally ported Web API OData to Sadly, there's currently a bug in CoreCLR that prevents it from working, but it should be fixed soon 👯 To be honest, I'm not totally happy with all the changes needed to make it work (specially the |
@PinpointTownes Yeah, I've already seen your commits and you REALLY did an amazing job! Cheers! And for |
Thanks! 😄 Nice, I'll reuse your |
Step 1: Clean up macros in PRODUCTION code (#136); rename |
Step 2: Create ApiPort analysis results:
Checked in as efcb348 |
Step 3: Create Reference: NuGetFramework and FrameworkReducer tests ApiPort analysis results:
Checked in as b7edcf8 |
Step 4: Add Remarks: Checked in as 11d201c |
Step 5: Update TFS and produce signed packages. Preview packages updated: https://www.myget.org/feed/Packages/odlpreview |
Step 6: Test & resolve any incompatibility on ASP.NET 5.0 Status: ODataLib/EdmLib/Spatial works well so far
|
Final commit 84716ac |
Target: support referencing ODataLib/EdmLib/MS.Spatial NuGet packages from ASP.NET 5 projects.
In ASP.NET 5, there are two profiles to be supported:
The text was updated successfully, but these errors were encountered: