This repository was archived by the owner on Mar 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 169
.NET Aspire - Preview 5 #557
Merged
Merged
Changes from 17 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
3b3fd6d
Add diagnostics overview page (#543)
IEvangelist 2379187
Add placeholder for preview-5 what's new (#558)
IEvangelist dc31ad0
Add details about hosting components. (#559)
IEvangelist e156eba
Add new article to fix #551 (#562)
IEvangelist 2948202
Update preview-5.md
davidfowl 7a591b5
Update preview-5.md
davidfowl 25ae3f5
Add healthz details (#563)
IEvangelist 8bc34d3
Added a section about custom service defaults (#560)
IEvangelist 0c0b3d3
Remove AddBuiltInMeters() (#518)
martincostello a7d75d2
Try sync with source (#570)
IEvangelist a34624b
Update preview-5.md
kvenkatrajan 8839675
Added a few bits about templates (#572)
IEvangelist c8d05e4
Initial bits for hosting changes. (#561)
IEvangelist 67efe4c
Deployment scenarios with k8s (#583)
IEvangelist 82a120a
Add seq component (#584)
alexwolfmsft a49f9d4
Nats component (#586)
alexwolfmsft e7665e4
Add Azure Event Hubs component + (#587)
IEvangelist 3c71bb9
Update component section of preview5.
eerhardt 1789095
Correct package as Azure AI hosting
IEvangelist 8e816c2
Add missing PostgreSQL hosting package
IEvangelist 89ffb41
Clean up custom impl of service defaults
IEvangelist 525b6e2
Initial content for preview 5. (#588)
mitchdenny 6c8b7c2
Initial effort for local provisioning (#589)
IEvangelist a93575c
added tooling features
bradygaster beba882
Merge branch 'preview-5' of https://github.com/dotnet/docs-aspire int…
bradygaster 57d9a92
A few bits of cleanup
IEvangelist 7769505
Added note about upgrade assistant tooling
timheuer e549702
More P5 updates across Azure, AppModel and manifest. (#596)
mitchdenny 16e20f7
Another major edit pass, with several more to go
IEvangelist 7560018
Add link
IEvangelist 499ee77
A few more bits of cleanup
IEvangelist bbe916c
Add link to templates
IEvangelist 0f63139
Fix xUnit template description
IEvangelist 379de23
Another edit pass
IEvangelist 773cc72
Add link to upgrade with assitant
IEvangelist 494f23e
Remove .NET Core naming
IEvangelist cfd45fd
For more info
IEvangelist d0f1bec
Update docs/fundamentals/setup-tooling.md
mitchdenny bd45e1d
Fixed headings affecting TOC
timheuer d6dc890
Remove IDE protocol ending
timheuer 86fd615
Making dashboard auth be explicit on the config auth name
timheuer 4cfcdff
Dashboard section update
JamesNK 67ca91a
Dash
JamesNK b55435a
Update
JamesNK 8ec7280
Update
JamesNK 36bf646
Update
JamesNK 1e7f157
Apply suggestions from code review
davidfowl 2797c86
Update preview-5.md
davidfowl d37a5d2
Fix docker command
JamesNK 0a6651c
Add with external endpoint API
IEvangelist b38633e
Fix non-nuget link warnings, and other CI issues
IEvangelist d66955e
Fix last absolute link warning
IEvangelist a3ed04c
Add ASPIRE_ALLOW_UNSECURED_TRANSPORT details
IEvangelist a1ab17f
Minor tweaks
IEvangelist d18df1d
Typo
IEvangelist 718954a
Apply suggestions from code review
IEvangelist bb250aa
Touch
IEvangelist 3375827
Add AWS bits
IEvangelist 2bdbc3e
Correct link
IEvangelist File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| --- | ||
| title: .NET Aspire diagnostics overview | ||
| description: Learn about the diagnostics tools and features available in .NET Aspire. | ||
| ms.topic: overview | ||
| ms.date: 03/25/2024 | ||
| --- | ||
|
|
||
| # .NET Aspire diagnostics overview | ||
|
|
||
| Several APIs of .NET Aspire are decorated with the <xref:System.Diagnostics.CodeAnalysis.ExperimentalAttribute>. This attribute indicates that the API is experimental and may be removed or changed in future versions of .NET Aspire. The attribute is used to identify APIs that aren't yet stable and may not be suitable for production use. | ||
|
|
||
| ## ASPIRE0001 | ||
|
IEvangelist marked this conversation as resolved.
|
||
|
|
||
| .NET Aspire provides various overloads for Cloud Development Kit (CDK) resource types. The overloads are used to create resources with different configurations. The overloads are experimental and may be removed or changed in future versions of .NET Aspire. | ||
|
|
||
| To suppress this diagnostic with the `SuppressMessageAttribute`, add the following code to your project: | ||
|
|
||
| ```csharp | ||
| using System.Diagnostics.CodeAnalysis; | ||
|
|
||
| [assembly: SuppressMessage("ASPIRE0001", "Justification")] | ||
| ``` | ||
|
|
||
| Alternatively, you can suppress this diagnostic with preprocessor directive by adding the following code to your project: | ||
|
|
||
| ```csharp | ||
| #pragma warning disable ASPIRE0001 | ||
| // API that is causing the warning. | ||
| #pragma warning restore ASPIRE0001 | ||
| ``` | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.