Skip to content

Comments

Added support for Visual Studio 2026#1716

Open
RalfKoban wants to merge 38 commits intomasterfrom
VS2026
Open

Added support for Visual Studio 2026#1716
RalfKoban wants to merge 38 commits intomasterfrom
VS2026

Conversation

@RalfKoban
Copy link
Owner

@RalfKoban RalfKoban commented Nov 12, 2025

  • Add support for Visual Studio 2026

  • Switch test project to .NET 10

(resolves #1515)

@RalfKoban RalfKoban moved this to In progress in MiKo Analyzers Nov 12, 2025
@RalfKoban RalfKoban requested a review from Copilot November 12, 2025 15:42
Copy link
Contributor

Copilot AI left a 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 adds support for Visual Studio 2026 to the MiKo-Analyzers project by creating new project variants and updating package dependencies to accommodate the next major version of Visual Studio.

Key Changes:

  • Created new VS2026-specific project files (MiKo.Analyzer.2026, MiKo.Analyzer.CodeFixes.2026, MiKo.Analyzer.Package.2026, MiKo.Analyzer.Vsix2026)
  • Updated package references to Roslyn 5.0 preview and .NET 10.0
  • Extended conditional compilation directives throughout shared code to include VS2026 support

Reviewed Changes

Copilot reviewed 38 out of 38 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
appveyor.yml Updated CI build image from VS2022 to VS2026
README.md Updated documentation to include VS2026 support
MiKo.Analyzer.sln Added new VS2026 projects to solution structure
MiKo.Analyzer.Vsix2026/* New VSIX extension project for VS2026
MiKo.Analyzer.Package.2026/* New NuGet package project for VS2026
MiKo.Analyzer.Codefixes.2026/* New code fixes project for VS2026
MiKo.Analyzer.2026/* New analyzer project for VS2026
MiKo.Analyzer.Tests/MiKo.Analyzer.Tests.csproj Updated test framework to .NET 10.0
MiKo.Analyzer.Shared/* Extended conditional compilation to support both VS2022 and VS2026
MiKo.Analyzer.2022/* Updated package version constraints to use version ranges
BenchmarkConsole/BenchmarkConsole.csproj Updated Roslyn package to 5.0 preview

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@RalfKoban RalfKoban requested a review from Copilot November 12, 2025 15:47

This comment was marked as resolved.

@RalfKoban RalfKoban added the waiting for 3rd party Issue currently cannot be solved as it depends on a 3rd party tool label Jan 14, 2026
@RalfKoban RalfKoban moved this from In progress to On hold in MiKo Analyzers Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting for 3rd party Issue currently cannot be solved as it depends on a 3rd party tool

Projects

Status: On hold

Development

Successfully merging this pull request may close these issues.

Add support for Visual Studio 2026

1 participant