Commit Graph

61 Commits

Author SHA1 Message Date
Yaron Schneider 7f6eb3a0cf
Rename readme.md to README.md 2019-10-15 22:48:20 -07:00
Mark Fussell 0fbf9ab9a0 Add samples readme.md file 2019-10-15 22:40:27 -07:00
Aman Bhardwaj 7bcb78659e
adding generated grpc client, updating nuget project link and updating version (#105) 2019-10-14 20:38:12 -07:00
Aman Bhardwaj 5c46ac34da
moving aspnetcore sample to its own folder (#95)
* moving aspnetcore sample to its own app

* Fixing path to project refs
2019-10-13 17:37:32 -07:00
Aman Bhardwaj a9e3f78f1b
Add Actor sample. (#94)
* Adding a project with actor service and client.

* Updating the client code

* Adding an Actor sample.
2019-10-13 17:11:42 -07:00
Ryan Nowak 2d9be29286 Update samples and readmes 2019-10-12 20:25:38 -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
Aman Bhardwaj 9b13557131
Updating license to MIT in all .cs files. (#81)
* Updating license to MIT in all .cs files.

* fixing typos
2019-10-08 14:54:46 -07:00
Aman Bhardwaj 7c74ed90c4
Fixing aspnetcore controller sample (#75)
* Fixing controller sample

* simplifying as per code review comments.
2019-10-07 20:29:43 +00: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
Ryan Nowak 0b08737cb6 Add Actions Client and ASP.NET Core integration (#61)
* DRY up project settings

Moves repetative project settings into Directory.Build.props so they are
not duplicated so much. I'm adding 5-6 new projects when tests are
included, so it makes sense to try and commonize.

* Add .vscode/ to .gitignore

We really have the choice to either check in a standard set of vscode's
files (if that's something the team cares about) - or ignore them so
that it's not noisy for people that use the repo with VS Code.

The former requires more discussion and effort, so ignoring `.vscode/`
for now makes the most sense.

* Add project skeletons

Decoder-ring for projects:

Microsoft.Dapr.Client[.Test] - client and tests
Microsoft.Dapr.AspNetCore[.Test] ASP.NET Core integration and tests
Microsoft.Dapr.AspNetCore.IntegrationTest[.App] integration tests

RoutingSample - sample using route-to-code
ControllerSample - sample using controllers

* Add Microsoft.Dapr.Client

* Add Routing and Controller samples

* Add integration tests for MVC and routing

* Use ValueTask

* Different paradigm for services

* Fix client constructor

* Add readmes for samples

* Updating pipelin yaml to package aspnetcore packages
2019-10-04 22:11:59 -07:00