-
Notifications
You must be signed in to change notification settings - Fork 6
Dev v10 #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…eration: use current assemblyName as namespaceName;
调整部分解析逻辑
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR represents a major version upgrade from v10.0.0-beta1 to v10.0.0-beta3, involving extensive refactoring and modernization of the AterStudio project. The changes include renaming core entities, updating dependencies, improving code generation capabilities, and adding new features like MCP (Model Context Protocol) support.
- Renamed
Projectentity toSolutionand updated all related references and database contexts - Updated dependencies to newer versions (Microsoft packages from 9.0.5 to 9.0.8+, FluentUI from 4.11.9 to 4.12.1)
- Removed deprecated features and added new functionality including MCP tools management and enhanced code generation
Reviewed Changes
Copilot reviewed 163 out of 863 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| src/Services/AterStudio/Components/App.razor.cs | Added constants for message notification centers |
| src/Services/AterStudio/Components/App.razor | Added FluentDesignTheme, JavaScript utilities for clipboard and theme detection |
| src/Services/AterStudio/AterStudio.csproj | Updated version to beta3, removed several package references, updated Entity Framework to 9.0.8 |
| src/Modules/StudioMod/StudioMod.csproj | Updated Entity Framework reference, added MCP package, renamed project references |
| Multiple DTO files | Removed GenStepType enum references and cleaned up formatting |
| Multiple Manager files | Renamed DataAccessContext<T> to DefaultDbContext, updated entity references from Project to Solution |
| src/Definition/Share/Services/* | Extensive refactoring of service classes with improved error handling and new features |
| src/Definition/Share/* | Updated project context, models, and localization resources |
Files not reviewed (1)
- src/Command/NodeBridge/pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)
src/Definition/Share/Services/CodeGenService.cs:178
- The enum value 'EntityCLass' appears to be a typo - should be 'EntityClass' with consistent capitalization.
);
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.