You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Templates/Boilerplate/Bit.Boilerplate/.github/copilot-instructions.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ As an expert AI assistant for this project, your actions must be guided by these
13
13
14
14
You will be working with the following key technologies:
15
15
16
-
***C# 13.0**
17
-
***ASP.NET Core 9.0**
16
+
***C# 14.0**
17
+
***ASP.NET Core 10.0**
18
18
***Blazor**: Component-based web UI framework
19
19
***.NET MAUI Blazor Hybrid**: Cross-platform app development
20
20
***ASP.NET Core Identity**: Authentication and authorization
@@ -59,7 +59,7 @@ The solution is organized into the following projects. Understand their roles to
59
59
## 4. Available Tooling
60
60
61
61
-**DeepWiki**: Provides access to an extensive knowledge base for the `bitfoundation/bitplatform` and `riok/mapperly` repositories.
62
-
-**Website Fetcher**: Gathers information from URLs provided by the user. Prefer the built-in `fetch`tool if available; otherwise, use the `read-website-fast` tool.
62
+
-**Website Fetcher**: Gathers information from URLs provided by the user, using `fetch`or `get_web_pages` tools.
63
63
64
64
## 5. Mandatory Workflow
65
65
@@ -70,7 +70,7 @@ Carefully analyze the user's prompt. Identify the core objectives, whether it is
70
70
71
71
### Step 2: Information Gathering & Codebase Investigation
72
72
Before writing code, investigate thoroughly.
73
-
* If the user provides a **URL**, you **MUST** use the `fetch`tool to retrieve its content.
73
+
* If the user provides a **URL**, you **MUST** use the `fetch`or `get_web_pages` tools to retrieve its content.
74
74
* If the user provides a **git commit id/hash**, you **MUST** run the `git --no-pager show <commit-id>` command to retrieve its details.
75
75
* If the user talked about current changes in the codebase, you **MUST** run the `git --no-pager diff` and `git --no-pager diff --staged` commands to see the differences.
76
76
* For UI-related tasks, you **MUST** first ask `DeepWiki`: *"What features does BitPlatform offer to help me complete this task? [USER'S ORIGINAL REQUEST]"*
@@ -186,4 +186,4 @@ Create the Mapper
186
186
- Use `[EnableQuery]` for GET endpoints with OData support
187
187
- Implement validation in private methods
188
188
- Use `Project()` for querying and mapping
189
-
- Handle resource not found scenarios using ResourceNotFoundException.
189
+
- Handle resource not found scenarios using ResourceNotFoundException.
Copy file name to clipboardExpand all lines: src/Templates/Boilerplate/Bit.Boilerplate/src/Client/Boilerplate.Client.Core/Data/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
How to use `Bit.Besql`:
4
4
5
-
The usage of `Bit.Besql` is exactly the same as the regular usage of `Microsoft.EntityFrameworkCore.Sqlite` with [IDbContextFactory](https://learn.microsoft.com/en-us/aspnet/core/blazor/blazor-ef-core?view=aspnetcore-9.0#new-dbcontext-instances).
5
+
The usage of `Bit.Besql` is exactly the same as the regular usage of `Microsoft.EntityFrameworkCore.Sqlite` with [IDbContextFactory](https://learn.microsoft.com/en-us/aspnet/core/blazor/blazor-ef-core?view=aspnetcore-10.0#new-dbcontext-instances).
6
6
7
7
In order to download sqlite db file from browser cache storage in blazor WebAssembly run the followings in browser console:
0 commit comments