Merged
Conversation
Added copilot-instructions.md detailing coding standards, architecture patterns, file organization, dependency injection, error handling, testing, documentation, and project-specific rules for SilverCodeAPI. This document serves as a reference for contributors and AI assistants.
- Update all projects from net9.0 to net10.0 - Update Microsoft.EntityFrameworkCore 9.0.1 → 10.0.5 - Update Microsoft.AspNetCore.Identity.EntityFrameworkCore 9.0.1 → 10.0.5 - Resolve security vulnerabilities: Removed Microsoft.AspNetCore.Identity and Microsoft.AspNetCore.Mvc (unused in class library) - Update Newtonsoft.Json 13.0.3 → 13.0.4 - Update System.IdentityModel.Tokens.Jwt 8.3.1 → 8.17.0 Projects updated: - Core.Common.DataModels - Core.Common.Contracts - Core.Common Validated: 0 build errors, 0 warnings, 0 security vulnerabilities
Added detailed .NET 10 upgrade planning documents (plan.md, assessment.md/json/csv, tasks.md, execution-log.md, scenario.json) covering migration strategy, dependency analysis, risk management, and validation steps. Updated Core.Common, Core.Common.Contracts, and Core.Common.DataModels project files: incremented version numbers to 1.2026.331.214 and upgraded REST-Parser to 1.3.0. These changes establish a comprehensive roadmap and assessment for a secure, atomic migration from .NET 9.0 to .NET 10.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.