Draft
Conversation
- Target framework: netcoreapp3.1 → net8.0 - Enable nullable reference types and implicit usings - Adopt minimal hosting model (merge Startup.cs into Program.cs) - Replace deprecated WebClient with HttpClient - Update NuGet packages (HtmlAgilityPack 1.12.4, Newtonsoft.Json 13.0.4, Swashbuckle 6.9.0) - Remove unused EPPlus dependency - Use file-scoped namespaces, collection expressions, and target-typed new - Fix potential NullReferenceException on storyNodes iteration Co-authored-by: mrApptastic <30831839+mrApptastic@users.noreply.github.com>
- React 16 → 18 with createRoot API - Replace deprecated react-scripts-ts with react-scripts 5.0.1 - Add TypeScript config and proper type annotations - Convert class components to functional components - Remove unused variables and fix return types (any → proper types) - Add build output to .gitignore Co-authored-by: mrApptastic <30831839+mrApptastic@users.noreply.github.com>
- Convert ImageHelper.ConvertToDataUrl to async (ConvertToDataUrlAsync) - Update all callers to use async/await pattern - Add bounds checking in ParseCombatSkill and ParseEndurance - Use index-based keys in Data.tsx list rendering Co-authored-by: mrApptastic <30831839+mrApptastic@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Upgrade application to enhance functionality
Upgrade .NET Core 3.1 → .NET 8, React 16 → 18
Feb 25, 2026
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.
Full stack upgrade from EOL frameworks to current LTS versions.
Backend (.NET)
Startup.csintoProgram.csWebClientwith asyncHttpClient:storyNodesiterated without null checkParseCombatSkill/ParseEnduranceto preventIndexOutOfRangeExceptionnewFrontend (React/TypeScript)
createRootAPIreact-scripts-tswithreact-scripts5.0.1tsconfig.json, replaceanytypes with proper interfaces (Response,StoryState,ChapterData, etc.)Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.