Skip to content

Commit 2974684

Browse files
authored
feat: update to bit 10.0.0 #88 (#89)
1 parent 6bea0d8 commit 2974684

File tree

142 files changed

+13596
-1248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+13596
-1248
lines changed

β€Ž.devcontainer/devcontainer.jsonβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Bit.TemplatePlayground",
3-
"image": "mcr.microsoft.com/dotnet/sdk:9.0",
3+
"image": "mcr.microsoft.com/dotnet/nightly/sdk:10.0.100",
44
"hostRequirements": {
55
"cpus": 8
66
},
@@ -20,26 +20,26 @@
2020
"ms-dotnettools.csharp",
2121
"ms-dotnettools.csdevkit",
2222
"ms-azuretools.vscode-docker",
23-
"DominicVonk.vscode-resx-editor",
23+
"microsoft-aspire.aspire-vscode",
2424
"ms-vscode-remote.remote-containers",
2525
"ms-dotnettools.blazorwasm-companion",
2626
"ms-dotnettools.vscode-dotnet-runtime"
2727
]
2828
}
2929
},
3030
"forwardPorts": [
31-
2169,
32-
2232,
33-
2160,
34-
4097,
31+
2116,
32+
2225,
33+
2089,
34+
4050,
3535
5000,
36-
5215
36+
5087
3737
],
3838
"features": {
3939
"ghcr.io/devcontainers/features/python": {},
4040
"ghcr.io/devcontainers/features/powershell:1": {},
4141
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
42-
"ghcr.io/devcontainers/features/node:1": { "version": "23" },
42+
"ghcr.io/devcontainers/features/node:1": { "version": "24" },
4343
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
4444
"version": "latest",
4545
"helm": "latest",

β€Ž.docs/00- Wiki.mdβ€Ž

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Wiki - Bit.TemplatePlayground project documentation
2+
3+
This project includes **25 comprehensive documentation files** in the `.docs/` folder covering everything from Entity Framework Core to advanced topics like WebAuthn and RAG/Semantic Search.
4+
5+
> **πŸ“ Important**: We **strongly recommend using Visual Studio Code** for reading these documentation files, as VS Code provides a **significantly better Markdown Preview experience** with proper formatting, syntax highlighting, and readability compared to Visual Studio.
6+
7+
---
8+
9+
## πŸ’¬ Need Help? Multiple Support Channels Available
10+
11+
If you have questions or need assistance:
12+
13+
### 1. πŸ€– **GitHub Copilot (Agent Mode)**
14+
- Ask questions directly in your IDE using GitHub Copilot in Agent Mode
15+
- Get instant, context-aware answers about the project
16+
17+
### 2. 🌐 **Interactive Wiki**
18+
- Visit: **[https://wiki.bitplatform.dev](https://wiki.bitplatform.dev)**
19+
- Ask questions and get AI-powered answers
20+
21+
### 3. πŸ› **GitHub Issues**
22+
- Report bugs or request features
23+
- Create an issue: **[https://github.com/bitfoundation/bitplatform/issues/new/choose](https://github.com/bitfoundation/bitplatform/issues/new/choose)**
24+
25+
### 4. πŸ’­ **GitHub Discussions**
26+
- Ask questions, share ideas, or discuss with the community
27+
- Start a discussion: **[https://github.com/bitfoundation/bitplatform/discussions](https://github.com/bitfoundation/bitplatform/discussions)**
28+
29+
---
30+
31+
**Happy learning! πŸš€**

0 commit comments

Comments
Β (0)