halspang
b8766b9df5
Add method to publish without client serialization ( #1010 )
...
This commit adds the ability to publish raw bytes instead of using
the serialization that is built into the client.
https://github.com/dapr/dotnet-sdk/issues/718
Signed-off-by: halspang <halspang@microsoft.com>
2023-01-23 11:41:37 -08:00
Federico Bridger
1acd372ae2
Fixing problem with IIS Express not allowing Applications to subscribe to events ( #754 )
...
Co-authored-by: Federico.Bridger <Federico.Bridger@endava.com>
2021-09-28 13:50:49 -07:00
Martin Björkström
a65e8b287d
Adds example for using custom ITopicMetadata
...
- Sample is a simple attribute which just uses Environment.ExpandEnvironmentVariables in order to be able to set Topic and PubsubName during runtime.
2021-06-06 14:49:21 -07: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