Revamp & port to .netstandard2.1#24
Conversation
|
@delneg should we look at making you a maintainer here? |
|
@jackmott let me know if there is an issue with the merge - by policy I should have waited some time before acting as backup maintainer |
|
@denelg I can have a go at fixing up the Fake / Paket stuff (from the Project Scaffold) if it's useful for publishing packages & docs or whatever. |
|
If you need it take a look at the automated docs and package publishing here https://github.com/fsprojects/FSharp.Control.AsyncSeq/blob/main/.github/workflows/publish.yml |
Hello, thank you for your proposal. However, given the current geopolitical situation I'm not sure that I'm a good fit for it (and I don't think that it's a good idea that someone might depend on me)
Anyway, regarding Paket and Fake - in my few years of experience they just make thinks harder to work with, unless in specific cases (when you can install nuget from git repo for example with Paket)
If you decide to fix them it's could be useful, but personally I'd prefer to use the aforementioned github actions used for AsyncSeq for the tasks of publishing packages & docs |
|
I've made a PR for the github actions approach, and a couple of tweaks to the project file to populate the package info & set a version (I set it to beta just because the previous published release was beta) (sorry for mis-spelling your id in the previous comment, @delneg) |
Thanks ! Looks great , probably only need to swap dotnet 5 for dotnet 6 (as dotnet 6 is LTS and dotnet 5 is EOL) |
|
Thanks, added that change to #26 |
Here's what's done: