Ryan Nowak
fedfd4a50a
Make Stylecop.Analyzers a private dependency ( #156 )
...
Fixes : #155
This will prevent Stylecop.Analyzers from being pulled in as a
dependency transitively.
2019-11-18 09:39:30 -08:00
Yaron Schneider
7bd1b6ac50
Merge pull request #152 from dapr/shalabhms-patch-1
...
Changing the application port to 5000
2019-11-14 22:14:38 -08:00
Shalabh Mohan Shrivastava
d70ba80ead
Changing the application port to 5000
...
Changing the application port to 5000
2019-11-14 22:13:11 -08:00
Shalabh Mohan Shrivastava
530a6c730e
Update Readme to correct the RepoRoot ( #151 )
...
Update Readme to correct the RepoRoot
2019-11-14 18:27:26 -08:00
Shalabh Mohan Shrivastava
5b7a5dd2b7
Updating the nuget version to 0.2.0 ( #150 )
2019-11-14 16:18:48 -08:00
Aman Bhardwaj
df97181ba4
Changing AddDapr to return IMvcBuilde ( #147 )
2019-11-07 10:00:06 -08:00
Aman Bhardwaj
d3c8eea13d
Making Main async and using Grpc.Net.Client ( #145 )
2019-11-04 19:32:24 -08:00
Aman Bhardwaj
0dd842df86
updating the reminder code snippet
2019-10-28 11:44:19 -07:00
Aman Bhardwaj
af3da0c518
Removing nuspec files for packing. ( #139 )
...
* Removing nuspec files for packing.
* adding symbols generation
* Adding solution files for samples, tests & sdk for better organization and targetted builds.
2019-10-27 18:20:54 -07:00
gmanvel
f55249830a
Move to using span slicing instead of string substrings ( #135 )
...
* Move to using span slicing instead of string substrings
* Adding unit test for JsonReaderExtensionsTests ReadValueAsTimeSpanDaprFormat method
2019-10-25 11:31:33 -07:00
gmanvel
3f27f1a1cc
Feature/remove redundant null checks ( #137 )
...
* remove redundant null checks
* Revert "remove redundant null checks"
This reverts commit 0eeab9be04 .
* remove redundant null checks
2019-10-24 12:29:50 -07:00
gmanvel
df58a98be9
Change the method return value from TimeSpan? -> TimeSpan ( #126 )
...
* Change the method return value from TimeSpan? -> TimeSpan
* Changes requested in https://github.com/dapr/dotnet-sdk/pull/126
2019-10-24 05:50:44 -07:00
Aman Bhardwaj
21a2453fcd
removing nuget badges
2019-10-23 21:10:35 -07:00
Aman Bhardwaj
55a19c9478
Adding nuget badges
2019-10-23 21:09:00 -07:00
Aman Bhardwaj
382e2f8ba9
Update README.md
2019-10-23 21:03:33 -07:00
Aman Bhardwaj
da52f1c990
Adding links and badges
2019-10-23 21:02:43 -07:00
Aman Bhardwaj
df3fe6c57e
Update README.md
2019-10-23 20:19:58 -07:00
Aman Bhardwaj
d469772885
Update README.md
2019-10-23 20:19:26 -07:00
Aman Bhardwaj
348fdd4471
Update sdk_build.yml
2019-10-23 20:18:46 -07:00
Aman Bhardwaj
ac8879f76e
Adding github actions badge
2019-10-23 20:10:13 -07:00
Aman Bhardwaj
ba43d306f3
Adding github actions sdk_build.yml ( #128 )
...
* Update and rename aspnetcore.yml to sdk_build.yml
* Update sdk_build.yml
* Update sdk_build.yml
* Uploading nugets
* Uploading nugets
* Updating the build to run on ubuntu.
* Update sdk_build.yml
* Update sdk_build.yml
* Update sdk_build.yml
* Update sdk_build.yml
* Update sdk_build.yml
* Update sdk_build.yml
2019-10-23 20:00:59 -07:00
Aman Bhardwaj
353ba4d6cb
Updating sample which shows calls with remoting for methods which throw exception & call to emthod with no return and arg ( #132 )
2019-10-23 18:58:22 -07:00
Aman Bhardwaj
27f5d4d25b
Fix sampels readme and repo readme to refer to code.sln. ( #131 )
2019-10-23 10:59:22 -07:00
Greg Ingram
07fa2c615d
Moved to xunit for testing ( #127 )
...
* Updated Dapr.AspNetCore.IntegrationTest
* Updated Dapr.AspNetCore.Test
* Updated Dapr.Client.Test
* Updated to latest packages
2019-10-22 16:29:31 -07:00
Greg Ingram
eba332e911
Clean ActorId ( #121 )
...
* Remove unused using
* Updated parameter names
* Summary spacing and extra text
* Checking for null
* Added ActorId tests and convert to xUnit test framework
2019-10-21 19:25:18 -07:00
gmanvel
02dd7eb814
changing byte[0] to Arry.Empty<byte>() ( #120 )
2019-10-21 09:59:18 -07:00
Greg Ingram
3d2fbe8b25
Removed unused usings ( #122 )
2019-10-21 09:53:55 -07:00
Greg Ingram
c297101db0
Added missing period ( #116 )
2019-10-20 13:08:26 -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
9eeffeb81c
Updaing DApr -> Dapr
2019-10-18 21:27:28 -07:00
Aman Bhardwaj
1cb0887f04
Fixing nuspec for package generation.
2019-10-18 16:10:59 -07:00
Aman Bhardwaj
66107eab0b
ADding launchsettings.json to user port for local launch ( #111 )
2019-10-17 17:57:48 -07:00
Aman Bhardwaj
e3446c5bd6
Update Program.cs
2019-10-17 17:11:37 -07:00
Shalabh Mohan Shrivastava
55120bbbb5
Fixing link for API reference ( #110 )
...
* Fixing Dapr API reference for Actors
2019-10-17 10:49:43 -07:00
Aman Bhardwaj
7185c411e2
Escaping quotes correctly for json data for curl commands.
2019-10-16 19:21:35 -07:00
Yaron Schneider
6c6256af41
Merge pull request #109 from msfussell/master
...
Added readme.md file to see all the samples
2019-10-15 22:49:19 -07:00
Yaron Schneider
7f6eb3a0cf
Rename readme.md to README.md
2019-10-15 22:48:20 -07:00
Mark Fussell
9bb648b4f7
Merge remote-tracking branch 'upstream/master'
2019-10-15 22:41:04 -07:00
Mark Fussell
0fbf9ab9a0
Add samples readme.md file
2019-10-15 22:40:27 -07:00
Aman Bhardwaj
ffaa28c9a6
updating project url in nuspecs ( #108 )
2019-10-15 19:42:50 -07:00
Shalabh Mohan Shrivastava
9d9c109fab
Adding contribution guidance and fixing typo in readme ( #107 )
...
Adding contribution guidance and fixing typo in readme
2019-10-15 18:08:37 -07:00
Aman Bhardwaj
aae61e0c78
fixing text in readme
2019-10-14 21:10:33 -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
Shalabh Mohan Shrivastava
d9906f9850
Fix Dapr API spec link ( #102 )
...
Fix Dapr API spec link
2019-10-14 12:23:31 -07:00
Aman Bhardwaj
b862fa854e
Removing signing of binaries and nugets ( #101 )
2019-10-14 11:30:25 -07:00
Aman Bhardwaj
a449f95396
Updating icons in nuget ( #97 )
...
* Updating icons in nuget
* Updating project url in nuspec
2019-10-14 09:27:52 -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
Ryan Nowak
1871730715
Cleanup of some stray namespaces
2019-10-12 20:25:38 -07:00