-
Notifications
You must be signed in to change notification settings - Fork 48
CSharp extension: ZIP archive support for InstallExternalLibrary/UninstallExternalLibrary #85
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
Open
stuartpa
wants to merge
20
commits into
microsoft:main
Choose a base branch
from
stuartpa:dev/stuartpa/dotnet-install-external-library
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
75737dd
Add InstallExternalLibrary and UninstallExternalLibrary API to .NET e…
SicongLiu2000 10ce19a
InstallExternalLibrary/UninstallExternalLibrary: ZIP extraction, mani…
1a782e3
Add tests for manifest-based install/uninstall, conflict detection, A…
8060650
Add 6 production-quality tests for Install/Uninstall API
f55001d
Address review: alias naming, zip-slip DID, ALTER atomicity, libName …
0b3916b
Remove 'fallback' language from comments
af9f8d7
Add Microsoft.Data.SqlClient 5.2.2 reference to csproj
07e0615
Merge remote-tracking branch 'origin/main' into dev/stuartpa/dotnet-i…
a342b0c
Fix: do not append .dll when library name already ends in .dll
7bfdd73
Merge remote-tracking branch 'upstream/main' into dev/stuartpa/dotnet…
89a7bae
Add regression test for double-.dll bug
246067b
Address PR #85 review: DllUtils exact-name, Uninstall libName validat…
e7ec844
Address PR #85 second review pass: raw-DLL fail-if-exists+manifest, a…
38c553d
Address PR #85 yaelh review: concurrent-install lock, empty-dirs ZIP …
9e6d5fb
Fix gtest suite regressions discovered by local test run (38c553d -> …
1c40a61
Bump System.Text.Json to 10.0.4; fix stale native comment
JustinMDotNet a0d7aae
Revert System.Text.Json 10.0.4 pin (keep native comment fix)
JustinMDotNet 55d15e3
Address PR #85 third review pass: A1 native buffer ownership, A2-A7 c…
8ef1573
Address PR #85 B8: explain why ExecuteInvalidLibraryNameScriptTest ca…
21976c5
PR #85 review pass 4: production fixes + reviewer items
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
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
1,209 changes: 1,209 additions & 0 deletions
1,209
language-extensions/dotnet-core-CSharp/src/managed/CSharpExtension.cs
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
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.
Uh oh!
There was an error while loading. Please reload this page.