Commit graph

4 commits

Author SHA1 Message Date
cb2628c615 feat: add none generic result type
This adds a none generic result type and refactors the result to be a
class. The Result has the same inheritance like `Task` and `Task<T>`
2026-05-26 19:21:29 +02:00
ef734ad02e
chore: add nuget package description
This also removes the description from the package readme. The desciption of the package is
shown on nuget.org in the list view and if no package readme is defined on the detail view of
a package version. Since we provide a package readme we do not need the description shown
twice.
2026-05-21 21:57:30 +02:00
2572bd3695
chore: update insert_final_newline setting 2026-05-16 12:36:35 +02:00
1218d3617a
feat: add inital in memory dispatcher
Add a simple in memory dispatcher for scalar requests and stream request.
2026-05-16 11:05:07 +02:00