-
Notifications
You must be signed in to change notification settings - Fork 330
Fix SqlServer sibling reference handling #4259
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
Closed
Closed
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
765dfc7
Fix SqlServer sibling reference handling
paulmedynski a0a26da
Address Copilot review comments in PR 4259
paulmedynski f154c9b
Resolve merge conflicts after rebase
paulmedynski f9a54cd
Fix package-mode local feed mirroring and Versions.props duplicate im…
paulmedynski 6eb5b7a
Address remaining PR 4259 review feedback
paulmedynski d8e02fc
Added missing SqlServer package version to Samples.
paulmedynski 95e87f6
Address remaining Copilot PR 4259 feedback
paulmedynski 606a660
Fix SqlServer pack output path and gate unsigned net462 UDT tests
paulmedynski 45bc085
Added implicit usings to the Test.Common project.
paulmedynski 2f8a28a
- Added BuildAll target that builds as many projects in all OS+TFM co…
paulmedynski 2742b83
Extract Versioning.props and fix PR review feedback
paulmedynski de84654
Fix MSB4011: remove duplicate Versioning.props import
paulmedynski 4503d8e
Fold Versioning.props back into Directory.Build.props
paulmedynski d112e1b
Tokenize SqlServer.Server version in nuspec and fix BuildTests
paulmedynski bccd9c5
Quote project paths in BuildTests/BuildSamples/BuildTools
paulmedynski 02ec440
Download SqlServer artifacts in Azure Package test jobs
paulmedynski a3f92e8
Plumb SqlServerPackageVersion through all build and test pipelines
paulmedynski d9d6217
Improved docs for the SqlServer assembly checker in the tests.
paulmedynski 2e1fc83
Plumb SqlServerPackageVersion to AKV pack and Azure test pipelines
paulmedynski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
This compiles more code than the bare solution due to our TFM choice via host OS conditionals in some projects.