Skip to content
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

Is it .NET Core ready? #94

Closed
SuperJMN opened this issue Jul 1, 2016 · 6 comments
Closed

Is it .NET Core ready? #94

SuperJMN opened this issue Jul 1, 2016 · 6 comments

Comments

@SuperJMN
Copy link

SuperJMN commented Jul 1, 2016

My project (OmniXAML https://github.com/SuperJMN/OmniXAML/) does make use of reflection quite intensively, so I thought about using this library. The problem is that right now I'm porting it to .NET Core.

Is Albedo usable by .NET Core libraries using .NET Standard?

@ploeh
Copy link
Collaborator

ploeh commented Jul 1, 2016

It's not currently available for .NET Core, but I'm open to it 😄

@SuperJMN
Copy link
Author

SuperJMN commented Jul 1, 2016

I'm really looking forward to it! Thanks for the quick response, Master Mark!

@roarwrecker
Copy link

It seems that this is not possible right now. Albedo references code in the System.Reflection and System.Type namespaces which has not been ported to .Net Standard 1.6 or .Net Core 1.1.

I have analyzed the Albedo DLL using the .Net Portability Analyzer. I have attached the result which tells us that the required changes will be done in .Net Standard 2.0 and .Net Core 2.0.

portability_summary

@zvirja
Copy link
Member

zvirja commented Sep 20, 2017

It's already implemented in master. We target .NET Standard 2.0 as it contains all the API we need.
Will be released soon after all the preparations are done.

@zvirja zvirja closed this as completed Sep 20, 2017
@zvirja
Copy link
Member

zvirja commented Oct 4, 2017

Good news everyone! 🎉🌟🎆

I've just published v2 that supports .NET Standard 2.0. Be aware of the announcement in ReadMe.

CC @AlbedoOrg/core

@moodmosaic
Copy link
Member

Great job, @zvirja.

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

Successfully merging a pull request may close this issue.

5 participants