diff --git a/ObviousAwait.nuspec b/ObviousAwait.nuspec deleted file mode 100644 index 8cf25e4..0000000 --- a/ObviousAwait.nuspec +++ /dev/null @@ -1,38 +0,0 @@ - - - - ObviousAwait - $version$ - Andreas Wäscher 2023 - ObviousAwait, ConfigureAwait() done right. - Andreas Wäscher - Andreas Wäscher - https://github.com/awaescher/ObviousAwait - LICENSE - images\ObviousAwait.png - false - - Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false). - configureawait async await task tasks task-parallel-library tpl thread threading thread-synchronization synchronizationcontext multithreading netstandard obviousawait obvious keepcontext freecontext - -ConfigureAwait(true) and ConfigureAwait(false) are very important when dealing with asynchronous code. However, they make code hard to read and easy to fail. -ObviousAwait introduces two aliases: KeepContext() and FreeContext(), reducing the cognitive load while reading and writing asynchronous code. - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ObviousAwait/ObviousAwait.csproj b/ObviousAwait/ObviousAwait.csproj index f737049..1dc5ac8 100644 --- a/ObviousAwait/ObviousAwait.csproj +++ b/ObviousAwait/ObviousAwait.csproj @@ -2,6 +2,36 @@ netstandard1.0;netstandard2.1 + True + ObviousAwait, ConfigureAwait() done right. + Andreas Wäscher + ConfigureAwait(true) and ConfigureAwait(false) are very important when dealing with asynchronous code. However, they make code hard to read and easy to fail. +ObviousAwait introduces two aliases: KeepContext() and FreeContext(), reducing the cognitive load while reading and writing asynchronous code. + Andreas Wäscher 2023 + https://github.com/awaescher/ObviousAwait + https://github.com/awaescher/ObviousAwait + ObviousAwait.png + README.md + configureawait;async;await;task;tasks;task-parallel-library;tpl;thread;threading;thread-synchronization;synchronizationcontext;multithreading;netstandard;obviousawait;obvious;keepcontext;freecontext + LICENSE + 1.2 + 1.2 + 1.2 + + + True + \ + + + True + \ + + + True + \ + + + \ No newline at end of file