Jonathan Dickinson
2c98cdd766
docs fix: only UseHttpsRedirection for non-dev env
...
Moved the UseHttpsRedirection to the else block of the IsDevelopment
check, and add a comment describing why.
The Dapr runtime reports and error and aborts the request after an HTTP
redirection. By default ASP.Net Core uses port 5000 for HTTP, and port
5001 for HTTPs. This means that if the instructions are followed exactly
the example won't work. The VSCode extension also breaks.
2021-07-13 11:36:54 -07:00
Tom Kerkhove
fe1e697af3
Fix typos in .NET Actor client docs ( #690 )
2021-06-01 16:22:08 -07:00
Nick Greenfield
5a84326f3d
Use correct method call (AddActors) for registering Actors.
2021-05-13 13:17:05 -07:00
jasonviviano
dd218400b5
Fix Typo
2021-05-06 13:31:34 -04:00
Newbe36524
5e5a42c96e
Update dotnet-troubleshooting-pubsub.md
2021-04-01 23:29:18 -07:00
Aaron Crawfis
fadb6c2654
Update actors docs
2021-04-01 10:02:50 -07:00
Ryan Nowak
7a05ea2b81
Merge branch 'master' into rynowak/docker-compose
2021-03-16 20:58:10 -07:00
Ryan Nowak
98c3b3e0c8
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-docker-compose.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-16 20:58:00 -07:00
Ryan Nowak
a2ee137945
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-docker-compose.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-16 20:57:53 -07:00
Ryan Nowak
02ed066ef1
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-dapr-cli.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-16 20:57:36 -07:00
Ryan Nowak
4e9d7fd5ac
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-tye.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-16 20:57:27 -07:00
Ryan Nowak
245a1280f4
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-tye.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-16 20:57:17 -07:00
Ryan Nowak
67e07d6952
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-docker-compose.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-16 20:57:12 -07:00
Ryan Nowak
facdb84cfc
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-dapr-cli.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-16 20:57:02 -07:00
Ryan Nowak
034abda2fb
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-docker-compose.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-16 20:56:56 -07:00
Ryan Nowak
aa0fee4614
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-dapr-cli.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-16 20:56:48 -07:00
Ryan Nowak
ff1a68b875
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-dapr-cli.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-16 20:56:38 -07:00
Ryan Nowak
93eb2de90e
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/_index.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-16 20:56:25 -07:00
Ryan Nowak
30c14e0862
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/_index.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-16 20:56:14 -07:00
Ryan Nowak
020164fecd
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/_index.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-16 20:56:04 -07:00
Aaron Crawfis
6160c29cbd
Fix docs links ( #635 )
2021-03-16 20:55:46 -07:00
Ryan Nowak
d8c72d9d3e
updates
2021-03-15 14:05:40 -07:00
Ryan Nowak
8e645bc364
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/_index.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-15 13:55:43 -07:00
Ryan Nowak
47b6372f39
Update daprdocs/content/en/dotnet-sdk-docs/_index.md
...
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-15 13:55:43 -07:00
Ryan Nowak
0eafec4b66
Add local development docs
...
Fixes : #534
Fixes : #604
2021-03-15 13:55:43 -07:00
Ryan Nowak
4baad5453f
Improve actor getting started and add more docs ( #623 )
...
* Improve actor getting started and add more docs
Fixes : #546
Fixes : #612
This change runs through the getting started docs and improves trims all
of the unnecessary fat. I've reorganized all of the details that aren't
relevant as part of the first tutorial into separate docs.
I've also fleshed out all of the content we have to be relevant to a new
user and added new sections like DI and logging.
* Update daprdocs/content/en/dotnet-sdk-docs/dotnet-actors/dotnet-actors-howto.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/dotnet-sdk-docs/dotnet-actors/dotnet-actors-howto.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/dotnet-sdk-docs/dotnet-actors/dotnet-actors-howto.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update daprdocs/content/en/dotnet-sdk-docs/dotnet-actors/dotnet-actors-howto.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-03-15 13:38:27 -07:00
Ryan Nowak
c00a9e54b8
Add one more case to troubleshooting guide ( #610 )
...
* Add one more case to troubleshooting guide
Found this was missing with a user's help.
* PR feedback
* Update daprdocs/content/en/dotnet-sdk-docs/dotnet-troubleshooting/dotnet-troubleshooting-pubsub.md
2021-03-05 15:47:42 -08:00
Aaron Crawfis
5f5326b83f
Remove blank files
2021-02-24 11:23:46 -08:00
Ryan Nowak
7228d9fe16
Add basic binding and secret examples ( #599 )
2021-02-19 13:01:35 -08:00
Ryan Nowak
1a3ae87c13
DaprClient usage guide ( #594 )
...
* DaprClient usage guide
Adds a usage guide for the DaprClient. Also fixing some misc issues that
were problably a bad copy-past.
* Apply suggestions from code review
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Update daprdocs/content/en/dotnet-sdk-docs/dotnet-client/dotnet-daprclient-usage.md
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* pr feedback
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2021-02-18 10:48:53 -08:00
Aaron Crawfis
eb568116e5
SDK Docs ( #572 )
...
* Setup dapr docs content
* Update SDK docs for new format
* Update daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md
Co-authored-by: Ryan Nowak <nowakra@gmail.com>
* Update daprdocs/content/en/dotnet-sdk-contributing/dotnet-contributing.md
Co-authored-by: Ryan Nowak <nowakra@gmail.com>
* Update python reference
* Update samples to examples
* Update layout
* Update prereqs
* Apply correct branding for .NET Core vs .NET
* Update examples/Client/StateManagement/README.md
* fix solution file
Co-authored-by: Ryan Nowak <nowakra@gmail.com>
2021-02-16 22:15:33 -08:00