Skip to content
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

Support for NuGet authentication plugins deployed via .NET tools #13242

Merged
merged 70 commits into from
Apr 26, 2024
Merged
Changes from 58 commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
786a50a
initial commit
kartheekp-ms Feb 5, 2024
7a7d7cb
intial draft
kartheekp-ms Feb 6, 2024
ee3b3a3
change file extension
kartheekp-ms Feb 6, 2024
47e844a
support for credential providers to use NuGet plugins deployed via .N…
kartheekp-ms Feb 5, 2024
fd465a9
Update accepted/2024/support-nuget-authentication-plugins-dotnet-tool…
kartheekp-ms Feb 14, 2024
a938267
Update accepted/2024/support-nuget-authentication-plugins-dotnet-tool…
kartheekp-ms Feb 14, 2024
356d8b6
Update accepted/2024/support-nuget-authentication-plugins-dotnet-tool…
kartheekp-ms Feb 14, 2024
a8ced14
remove en-us from the link
Feb 15, 2024
edd850c
Formatted markdown so that the source has one sentense per line.
Feb 15, 2024
b33b459
Update workflow for repositories accessing private NuGet feeds
kartheekp-ms Feb 15, 2024
a5e469c
rename directory to any
kartheekp-ms Feb 16, 2024
1fa8abc
updated summary
kartheekp-ms Feb 16, 2024
953d2a1
Update NuGet plugin organization for .NET tools
kartheekp-ms Feb 16, 2024
8653590
update motivation
kartheekp-ms Feb 16, 2024
6c294b3
updated technical specification
kartheekp-ms Feb 16, 2024
742d471
one sentense per line
kartheekp-ms Feb 16, 2024
65b104d
use tree /f command output instead of images
kartheekp-ms Feb 16, 2024
7c50c46
updated drawbacks section
kartheekp-ms Mar 9, 2024
18361fb
one sentense per line.
kartheekp-ms Mar 9, 2024
acd1ae4
updated drawbacks section
kartheekp-ms Mar 9, 2024
953ce5d
Update NuGet plugin folder structure in non-Windows platforms
Mar 12, 2024
2257610
lint issues
Mar 12, 2024
5986371
link issues
Mar 12, 2024
9890ac4
Update NuGet tool installation process
Mar 12, 2024
0585ae5
Update NuGet authentication plugin directory path
Mar 12, 2024
1980809
Update NuGet plugin path in dotnet-codeartifact-creds.exe
Mar 12, 2024
fce39bb
Update NuGet plugin installation process for cross-platform support
kartheekp-ms Mar 14, 2024
319d79d
Update NuGet plugin installation process for cross-platform support
kartheekp-ms Mar 17, 2024
4975f92
Update NuGet plugin installation process for cross-platform support
kartheekp-ms Mar 18, 2024
92947d7
Added issue with NuGet credential providers interfering with workload…
kartheekp-ms Mar 18, 2024
8300839
Fix issue with NuGet credential providers interfering with workload i…
kartheekp-ms Mar 18, 2024
fc0290a
Update NuGet plugin installation process for cross-platform support a…
kartheekp-ms Mar 18, 2024
0addbd4
Update NuGet plugin installation process for cross-platform support a…
kartheekp-ms Mar 18, 2024
54b28ad
Update NuGet plugin installation process for cross-platform support a…
kartheekp-ms Mar 18, 2024
f78f1b2
add update sub-command to dotnet nuget plugin commands
kartheekp-ms Mar 18, 2024
9eba3cb
added roadmap section
kartheekp-ms Mar 18, 2024
3196a90
Update NuGet plugin installation process and add dotnet nuget plugin …
kartheekp-ms Mar 18, 2024
db09e24
Fix NuGet credential provider installation issue and propose workaround
Mar 18, 2024
41f08d4
Proposed workaround for NuGet authentication issue
Mar 18, 2024
14ed702
referred about similarities with dotnet workload command.
Mar 18, 2024
41a8f2d
Merge branch 'dev-kpms-credentialproviders-.nettools' of https://gith…
Mar 19, 2024
d118dbe
Update NuGet credential provider deployment process for .NET tools
Mar 19, 2024
a065b76
remove unnecessary file
Mar 19, 2024
c6127de
arranged the spec for a better flow
Mar 19, 2024
76bb1f4
Update NuGet Client plugin code to support non-.NET plugins
Mar 19, 2024
dfcba32
Update NuGet plugin support for non-.NET languages
Mar 19, 2024
c925ea1
Update support for NuGet plugins developed in non-.NET languages
Mar 19, 2024
827c8f8
specifying tool command name is optional
Mar 20, 2024
81b7197
update spec based on the feedback
kartheekp-ms Mar 27, 2024
ba347ad
fixed typos and added some information about NuGet.exe currently [sca…
kartheekp-ms Mar 27, 2024
c5c80ff
make it readable
kartheekp-ms Mar 27, 2024
2cebea9
added future possibilities section to improve discoverability of NuGe…
kartheekp-ms Mar 27, 2024
0cf2676
improved future possibility
kartheekp-ms Mar 28, 2024
fb3b5b1
work
kartheekp-ms Mar 30, 2024
7560e79
fix lint issues
Apr 1, 2024
23be277
Added lack of .NET local tools support as a drawback
kartheekp-ms Apr 2, 2024
cff6c91
arranged points in drawbacks section
kartheekp-ms Apr 2, 2024
f1abcb5
Add future possibilities section for improved discoverability of NuGe…
kartheekp-ms Apr 2, 2024
a7bf35f
Apply suggestions from code review
kartheekp-ms Apr 2, 2024
96b43ce
updated motivation section based on the feedback.
kartheekp-ms Apr 2, 2024
8f47d91
removed the log sample from codeartifact credential provider
kartheekp-ms Apr 3, 2024
b888c9e
updated security considerations
kartheekp-ms Apr 3, 2024
233bcbf
addressed part of the feedback
Apr 3, 2024
93f04a6
feedback about DotnetToolSettings.xml
kartheekp-ms Apr 3, 2024
4c300cb
Added batch file support and removed it from the future possibility s…
Apr 3, 2024
828f474
removed support for non-.net plugins from the spec as we added suppor…
Apr 3, 2024
5cdeae4
Add note about executing local tool using dotnet CLI
Apr 3, 2024
44a9226
address feedback
Apr 3, 2024
124d3f0
Add support for developing NuGet plugins in non-.NET languages in the…
Apr 4, 2024
643a1ff
Make the content in "Installing NuGet plugins as tool-path .NET Tools…
Apr 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading