Skip to content

Commit 1ad8892

Browse files
authored
Merge pull request #2 from codebytes/updates
Updates
2 parents 8902959 + a1a595f commit 1ad8892

15 files changed

Lines changed: 587 additions & 142 deletions

File tree

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[*.cs]
2+
3+
# ASPIRECOSMOSDB001: Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
4+
dotnet_diagnostic.ASPIRECOSMOSDB001.severity = none
5+
6+
# ASPIREPROXYENDPOINTS001: Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
7+
dotnet_diagnostic.ASPIREPROXYENDPOINTS001.severity = none
8+
9+
# ASPIREAZURE001: Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
10+
dotnet_diagnostic.ASPIREAZURE001.severity = none

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "aspire-ai-chat-demo"]
2+
path = aspire-ai-chat-demo
3+
url = https://github.com/davidfowl/aspire-ai-chat-demo.git

.markdownlint.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"MD024": false,
3+
"MD033": false,
4+
"MD013": false
5+
}

aspire-ai-chat-demo

Submodule aspire-ai-chat-demo added at 67748d9

global.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"sdk": {
3-
"version": "9.0.*"
3+
"version": "9.0.*",
4+
"rollForward": "latestMajor"
5+
46
}
57
}

0 commit comments

Comments
 (0)