diff --git a/.github/env/global.env b/.github/env/global.env index f3e59953..e3f16254 100644 --- a/.github/env/global.env +++ b/.github/env/global.env @@ -1,5 +1,5 @@ DAPR_CLI_VERSION: 1.16.0-rc.1 -DAPR_RUNTIME_VERSION: 1.16.0-rc.3 +DAPR_RUNTIME_VERSION: 1.16.0-rc.4 DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v${DAPR_CLI_VERSION}/install/ DAPR_DEFAULT_IMAGE_REGISTRY: ghcr diff --git a/actors/csharp/sdk/client/SmartDevice.Client.csproj b/actors/csharp/sdk/client/SmartDevice.Client.csproj index f367aa62..8adde64e 100644 --- a/actors/csharp/sdk/client/SmartDevice.Client.csproj +++ b/actors/csharp/sdk/client/SmartDevice.Client.csproj @@ -8,7 +8,7 @@ - + diff --git a/actors/csharp/sdk/interfaces/SmartDevice.Interfaces.csproj b/actors/csharp/sdk/interfaces/SmartDevice.Interfaces.csproj index 574d4367..aed46eab 100644 --- a/actors/csharp/sdk/interfaces/SmartDevice.Interfaces.csproj +++ b/actors/csharp/sdk/interfaces/SmartDevice.Interfaces.csproj @@ -7,7 +7,7 @@ - + diff --git a/actors/csharp/sdk/service/SmartDevice.Service.csproj b/actors/csharp/sdk/service/SmartDevice.Service.csproj index dcda156d..0efed7ce 100644 --- a/actors/csharp/sdk/service/SmartDevice.Service.csproj +++ b/actors/csharp/sdk/service/SmartDevice.Service.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/bindings/csharp/sdk/batch/batch.csproj b/bindings/csharp/sdk/batch/batch.csproj index 71d3976b..258f661e 100644 --- a/bindings/csharp/sdk/batch/batch.csproj +++ b/bindings/csharp/sdk/batch/batch.csproj @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/configuration/csharp/sdk/order-processor/Program.csproj b/configuration/csharp/sdk/order-processor/Program.csproj index ec7bb448..18014a8d 100644 --- a/configuration/csharp/sdk/order-processor/Program.csproj +++ b/configuration/csharp/sdk/order-processor/Program.csproj @@ -6,7 +6,7 @@ - + diff --git a/conversation/csharp/sdk/conversation/Program.csproj b/conversation/csharp/sdk/conversation/Program.csproj index a2d502bc..b06ef766 100644 --- a/conversation/csharp/sdk/conversation/Program.csproj +++ b/conversation/csharp/sdk/conversation/Program.csproj @@ -8,7 +8,7 @@ - + diff --git a/jobs/csharp/sdk/job-service/Program.cs b/jobs/csharp/sdk/job-service/Program.cs index 82301d5d..0d868662 100644 --- a/jobs/csharp/sdk/job-service/Program.cs +++ b/jobs/csharp/sdk/job-service/Program.cs @@ -1,4 +1,5 @@ #pragma warning disable CS0618 // Type or member is obsolete +#pragma warning disable DAPR_JOBS using Dapr.Jobs; using Dapr.Jobs.Extensions; using Dapr.Jobs.Models; @@ -160,4 +161,5 @@ public class DroidJob public int DueTime { get; set; } } -#pragma warning restore CS0618 // Type or member is obsolete \ No newline at end of file +#pragma warning restore CS0618 // Type or member is obsolete +#pragma warning restore DAPR_JOBS \ No newline at end of file diff --git a/jobs/csharp/sdk/job-service/job-service.csproj b/jobs/csharp/sdk/job-service/job-service.csproj index ad75800d..8252106b 100644 --- a/jobs/csharp/sdk/job-service/job-service.csproj +++ b/jobs/csharp/sdk/job-service/job-service.csproj @@ -8,7 +8,7 @@ - + \ No newline at end of file diff --git a/pub_sub/csharp/sdk/checkout/checkout.csproj b/pub_sub/csharp/sdk/checkout/checkout.csproj index ec7bb448..18014a8d 100644 --- a/pub_sub/csharp/sdk/checkout/checkout.csproj +++ b/pub_sub/csharp/sdk/checkout/checkout.csproj @@ -6,7 +6,7 @@ - + diff --git a/pub_sub/csharp/sdk/order-processor/order-processor.csproj b/pub_sub/csharp/sdk/order-processor/order-processor.csproj index 1a0db01c..6a221ead 100644 --- a/pub_sub/csharp/sdk/order-processor/order-processor.csproj +++ b/pub_sub/csharp/sdk/order-processor/order-processor.csproj @@ -9,7 +9,7 @@ - + diff --git a/secrets_management/csharp/sdk/order-processor/Program.csproj b/secrets_management/csharp/sdk/order-processor/Program.csproj index ec7bb448..18014a8d 100644 --- a/secrets_management/csharp/sdk/order-processor/Program.csproj +++ b/secrets_management/csharp/sdk/order-processor/Program.csproj @@ -6,7 +6,7 @@ - + diff --git a/service_invocation/csharp/http/checkout/checkout.csproj b/service_invocation/csharp/http/checkout/checkout.csproj index 03c9e18a..f07ae975 100644 --- a/service_invocation/csharp/http/checkout/checkout.csproj +++ b/service_invocation/csharp/http/checkout/checkout.csproj @@ -8,7 +8,7 @@ - + diff --git a/state_management/csharp/sdk/order-processor/Program.csproj b/state_management/csharp/sdk/order-processor/Program.csproj index ec7bb448..18014a8d 100644 --- a/state_management/csharp/sdk/order-processor/Program.csproj +++ b/state_management/csharp/sdk/order-processor/Program.csproj @@ -6,7 +6,7 @@ - + diff --git a/tutorials/pub-sub/csharp-subscriber/csharp-subscriber.csproj b/tutorials/pub-sub/csharp-subscriber/csharp-subscriber.csproj index d3172d26..76a6ca3d 100644 --- a/tutorials/pub-sub/csharp-subscriber/csharp-subscriber.csproj +++ b/tutorials/pub-sub/csharp-subscriber/csharp-subscriber.csproj @@ -9,7 +9,7 @@ - + diff --git a/workflows/csharp/sdk/order-processor/WorkflowConsoleApp.csproj b/workflows/csharp/sdk/order-processor/WorkflowConsoleApp.csproj index 8a4a40bd..27501698 100644 --- a/workflows/csharp/sdk/order-processor/WorkflowConsoleApp.csproj +++ b/workflows/csharp/sdk/order-processor/WorkflowConsoleApp.csproj @@ -10,7 +10,7 @@ - +