This repository was archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 173
Merge master into feature/position-cleanup #572
Merged
bamarsha
merged 11 commits into
feature/position-cleanup
from
samarsha/position-cleanup⬅master
Aug 20, 2020
Merged
Merge master into feature/position-cleanup #572
bamarsha
merged 11 commits into
feature/position-cleanup
from
samarsha/position-cleanup⬅master
Aug 20, 2020
The head ref may contain hidden characters: "samarsha/position-cleanup\u2B05master"
Conversation
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
Adding a utility class to combine type parameter resolution dictionaries together.
…icts (#566) This change removes the dependency on NuGet.ProjectModel from the LanguageServer project and instead relies on the installed version of the binary. This change intends to avoid the dependency between the .Net Core SDK version and NuGet in MSBuildLocator. See issue #86 for additional reference. (microsoft/MSBuildLocator#86)
bettinaheim
approved these changes
Aug 15, 2020
Contributor
bettinaheim
left a comment
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.
I didn't look through the code, assuming these are just the master commits.
…` twice (#570) * Get qsc command exit code. * Delete bson file when qsc command fails. * Fail build when qsc fails. * Update src/QuantumSdk/Sdk/Sdk.targets Co-authored-by: Andres Paz <anpaz@microsoft.com> Co-authored-by: Andres Paz <anpaz@microsoft.com>
…#577) Through a recent component governance audit we're extending the list of third party libraries used by components in this repository.
* Auto-create .csproj file if none exists * Move temporary project to template file * Refactor and add unit test * Remove some duplication * Fixed version of Microsoft.Quantum.Sdk for test * Stable filename for temporary .csproj * Format hash code as hex * Ensure FileSystemWatcher for temporary project folder * Only watch .csproj in temporary folder * Use lower-case folder name Co-authored-by: Ricardo Espinoza <43434922+ricardo-espinoza@users.noreply.github.com>
# Conflicts: # src/QsCompiler/TextProcessor/SyntaxBuilder.fs
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See #531.