WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensuring Dapr.Jobs.Analyzers package is deployed (#1624)
* Marking Dapr.Jobs.Analyzers package as packable so it deploys as expected
* Updated documentation to reflect new Dapr.Jobs.Analyzers package
* Removed unnecessary properties from SDK file
* Renamed the directory the Dapr.Jobs.Analyzers project is in for solution consistency
* Fixed project reference path in Dapr.Jobs.Analyzers test project
---------
Signed-off-by: Whit Waldo <[email protected]>
Copy file name to clipboardExpand all lines: daprdocs/content/en/dotnet-sdk-docs/_index.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,12 +48,13 @@ Put the Dapr .NET SDK to the test. Walk through the .NET quickstarts and tutoria
48
48
|[Dapr.AspNetCore](https://www.nuget.org/packages/Dapr.AspNetCore)|[Documentation]({{% ref dotnet-server %}}) | Write servers and services in .NET using the Dapr SDK. Includes support and utilities providing richer integration with ASP.NET Core. |
49
49
|[Dapr.Actors](https://www.nuget.org/packages/Dapr.Actors)|[Documentation]({{% ref dotnet-actors %}}) | Create virtual actors with state, reminders/timers, and methods. |
50
50
|[Dapr.Actors.AspNetCore](https://www.nuget.org/packages/Dapr.Actors)|[Documentation]({{% ref dotnet-actors %}}) | Create virtual actors with state, reminders/timers, and methods with rich integration with ASP.NET Core. |
51
-
|[Dapr.Actors.Analyzers](https://www.nuget.org/packages/Dapr.Actors.Analyzers)|[Documentation]({{% ref dotnet-guidance-source-generators %}}) | A collection of Roslyn source generators and analyzers for enabling better practices and preventing common errors when using Dapr Actors in .NET|
51
+
|[Dapr.Actors.Analyzers](https://www.nuget.org/packages/Dapr.Actors.Analyzers)|[Documentation]({{% ref dotnet-guidance-source-generators %}}) | A collection of Roslyn source generators and analyzers for enabling better practices and preventing common errors when using Dapr Actors in .NET.|
52
52
|[Dapr.Cryptography](https://www.nuget.org/packages/Dapr.Cryptography)|[Documentation]({{% dotnet-cryptography %}}) | Encrypt and decrypt streaming state of any size using Dapr's cryptography building block. |
53
53
|[Dapr.Jobs](https://www.nuget.org/packages/Dapr.Jobs)|[Documentation]({{% ref dotnet-jobs %}}) | Create and manage the scheduling and orchestration of jobs. |
54
+
|[Dapr.Jobs.Analyzers](https://www.nuget.org/packages/Dapr.Jobs.Analyzers)|[Documentation]({{% ref dotnet-guidance-source-generators %}}) | A collection of Roslyn source generators and analyzers for enabling better practices and preventing common errors when using Dapr Jobs in .NET. |
54
55
|[Dapr.DistributedLocks](https://www.nuget.org/packages/Dapr.DistributedLocks)|[Documentation]({{% ref dotnet-distributed-lock %}}) | Create and manage distributed locks for managing exclusive resource access. |
55
56
|[Dapr.Extensions.Configuration](https://www.nuget.org/packages/Dapr.Extensions.Configuration)|| Dapr secret store configuration provider implementation for `Microsoft.Extensions.Configuration`. |
56
-
|[Dapr.PluggableComponents](https://www.nuget.org/packages/Dapr.PluggableComponents)|| Used to implement pluggable components with Dapr using .NET. |
57
+
|[Dapr.PluggableComponents](https://www.nuget.org/packages/Dapr.PluggableComponents)|| Used to implement pluggable components with Dapr using .NET. |
57
58
|[Dapr.PluggableComponents.AspNetCore](https://www.nuget.org/packages/Dapr.PluggableComponents.AspNetCore)|| Implement pluggable components with Dapr using .NET with rich ASP.NET Core support. |
58
59
|[Dapr.PluggableComponents.Protos](https://www.nuget.org/packages/Dapr.PluggableComponents.Protos)||**Note:** Developers needn't install this package directly in their applications. |
59
60
|[Dapr.Messaging](https://www.nuget.org/packages/Dapr.Messaging)|[Documentation]({{% ref dotnet-messaging %}}) | Build distributed applications using the Dapr Messaging SDK that utilize messaging components like streaming pub/sub subscriptions. |
0 commit comments