Commit Graph

18 Commits

Author SHA1 Message Date
Aaron Crawfis e79cc88dbd Update Dapr docs links 2020-10-23 11:32:11 -07:00
Aman Bhardwaj 845a982648
update docs for arg changes in cli (#367) 2020-08-10 13:10:04 -07:00
wdjhu ff0ead390a
Improved Getting started with Actors document (#319)
* added missing dapr port parameter
added version number to 'add package' calls

* Calculator Sample

* Revert "Calculator Sample"

This reverts commit ec4b7af03b.

* add missing hyphen on port param

Co-authored-by: Garret Magin <garretm@microsoft.com>

* removed dll from `dotnet run` call

* updated version to `0.9.0-preview01`

* added note to use latest nuget version

Co-authored-by: Nico Meisenzahl <nico@meisenzahl.org>
Co-authored-by: André Ratzenberger <andre.ratzenberger@whiteduck.de>
Co-authored-by: Garret Magin <garretm@microsoft.com>
2020-08-03 08:58:54 -07:00
Tom Kerkhove c1b8c5d14c
Improve formatting (#352) 2020-07-30 11:07:35 -07:00
Lars Gyrup Brink Nielsen e8ffceacb9
docs: correct actor method names in get started guide (#335)
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-06-15 12:32:25 -07:00
Lars Gyrup Brink Nielsen 9f7b2591b7
docs: fix InvokeAsync example in get started guide (#333)
Add generic request type to `InvokeAsync` command.

Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-06-15 12:12:57 -07:00
Lars Gyrup Brink Nielsen 7d2efdb1da
docs: correct typo (#331)
serialziable -> serializable
2020-06-15 12:10:33 -07:00
Garret Magin 317aa4ff99
Update documentation to specify framework version on creation (#324)
- Explicitly specify netcoreapp3.1 on project creation
- Remove documentation section on updating to netcoreapp3.0 which is obsolte
- Fix missing using statements in MyActoreService code updates
2020-06-08 12:00:33 -07:00
Leon Mai d8b5f77a81
Document + example for ConfigureActorSettings() (#276)
* #275 document + example for ConfigureActorSettings()

* make bold

Co-authored-by: LM <lemai>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-03-31 15:46:16 -07:00
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