Update SQLitePCLRaw to 2.1.6 and remove NETSDK1206 suppressions#82156
Merged
Update SQLitePCLRaw to 2.1.6 and remove NETSDK1206 suppressions#82156
Conversation
Co-authored-by: JoeRobich <611219+JoeRobich@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update SqliteVersion to 2.1.6 and remove NETSDK1206 warnings
Update SQLitePCLRaw to 2.1.6 and remove NETSDK1206 suppressions
Jan 26, 2026
Member
|
/pr-val 147fe28 |
Contributor
|
View PR Validation Run triggered by @JoeRobich Parameters
|
Member
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Member
|
/pr-val 147fe28 |
Contributor
|
View PR Validation Run triggered by @JoeRobich Parameters
|
Contributor
|
It's probably a reasonable idea to delete the existing dbs in a hive (that has this change), and validate they come back when launching the give again. |
JoeRobich
reviewed
Jan 27, 2026
Co-authored-by: JoeRobich <611219+JoeRobich@users.noreply.github.com>
Member
|
Regressions in PR Val run were from a separate bug fix where an exception was granted. |
Member
@CyrusNajmabadi I can confirm this works. |
jasonmalinowski
approved these changes
Jan 28, 2026
dibarbet
approved these changes
Jan 28, 2026
Contributor
Awesome. Thanks! The sql authoring stuff was always finicky. So good to get confirmation. I'm glad how much this simplifies things! |
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.
SQLitePCLRaw versions prior to 2.1.6 shipped alpine-specific runtime assets that triggered NETSDK1206 warnings about distribution-specific RIDs. Version 2.1.6 removes these assets, eliminating the need for warning suppressions in most projects.
Changes
SqliteVersionfrom 2.1.0 to 2.1.6NETSDK1206from<NoWarn>and<MSBuildWarningsAsMessages>properties in:src/Tools/AnalyzerRunner/AnalyzerRunner.csprojsrc/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/Microsoft.CodeAnalysis.LanguageServer.csprojsrc/LanguageServer/Microsoft.CodeAnalysis.LanguageServer.UnitTests/Microsoft.CodeAnalysis.LanguageServer.UnitTests.csprojsrc/Workspaces/Remote/ServiceHub.CoreComponents/x64/Microsoft.CodeAnalysis.Remote.ServiceHub.CoreComponents.x64.csprojsrc/Workspaces/Remote/ServiceHub.CoreComponents/arm64/Microsoft.CodeAnalysis.Remote.ServiceHub.CoreComponents.arm64.csprojeng/targets/Imports.targetsNote: The
NETSDK1206suppression is retained insrc/Tools/IdeCoreBenchmarks/IdeCoreBenchmarks.csprojas this project still requires it.Original prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.