Commit Graph

8 Commits

Author SHA1 Message Date
Jim Paine d50e525cc9 Updated docs for .NET Actor (#115)
* add missing dir change

* standardized actor namespace

Brought dotnet new command example inline with namespace and dapr run command

* Added startup.cs

Show example startup.cs without all the MVC defaults from dotnet new

* update class lib to 3.0

by default dotnet new classlib uses standard 2.0 all Dapr.Actors targets netcoreapp3.0
2019-10-19 13:31:27 -07:00
Aman Bhardwaj 4fb29e44e3
Changing to Dapr.* (#89)
* Changing to Dapr.*

* Update readme.md

* keeping things signed
2019-10-11 13:42:30 -07:00
Young Bu Park eb9257cdc7 Change the http app channel port env var to DAPR_HTTP_PORT (#79) 2019-10-07 20:33:13 -07:00
Aman Bhardwaj a0e1b3963c
Updating get started and samples readme (#70)
* Updating actors get started.

* Updating .netcore version in prereq

* REmoving specific versions of nugets from doc

* Updating samples readme.md to use dapr

* Updating sample docs

* Updating samples readme.

* renaming action to dapr
2019-10-07 19:14:29 +00:00
Aman Bhardwaj b92179778c
Renaming Actions to Dapr. (#63)
* Renaming Actions to Dapr.

* Updaing docs.

* Renaming more stuff
2019-10-02 15:55:24 -07:00
Young Bu Park 9716df49a8
Use valid nuget version in doc (#48) 2019-09-04 10:46:34 -07:00
Young Bu Park a440c77c1d Revise Run Actor section (#40) 2019-08-31 20:13:42 -07:00
Young Bu Park a3cd6ea891
Initial commit of Actions DotNet SDK doc (#28)
* Initial commit of README.md
* Initial commit of "Getting started with Action actor" doc
2019-08-29 12:38:27 -07:00