# EntityFramework.Docs **Repository Path**: cchtaurus/EntityFramework.Docs ## Basic Information - **Project Name**: EntityFramework.Docs - **Description**: 从 https://github.com/dotnet/EntityFramework.Docs.git 导入,同步更新 - **Primary Language**: C# - **License**: CC-BY-4.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-27 - **Last Updated**: 2025-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: GitHub ## README # Entity Framework Docs This project contains the source for EF Core and EF6 documentation published at [Entity Framework documentation](https://learn.microsoft.com/ef/). Documentation issues for both EF Core and EF6 should be filed in this repo. Product issues (bugs) should be filed in the [EF Core repo](https://github.com/dotnet/efcore) or the [EF6 repo](https://github.com/dotnet/ef6) as appropriate. **We accept pull requests!** ## Fixing typos/spelling/grammar/etc Consider sending a pull request rather than filing an issue. This can be done entirely from the web: * From upper right corner of the document, select the pen icon: ![image](https://user-images.githubusercontent.com/3605364/93646907-e75ef680-f9a2-11ea-847a-c5c3839f3aa8.png) Note: You might need to make the browser window wider to see the pen icon. * Click on the edit button (✏️) to edit in your web browser ![image](https://user-images.githubusercontent.com/1430078/64454321-85856480-d09f-11e9-85a6-1c93bc6611e2.png) * When done, add a title and description, then use the **Create a new branch and start a pull request.** option. ![image](https://user-images.githubusercontent.com/1430078/64454455-dac17600-d09f-11e9-922b-0346117011f5.png) Note that you can also clone this repo and do a GitHub PR in the normal way. ## Making more substantial changes Pull requests for more substantial changes are also encouraged. However, before submitting a pull request, please [read the CONTRIBUTING guidelines](CONTRIBUTING.md), which include information on how to build the docs locally, as well as style and organizational guidance.