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

Investigate adding cons support for async streams #70

Open
DavidArno opened this issue Oct 10, 2019 · 0 comments
Open

Investigate adding cons support for async streams #70

DavidArno opened this issue Oct 10, 2019 · 0 comments

Comments

@DavidArno
Copy link
Owner

Async streams are a core 3.0-only feature. So in order to support this, I need to experiment with whether I can use something like:

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' or '$(TargetFramework)' == 'netstandard1.0'">
    <DefaultItemExcludes>$(DefaultItemExcludes);src\Succinct\Core3.0\*.cs</DefaultItemExcludes>
</ItemGroup>

to hide files that are core 3.0-only from the compiler when targeting other targets.

A couple of handy links for the csproj stuff for my reference:
https://markheath.net/post/csproj-conditional-references
https://stackoverflow.com/questions/43173811/how-do-i-exclude-files-folders-from-a-net-core-standard-project

@DavidArno DavidArno added this to the V4.1 milestone Oct 10, 2019
@DavidArno DavidArno self-assigned this Oct 10, 2019
@DavidArno DavidArno added the C# 8 label Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant