15 Commits

Author SHA1 Message Date
Jedd Morgan a50809bc91 refactor!: Major code cleanup for clearer state (#27)
.NET Build and Publish / build (push) Has been cancelled
* Quick pass

* no locks

* github actions

* publish via github actions

* pack

* Parent non-optional

* Generics are fun

* second pass

* Group workers, CTS, and Task in a class for simpler nullability

* pollysharp

* reverted cancellation changes

* reset state

* Update samples

* changes

* still working

* the fix

* private workers

* comments

* comments 2

* comments 3

* public worker count
2025-06-16 13:00:44 +01:00
Jedd Morgan eb97eb1df8 refactor: Add sourcelink and Github Actions (#28)
* Quick pass

* no locks

* github actions

* publish via github actions

* pack
2025-06-13 17:29:55 +01:00
Alan Rynne 83c72a7131 chore: Updated project to SDK style 2023-03-06 22:19:08 +01:00
Ryan Hughes d563e5cfe5 Safely scope workers in demo implementation. (#19) 2023-02-23 11:19:38 +01:00
Alan Rynne 0a1a3e1627 Downgraded rhino nugets to 6.28 for broader compatibility 2021-06-09 16:53:51 +02:00
Dimitrie Stefanescu 2f2be53bff fix: fixes incorrect cancellation 2021-04-03 18:22:22 +01:00
Dimitrie Stefanescu 8dc8c9a0fb Merge branch 'main' into dim/fixes 2021-04-03 18:07:21 +01:00
Dimitrie Stefanescu bdc105fa95 feat(cancellation): implements it cyclotron component 2021-04-03 17:59:58 +01:00
Dimitrie Stefanescu 59f87b2a7d feat(cancellation): exposes cancellation request (example in prime calculator) 2021-04-03 17:56:39 +01:00
Dimitrie Stefanescu c314fc5834 feat(cancellation): exposes task cancellation method 2021-04-03 17:10:36 +01:00
Alan Rynne b7e57b1ec8 fix(0.2.1): Missmatched GH versions 2021-02-03 22:53:09 +01:00
Alan Rynne 27147e1d0a fix(nuget): Reverted to GH and Rhinocommon 6.29 2020-12-08 10:34:50 +01:00
Alan Rynne b531b98168 Removed unnecessary targets
Pack fix


Added release prop


Added nuget push + nuspec changes


Added tags filter to workflow


Modified filter


Updated push comand


This filter should do it


Added wildcard in push command
2020-12-07 17:47:34 +01:00
Alan Rynne b97846efbb Added logos to demo 2020-12-07 15:22:39 +01:00
Alan Rynne ff5f9d6320 fix: Reorganized solution into two projects
Demo project for sample implementations and project for publishing dll
2020-12-07 14:51:43 +01:00