Commit Graph

9 Commits

Author SHA1 Message Date
Phillip Hoff 916d552279 Allow explicit actor type (#165)
* Refactored ActorRuntime to allow testing.

* Add test for inferred actor type.

* Add RegisterActor() overload.

* Consolidate RegisterActor() implementations.

* Refactor to make type still intrinsic to actor implementation.

* Update docs.

* Revert error codes change.

* Updates per PR feedback.

* Add warning to ActorRuntime constructor.
2019-11-25 09:30:18 -08:00
Greg Ingram 3a7a19c9b1 Edit JSON to uppercase (#168)
* Edit JSON to uppercase

* Updated a few more
2019-11-21 18:01:06 -08:00
Greg Ingram c48a3c814f Capitalize Dapr throughout comments (#161) 2019-11-18 17:35:32 -08:00
Aman Bhardwaj 0dd842df86
updating the reminder code snippet 2019-10-28 11:44:19 -07:00
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