* update devcontainer
Signed-off-by: paule96 <paul-jeschke@outlook.com>
* update test setup
Signed-off-by: paule96 <paul-jeschke@outlook.com>
* Now the json serialization should work with multiple methods in an interface
Signed-off-by: paule96 <paul-jeschke@outlook.com>
* fixed devcontainer to run actors
Now the devcontainer uses docker in docker, so you can reach the dapr setup after you did run dapr init. This will then only affect the dev container, without compromising the host of the devcontainer
Signed-off-by: paule96 <paul-jeschke@outlook.com>
* fix bugs with the current implementation
Signed-off-by: paule96 <paul-jeschke@outlook.com>
* add a test that checks excatly the behavior
Signed-off-by: paule96 <paul-jeschke@outlook.com>
* fix devcontainer post creatd command
Signed-off-by: paule96 <paul-jeschke@outlook.com>
* change the default to dotnet 8.0
Signed-off-by: paule96 <paul-jeschke@outlook.com>
* I don't know what is different but we commit.
Maybe it resolves the need of chmod for it 🤷♀️
Signed-off-by: paule96 <paul-jeschke@outlook.com>
* make it easier to see why the application of an E2E test couldn't start
Signed-off-by: paule96 <paul-jeschke@outlook.com>
* make the exception in E2E more percise
Signed-off-by: paule96 <paul-jeschke@outlook.com>
* fix exception message
Signed-off-by: paule96 <paul-jeschke@outlook.com>
---------
Signed-off-by: paule96 <paul-jeschke@outlook.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Whit Waldo <whit.waldo@innovian.net>
* Workflow Management - Initial Methods (#1003)
Initial work for workflows DotNET SDK
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Beefed up the workflows example program and added in statestore functionality
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Addressing a bunch of review comments
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Updates to readme and demo for workflows
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Changed webapp to console app
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Update DurableTask SDK dependency to get ARM64 compatibility (#1024)
* Update DurableTask SDK dependency to get ARM64 compatibility
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
* Fix issue with gRPC address override behavior
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Remove Web APIs and web dependencies
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Renaming WorkflowWebApp to WorkflowConsoleApp
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Various updates to the sample app
- Replaced DaprClient with WorkflowEngineClient
- Removed unused etag logic
- Fixed incorrect usage of certain model types
- Cleaned up logs and console output
- Simplified program loop
- Cleaned up console output and added some coloring
- Added error handling in the console interactions
- Various other tweaks/simplifications/enhancements
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Updates to README and demo http commands
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Make README copy/paste-able and some other minor tweaks
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Adding in Paul's devcontainer work
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* More README touch-ups
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* [docs] Add workflows to .NET client doc (#1019)
* add workflows to client page
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Updating workflows readme and example
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Fixing README for letting users know which .NET is needed
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* moving using statements above the namespace
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
---------
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Signed-off-by: Chris Gillum <cgillum@microsoft.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Co-authored-by: Chris Gillum <cgillum@microsoft.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>