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

review use of lists #151

Merged
merged 6 commits into from
Jul 24, 2019
Merged

review use of lists #151

merged 6 commits into from
Jul 24, 2019

Conversation

bruno-garcia
Copy link
Member

@bruno-garcia bruno-garcia commented Jul 15, 2019

An attempt to learn the codebase while tackling issue #62
Maybe I'm missing something but there aren't many public List<T> in the API?

@bruno-garcia
Copy link
Member Author

bruno-garcia commented Jul 15, 2019

Oh I see net45 doesn't build on macOS 😢
Array.Empty<T> doesn't exist in it.

Is getting this to build on net45 with Mono on Linux and macOS something interesting for this project?

@austinlparker
Copy link
Member

@bruno-garcia I think it'd be interesting, but I'm not sure how much work it'd be. I think if anything we'd prefer for something like full net45 on mono to be a bit later, once we've factored out all of the adapters and such.

@bruno-garcia
Copy link
Member Author

@austinlparker It's done on this repo with .NET Framework reference assemblies and dotnet. Will require Mono on non Windows build agents though.

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

Successfully merging this pull request may close these issues.

3 participants