Skip to content
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

Updating valid .NET SDK targets for Quickstart docs #4447

Open
wants to merge 30 commits into
base: v1.15
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
32b3b27
Updated all Quickstart docs to reflect .NET 9 as a valid target + add…
WhitWaldo Dec 2, 2024
3cdcebe
Fixed recurring typo on last commit
WhitWaldo Dec 3, 2024
52a8124
Making wording more concise, per suggestions.
WhitWaldo Dec 3, 2024
128b3be
Minor dependency tweak
WhitWaldo Dec 3, 2024
80590e0
Merge branch 'v1.15' into net9-sdk-quickstart-docs
WhitWaldo Dec 3, 2024
815d3bf
Bump nanoid from 3.3.2 to 3.3.8 in /daprdocs
dependabot[bot] Dec 10, 2024
19c4d95
Merge branch 'v1.14' into dependabot/npm_and_yarn/daprdocs/nanoid-3.3.8
hhunter-ms Dec 16, 2024
d3cc1ac
Merge branch 'v1.15' into net9-sdk-quickstart-docs
WhitWaldo Dec 16, 2024
649c1f8
updates per elena pr for 1.15 (#4471)
hhunter-ms Dec 17, 2024
b489c7f
Merge branch 'v1.14' into dependabot/npm_and_yarn/daprdocs/nanoid-3.3.8
hhunter-ms Dec 18, 2024
5660a64
Merge pull request #4461 from dapr/dependabot/npm_and_yarn/daprdocs/n…
hhunter-ms Dec 18, 2024
72f7591
Merge branch 'v1.15' into net9-sdk-quickstart-docs
hhunter-ms Dec 18, 2024
4d02b2e
feat(bindings-zeebe-command): Add support for passing variables to th…
scott-brady Dec 25, 2024
696ada4
Merge branch 'v1.15' into net9-sdk-quickstart-docs
WhitWaldo Dec 25, 2024
177a6ca
Update workflow-features-concepts.md
yossisp Dec 30, 2024
f711af9
Update setup-postgresql-v2.md
yossisp Dec 31, 2024
caebe93
Update setup-postgresql-v1.md
yossisp Dec 31, 2024
41ae3e1
Merge pull request #4478 from yossisp/patch-1
hhunter-ms Jan 6, 2025
e4f9a6f
Merge branch 'v1.14' into patch-2
hhunter-ms Jan 6, 2025
aa7110c
Merge branch 'v1.14' into patch-3
hhunter-ms Jan 6, 2025
1313390
Merge pull request #4480 from yossisp/patch-3
hhunter-ms Jan 6, 2025
e20778f
Merge branch 'v1.14' into patch-2
hhunter-ms Jan 6, 2025
7ed0652
Merge pull request #4479 from yossisp/patch-2
hhunter-ms Jan 6, 2025
03be3d5
Merge branch 'v1.14' into feature/3639-zeebe-command-throw-error-vari…
hhunter-ms Jan 6, 2025
46f78a7
Merge pull request #4477 from scott-brady/feature/3639-zeebe-command-…
hhunter-ms Jan 6, 2025
045e565
Merge branch 'v1.15' into net9-sdk-quickstart-docs
hhunter-ms Jan 6, 2025
197c053
fix rust-sdk menu link
Gallardot Jan 10, 2025
efcd9fb
Merge pull request #4488 from Gallardot/Gallardot-patch-1
hhunter-ms Jan 10, 2025
dea64cd
Merge branch 'v1.15' into net9-sdk-quickstart-docs
WhitWaldo Jan 12, 2025
da9ff29
Merge branch 'dapr:v1.14' into net9-sdk-quickstart-docs
WhitWaldo Jan 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,17 @@ As a quick overview of the .NET actors quickstart:
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}
Copy link
Collaborator

@hhunter-ms hhunter-ms Dec 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WhitWaldo {{% alert ... %}} shortcode typically doesn't render when put between {{% codetab %}} shortcode... could you build the site locally and see if it renders for you?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops - you caught me. Didn't test this one out locally. I'll see what I can get working on this.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WhitWaldo so far, we've used > **Note:** for notes within codetab shortcode. It does a soft block quote.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't had the time to circle back on this, but I'll try to get to it before the holidays!


.NET 6 is supported as the minimum required for the Dapr .NET SDK packages in this release. Only .NET 8 and .NET 9
will be supported in Dapr v1.16 and later releases.

{{% /alert %}}

### Step 1: Set up the environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,10 +443,17 @@ In the YAML file:
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}

.NET 6 is supported as the minimum required for the Dapr .NET SDK packages in this release. Only .NET 8 and .NET 9
will be supported in Dapr v1.16 and later releases.

{{% /alert %}}

### Step 1: Set up the environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,17 @@ setTimeout(() => {
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}

.NET 6 is supported as the minimum required for the Dapr .NET SDK packages in this release. Only .NET 8 and .NET 9
will be supported in Dapr v1.16 and later releases.

WhitWaldo marked this conversation as resolved.
Show resolved Hide resolved
{{% /alert %}}

### Step 1: Set up the environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,17 @@ console.log("Published data: " + JSON.stringify(order));
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}

.NET 6 is supported as the minimum required for the Dapr .NET SDK packages in this release. Only .NET 8 and .NET 9
will be supported in Dapr v1.16 and later releases.

{{% /alert %}}

### Step 2: Set up the environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,17 @@ Order-processor output:
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}

.NET 6 is supported as the minimum required for the Dapr .NET SDK packages in this release. Only .NET 8 and .NET 9
will be supported in Dapr v1.16 and later releases.

{{% /alert %}}

### Step 1: Set up the environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,17 @@ console.log("Order passed: " + res.config.data);
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 7 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}

.NET 6 is supported as the minimum required for the Dapr .NET SDK packages in this release. Only .NET 8 and .NET 9
will be supported in Dapr v1.16 and later releases.

{{% /alert %}}

### Step 2: Set up the environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,17 @@ In the YAML file:
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 6](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}

.NET 6 is supported as the minimum required for the Dapr .NET SDK packages in this release. Only .NET 8 and .NET 9
will be supported in Dapr v1.16 and later releases.

{{% /alert %}}

### Step 1: Set up the environment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,10 +511,17 @@ The `order-processor` console app starts and manages the lifecycle of an order p
For this example, you will need:

- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
- [.NET SDK or .NET 6 SDK installed](https://dotnet.microsoft.com/download).
<!-- IGNORE_LINKS -->
- [Docker Desktop](https://www.docker.com/products/docker-desktop)
<!-- END_IGNORE -->
- [.NET 7](https://dotnet.microsoft.com/download), [.NET 8](https://dotnet.microsoft.com/download) or [.NET 9](https://dotnet.microsoft.com/download) installed

{{% alert title="Note" color="primary" %}}

.NET 7 is the minimally supported version of .NET by Dapr.Workflows in Dapr v1.15. Only .NET 8 and .NET 9
will be supported in Dapr v1.16 and later releases.

{{% /alert %}}

### Step 2: Set up the environment

Expand Down
Loading