-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add .NET client for Dapr Jobs API #1384
Commits on Oct 25, 2024
-
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 93ec00f - Browse repository at this point
Copy the full SHA 93ec00fView commit details -
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 88694c2 - Browse repository at this point
Copy the full SHA 88694c2View commit details -
Initial commit - unable to proceed without update on master from stre…
…aming sub PR Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for bcf0974 - Browse repository at this point
Copy the full SHA bcf0974View commit details
Commits on Oct 26, 2024
-
Added class to Dapr.Common, fixed compilation errors
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 4ab9800 - Browse repository at this point
Copy the full SHA 4ab9800View commit details -
Added unit tests for Dapr.Common enum extensions
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 6137444 - Browse repository at this point
Copy the full SHA 6137444View commit details -
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for e2b3c9b - Browse repository at this point
Copy the full SHA e2b3c9bView commit details -
Added missing copyright header
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 0f08315 - Browse repository at this point
Copy the full SHA 0f08315View commit details -
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 6e5ac1d - Browse repository at this point
Copy the full SHA 6e5ac1dView commit details -
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 91573a5 - Browse repository at this point
Copy the full SHA 91573a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 852b97b - Browse repository at this point
Copy the full SHA 852b97bView commit details -
Added missing copyright header
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 8ae083b - Browse repository at this point
Copy the full SHA 8ae083bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0737996 - Browse repository at this point
Copy the full SHA 0737996View commit details -
Downgraded Roslyn packages since master doesn't yet have the incremen…
…tal source generator updates Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for b724508 - Browse repository at this point
Copy the full SHA b724508View commit details -
Missed a reference regarding incremental source generators
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for dde04de - Browse repository at this point
Copy the full SHA dde04deView commit details -
Downgraded packages to fix nullability issues on build
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 0422b91 - Browse repository at this point
Copy the full SHA 0422b91View commit details -
Downgraded from 8.* packages back to 6.* packages for the various Mic…
…rosoft.Extensions.* packages to fix build issues Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for f93dc7d - Browse repository at this point
Copy the full SHA f93dc7dView commit details
Commits on Oct 30, 2024
-
Merge branch 'master' into jobs
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 5599993 - Browse repository at this point
Copy the full SHA 5599993View commit details
Commits on Nov 1, 2024
-
Removed unnecessary assignment
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 76f1295 - Browse repository at this point
Copy the full SHA 76f1295View commit details -
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 1e2a02e - Browse repository at this point
Copy the full SHA 1e2a02eView commit details -
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for d1ed3ac - Browse repository at this point
Copy the full SHA d1ed3acView commit details -
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 506eedc - Browse repository at this point
Copy the full SHA 506eedcView commit details -
Marked two properties as static
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for c641f7d - Browse repository at this point
Copy the full SHA c641f7dView commit details -
Updated to handle any order of parameters to endpoint route builder d…
…elegate Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 52925a8 - Browse repository at this point
Copy the full SHA 52925a8View commit details -
Updated default cancellation token value
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for badcfdb - Browse repository at this point
Copy the full SHA badcfdbView commit details -
Added missing package version in Directory.Packages
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 8b082ac - Browse repository at this point
Copy the full SHA 8b082acView commit details -
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for 60907c9 - Browse repository at this point
Copy the full SHA 60907c9View commit details -
Added test to ensure that even if cancellation token is provided, it'…
…ll handle the mapping properly Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Configuration menu - View commit details
-
Copy full SHA for ad9c8b5 - Browse repository at this point
Copy the full SHA ad9c8b5View commit details