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

[pull] dev from NuGet:dev #13

Open
wants to merge 834 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
834 commits
Select commit Hold shift + click to select a range
20f0543
Simplify NuGet.Client PSM config and restore BAR packages on private …
zivkan Jun 14, 2024
fe981e9
Add EULA command to NuGet.exe (#5850)
zivkan Jun 18, 2024
a7d24bd
Re-enabled dotnet integration tests for the frameworks option for 'do…
advay26 Jun 18, 2024
e65445e
'dotnet nuget why' works for directory inputs for the 'Path' argument…
advay26 Jun 18, 2024
66161fc
deprecate non https sources: Promote warning to Error (#5858)
Nigusu-Allehu Jun 18, 2024
a79a26a
Reduce allocations in GetPackageInfo by conditionally calling GetNupk…
ToddGrun Jun 18, 2024
5191db7
Revert "deprecate non https sources: Promote warning to Error (#5858)…
Nigusu-Allehu Jun 19, 2024
79e6e48
Fix narrator issue (#5863)
Nigusu-Allehu Jun 19, 2024
b7eb532
Change the project template for test cases using IOS to Maui (#5865)
SueSu01 Jun 21, 2024
d1d2e26
Defer LockFileItem.Properties dictionary construction until needed (#…
ToddGrun Jun 21, 2024
9db78fb
Remove NuGet.Packaging.Core (#5870)
nkolev92 Jun 24, 2024
035d451
Run source build in CI pipeline (#5868)
jeffkl Jun 24, 2024
4153cf1
Fix ability for individual projects to enable or disable Central Pack…
jeffkl Jun 24, 2024
12ff52f
Reduce memory allocations during solution load in VS (#5857)
ToddGrun Jun 24, 2024
461a64c
Fix NoWarn for legacy csproj in VS (#5869)
FixBo Jun 26, 2024
cc61f49
remove duplicate tests (#5871)
SueSu01 Jun 26, 2024
7d8b62f
Revert "Enable central package management implicitly when Directory.P…
jeffkl Jun 27, 2024
cc433c1
Make use of a retry mechanism in the CommandRunner for retrying when …
jebriede Jun 28, 2024
e954560
Fix wording of NU1603 and related strings (#5812)
JonDouglas Jun 29, 2024
575b851
CI: ShouldSkipOptimize is not a compile time variable (#5884) (#5887)
jeffkl Jun 30, 2024
cc7c617
Set branding to 6.12 preview 1 (#5889)
zivkan Jul 1, 2024
15ad272
Reduce allocations for version / versionranges (#5862)
ToddGrun Jul 1, 2024
36fe260
Ship public APIs for 6.11 (Update dev branch) (#5898)
kartheekp-ms Jul 2, 2024
7a1e5b1
Attempt to make functional tests more reliable (#5874)
jeffkl Jul 2, 2024
ae8c3e4
LibraryRange.ToLockFileDependencyGroupString handles scenarios withou…
nkolev92 Jul 3, 2024
0f835e4
Disable CodeQL in CI pipeline (#5902)
jeffkl Jul 3, 2024
a4acf48
Reduce console output when running tests and update more tests to use…
jeffkl Jul 3, 2024
6c642c2
Change PM UI consolodate versions label (#5893)
zivkan Jul 3, 2024
d9f91cd
Fix race condition in EnhancedHttpRetryHelper (#5905)
akoeplinger Jul 5, 2024
f6bd7cb
Enable `NuGetAuditSuppress` for packages.config CLI restore (#5875)
advay26 Jul 5, 2024
91a530a
CI: Move static source analysis to CI pipeline from PrivateDev (#5904)
jeffkl Jul 8, 2024
801b437
Update the debug helper scripts to import the props file (#5906)
nkolev92 Jul 8, 2024
363453e
deprecate non https sources: Promote warning to Error (#5899)
Nigusu-Allehu Jul 9, 2024
6608619
Workflow improvements - simplify the PR template. (#5907)
nkolev92 Jul 9, 2024
4a1faa2
Fix CI tests failing: Allow Insecure Connection for new mock server t…
Nigusu-Allehu Jul 10, 2024
468c95b
Add nullability declarations to ResolverUtility and RemoteWalkContext…
nkolev92 Jul 11, 2024
5f1401c
Cleanup unused packages from Directory.Packages.props (#5914)
nkolev92 Jul 11, 2024
f4a6118
NuGetAudit uses auditSources when defined (#5708)
zivkan Jul 11, 2024
f005183
Change NuGetAuditMode default to all for non-SDK style projects (#5896)
zivkan Jul 11, 2024
ecdbb79
Add SDKAnalysisLevel and UsingMicrosoftNETSdk to packageSpec (#5833)
Nigusu-Allehu Jul 12, 2024
551f119
Fix threading issue in OutputConsoleLogger (#5913)
jeffkl Jul 12, 2024
e5996d2
Disable Mac Mono tests (#5916)
jeffkl Jul 12, 2024
bca3348
Fix hang in Solution Explorer search through transitive package items…
drewnoakes Jul 13, 2024
128a506
Simplify user-agent OS string (#5894)
zivkan Jul 13, 2024
38ab39a
raise warning if insecure sha-1 certificate fingerprint is passed to …
kartheekp-ms Jul 15, 2024
82ed401
Duplicate NuGetAuditSuppress warnings use code NU1508 (#5921)
zivkan Jul 17, 2024
a713935
Remove please from http-errors (#5927)
Nigusu-Allehu Jul 17, 2024
12a39e1
Allow passing assets file directly to dotnet nuget why (#5922)
zivkan Jul 17, 2024
18a6790
Use SdkAnalysisLevel in restorecommand http-errors (#5925)
Nigusu-Allehu Jul 17, 2024
6b9e448
raise warning if insecure sha-1 certificate fingerprint is passed to …
kartheekp-ms Jul 17, 2024
46f80a3
enable IDE0055 analyzer for test code also (#5929)
kartheekp-ms Jul 18, 2024
5485ea6
Add why and config commands to dotnet nuget help (#5931)
martinrrm Jul 26, 2024
0c714c1
CI: fix typos in YAML (#5938)
dtivel Jul 29, 2024
8e96cf5
NuGetAuditSuppress for packages.config in VS (#5918)
zivkan Jul 29, 2024
29c64d4
Test: replace Portable.BouncyCastle with System.Formats.Asn1 (#5937)
dtivel Jul 30, 2024
b303698
[CI] Account for InvalidOperationException in XunitLogger (#5940)
jeffkl Jul 31, 2024
51e6ffe
Display all transitive packages in PM UI (#5926)
martinrrm Jul 31, 2024
63b869a
Reduce allocations in TokenSegment.TryMatch - Use ReadOnlyMemory<char…
nkolev92 Jul 31, 2024
83e771d
Update version of .NET SDK used for build to 8.0.3xx (#5941)
jeffkl Jul 31, 2024
6e878d0
[CI] Disable Static Analysis status check if its not being run (#5942)
jeffkl Jul 31, 2024
50907a2
Create pipeline to run Visual Studio integration tests (#5936)
zivkan Jul 31, 2024
3274cb8
Use ReadOnlyMemory when calculating the related file extensions (#5943)
nkolev92 Aug 1, 2024
91d4cf3
Don't use obsolete X509Certificate2 constructor on net9.0 (#5911)
akoeplinger Aug 1, 2024
3b318e3
Propagate match only in asset selection to reduce allocations when gr…
nkolev92 Aug 1, 2024
dc44240
[CI] Re-enable Mac Mono Tests (#5945)
jeffkl Aug 1, 2024
4d41382
Remove obsolete attribute from FindItems in ContentItemCollection (#5…
nkolev92 Aug 2, 2024
e0fff81
Update packages used by repo (#5939)
zivkan Aug 5, 2024
fe8bab6
Stop compiling unused shared code into assemblies (#5947)
zivkan Aug 6, 2024
043ed8c
Display warnings/errors on transitive package/project references (#5928)
drewnoakes Aug 6, 2024
e9b7d1c
Map SourceBranchName from sourcelink to RepositoryBranch for NuGet pa…
MattKotsenas Aug 6, 2024
c6b57e4
Use concurrent dictionary in related extensions calculation(#5951)
nkolev92 Aug 6, 2024
a06319d
Test: fix ZIP entry LastWriteTime tests to support running locally (w…
dtivel Aug 6, 2024
198ea76
raise warning if insecure sha-1 certificate fingerprint is passed to …
kartheekp-ms Aug 6, 2024
92f78eb
Reduce collections resizing and yield allocations (#5952)
nkolev92 Aug 6, 2024
912acef
Add System.Formats.Asn1 into Version.Details.xml (#5956)
akoeplinger Aug 6, 2024
02db2cf
Fix broken links in Design Review Guide (#5948) (#5954)
donnie-msft Aug 6, 2024
7fb4e2d
Remove CI triggers excluding markdown files (#5955)
zivkan Aug 6, 2024
9fbabf9
add threat modeling section to the NuGet feature guide doc (#5934)
kartheekp-ms Aug 7, 2024
ee77d49
Allow override of System.Formats.Asn1 package version (#5959)
mthalman Aug 7, 2024
61df591
Details Pane shows Package Owner profile links on Browse Tab (#5961)
donnie-msft Aug 9, 2024
4b906a9
Change the way raw values are preserved in TryParse (#5960)
nkolev92 Aug 9, 2024
e68fb0f
Introduce optimized dependency graph resolution algorithm (#5963)
jeffkl Aug 12, 2024
f06d028
Add RestoreUseLegacyDependencyResolver property to fall back to the o…
nkolev92 Aug 13, 2024
ee58a3f
Implement transitive pinning in new dependency graph resolver (#5965)
jeffkl Aug 13, 2024
fbb2040
Install all packages during dependency walk in new resolver (#5966)
jeffkl Aug 13, 2024
5faea74
Fix new resolver reporting downgrades for pinned packages that have P…
jeffkl Aug 14, 2024
7ca037b
Fix problem in new resolver with pinned package and version override …
jeffkl Aug 14, 2024
2507916
Update yaml tests to use the new darc Maestro (#5957)
martinrrm Aug 14, 2024
a7d5d02
Add different project templates to existing test cases. (#5958)
SueSu01 Aug 15, 2024
0ee341d
Disable new dependency resolver when transitive pinning is enabled (#…
jeffkl Aug 15, 2024
86e8edf
Fix publish.proj to not require MaestroAccessToken and MaestroApiEndp…
jeffkl Aug 15, 2024
b280232
Fix the reading of the legacy algorithm property (#5970)
nkolev92 Aug 15, 2024
3b29ec7
Update Microsoft.DotNet.Maestro.Tasks package and bring back MaestroA…
jeffkl Aug 15, 2024
08beecc
Pack ContentItem with fields (#5962)
nkolev92 Aug 16, 2024
0539e8e
dotnet nuget why uses current directory when provided with one argume…
zivkan Aug 17, 2024
11d7ba5
Simplify assets selection for projects (#5977)
nkolev92 Aug 20, 2024
1718c54
Disable flaky tests, PushCommand_PushToServerWontRetryForever and Pus…
nkolev92 Aug 20, 2024
76148aa
remove unused usings and sort existing ones (#5971)
kartheekp-ms Aug 20, 2024
1599103
Modernize the performance scripts - add the ability to test a locally…
nkolev92 Aug 20, 2024
2a15947
Make NuGet.CommandLine.XPlat easier to debug (#5981)
zivkan Aug 22, 2024
c8d14f3
Update transitive packages tooltip (#5979)
martinrrm Aug 23, 2024
adfa38b
Address feedback from original change to introduce new dependency res…
jeffkl Aug 26, 2024
9cb2652
Telemetry for navigating to an Owner Profile link (#5995)
donnie-msft Aug 27, 2024
ef83f5a
Update debugging.md (#5988)
Nigusu-Allehu Aug 28, 2024
3db80da
Log inner exception for caught FatalProtocolExcetions in SourceReposi…
Nigusu-Allehu Aug 28, 2024
231b879
Revert "Address feedback from original change to introduce new depend…
zivkan Aug 30, 2024
38010e5
dotnet add package uses CPM version when possible (#5982)
vernou Sep 3, 2024
8285b74
Telemetry for navigating to: License, ReportAbuse, Readme, ProjectUrl…
donnie-msft Sep 4, 2024
e9a39a1
Set 6.12 branding to rc (#6002)
zivkan Sep 4, 2024
def470c
Improve build.sh and fixes for building on arm64 macOS (#6005)
akoeplinger Sep 4, 2024
f929a0f
Address feedback from original change to introduce new dependency res…
jeffkl Sep 4, 2024
5d08fbd
create an empty string array in a different way (#6013)
kartheekp-ms Sep 6, 2024
e2f077a
Use `CollectCentralPackageVersions` NuGet.target Target when resolvin…
Nigusu-Allehu Sep 9, 2024
c8dccb7
Enable GenerateDocumentationFile (#6000)
jgonz120 Sep 9, 2024
8fc1204
Switch to NoWarn for XML errors (#6017)
jgonz120 Sep 9, 2024
a8a4f17
Enable new resolver algorithm for more scenarios and add more tests (…
nkolev92 Sep 9, 2024
cd1e75e
Always debug RestoreTask and RestoreEx when environment variable is s…
KirillOsenkov Sep 9, 2024
b92cc60
Fix Source Build compiler error (#6020)
jeffkl Sep 10, 2024
249a633
Attempt Loading package Icon from local folders to avoid accessing re…
donnie-msft Sep 10, 2024
785d8bb
PackageManagementFormat only updates settings when it has a value (#6…
donnie-msft Sep 10, 2024
fef6562
Remove PackageDependencyGroupConverter (#5872)
martinrrm Sep 12, 2024
2982dbf
More dependency graph resolver fixes (#6026)
jeffkl Sep 13, 2024
47796c1
Properly handle missing package versions in new dependency resolver (…
jeffkl Sep 17, 2024
e082545
Fix issue with dependency resolver related to VersionOverride (#6031)
jeffkl Sep 18, 2024
c36ca8f
Remove usages of VersionOverride in new dependency graph resolver (#6…
jeffkl Sep 19, 2024
73fb1a0
Disable running of tests in Official Build (#6035)
jeffkl Sep 20, 2024
502e691
Fix null reference in PM UI for project references without framework …
martinrrm Sep 21, 2024
3603dca
Add tests for DependencyGraphResolver.LibraryRangeComparer (#6036)
jeffkl Sep 23, 2024
db124df
Fix reporting of downgrades for dependencies with VersionRange.All (#…
nkolev92 Sep 23, 2024
378e8d0
Disable new restore algo with lock files (#6046)
nkolev92 Sep 23, 2024
1e0115a
Return empty project references when no assets file (#6048)
martinrrm Sep 24, 2024
865b785
Only publish nuget.exe test for mono if mono tests are enabled (#6053)
zivkan Sep 25, 2024
b74a949
Stop creating e2e test zip in official & PrivateDev pipelines (#6052)
zivkan Sep 25, 2024
7b232e7
Transitive packages and vulnerability indicators in Solution PM UI (#…
martinrrm Sep 25, 2024
6747f2e
Fixing a typo in the XAML binding for VulnerableVersions count (#6056)
jebriede Sep 26, 2024
675e8a8
[Transitive's in Solution PM UI] Fix Install/Uninstall button for tra…
martinrrm Sep 26, 2024
c4a9778
add new tests for Fsharp (#6054)
SueSu01 Sep 27, 2024
606b05d
Disable code sign validation for non-shipping artifacts (#6057)
zivkan Sep 27, 2024
5cc4682
Refactor calls to EnsureVisualStudioHost() to a base [TestInitialize]…
jimmylewis Sep 27, 2024
308d559
Fix typo in EnhancedHttpRetryHelper.cs (#6025)
akoeplinger Sep 27, 2024
aad6d60
Update branding in dev (#6061)
jeffkl Sep 27, 2024
b43ffa2
Update Shipped APIs in dev (#6062)
jeffkl Sep 27, 2024
1e4a9a2
Signing: dispose RSA instance (#6066)
dtivel Sep 30, 2024
64c481e
Migrate Daily Apex VS tests to vs-tests template (#6067)
zivkan Oct 1, 2024
a793d11
Test .NET 9.0.1xx in the Dotnet integration tests (#6063)
nkolev92 Oct 1, 2024
db35f73
return counts from RestoreTask for PackageReference projects (#6049)
zivkan Oct 1, 2024
9331d0c
Addressing PR comments for Transitives in Solution PM UI (#6064)
martinrrm Oct 2, 2024
0cccbcb
Fix floating version functionality for FloatingBehavior.AbsoluteLates…
jeffkl Oct 3, 2024
0bf00d2
Pull Request Etiquette and Best Practices (#5953)
donnie-msft Oct 4, 2024
764d370
Refactoring the method that fetches the project context in the Soluti…
jebriede Oct 7, 2024
7b42029
Ignore casing for primary cache (#6055)
jgonz120 Oct 8, 2024
c4dddf4
Fix GetResolvedVersions_WithAPackageInDirectoryBuildProps_GetsVersion…
jeffkl Oct 8, 2024
69547e7
Update NuGet Client SDK packages to use net8.0 (#6086)
zivkan Oct 9, 2024
f7ae708
Skip PushCommand_AllowsTimeoutToBeSpecifiedHigherThan100Seconds and P…
jeffkl Oct 9, 2024
2e2c87f
Upload binary logs in CI for cancellations (#6080)
jeffkl Oct 9, 2024
ea39251
Update _WalkEachTargetPerFramework to walk TFMs in parallel (#6018)
baronfel Oct 9, 2024
7cb1066
Remove TestableVSCredentialProvider (#6084)
donnie-msft Oct 9, 2024
7c46398
Post E2E and Apex test results to GitHub Checks (#6075)
zivkan Oct 10, 2024
def41b0
Migrate .nupkg.metadata read/write to System.Text.Json (#6083)
zivkan Oct 10, 2024
a41fd92
Swap arguments order for centralized package version logs (#6071)
Nigusu-Allehu Oct 10, 2024
428d2d0
Disable GetPackageSpec_WithInvalidUsingMicrosoftNetSdk_ThrowsAnExcept…
nkolev92 Oct 11, 2024
fd68800
Disable MSBuild treat warnings as errors because of bug (#6099)
zivkan Oct 14, 2024
1a8ca60
Remove authenticode checks for nuget.protocol plugins (#6042)
zivkan Oct 15, 2024
c753986
Dispose TestDirectory (#6090)
Nigusu-Allehu Oct 16, 2024
fbb1d63
Update System.Text.Json. (#6101)
dtivel Oct 16, 2024
34e57de
Split up functional test execution in CI (#6096)
jeffkl Oct 16, 2024
04ba746
Update source-build team references (#6102)
MichaelSimons Oct 17, 2024
310f5d4
add SpecialFolder.UserProfile fallback (#6072)
kasperk81 Oct 17, 2024
b8efbf3
Move signed package testing utils to new package (#6100)
zivkan Oct 17, 2024
8694ecd
Disable NuGetPushCommandTest.PushCommand_PushTimeoutErrorMessage (#6104)
jeffkl Oct 17, 2024
b624fbe
Add XMLDoc comments on public PackageExtractor methods (#6095)
zivkan Oct 17, 2024
15691b7
Attempt to move several data structures to be immutable (#5930)
ToddGrun Oct 17, 2024
8dbe10f
Test: remove SHA-1 verification from test OCSP responder (#6103)
dtivel Oct 17, 2024
8a5348f
Update Microsoft.VSSDK.BuildTools from 17.0.1600 to 17.12.2069 (#6078)
donnie-msft Oct 17, 2024
d67fa5b
E2E Test: Fix solution folder name comparison (#6106)
nkolev92 Oct 18, 2024
0b602b9
Do not run tests in isolation (#6105)
jeffkl Oct 18, 2024
0b0745a
Refactor to encapsulate Recommender logic in the RecommenderPackageFe…
jebriede Oct 18, 2024
126a07c
Use .NET SDK 8.0.4xx to build and test (#6108)
jeffkl Oct 18, 2024
8b88f9e
CentralPackageVersion dictionary should be ignore case (#6107)
nkolev92 Oct 18, 2024
bac310e
VersionRangeConverter should treat empty string same as null (#6111)
zivkan Oct 23, 2024
fac3557
Tweak test run settings and skip a test (#6115)
jeffkl Oct 23, 2024
27615d6
Allow users to specify MSBuild binary logger parameters for static gr…
jeffkl Oct 28, 2024
30dc0ee
Add new test cases for Web Site project into Daily Tests pipeline (#6…
CiciLi1 Oct 28, 2024
104dc44
Stop using T4 templates to generate xplat CLI parser (#6117)
zivkan Oct 28, 2024
a97fb42
Make CLI parser public for dotnet nuget why (#6118)
zivkan Oct 28, 2024
fad3153
Revert "Update System.Text.Json. (#6101)" (#6123)
zivkan Oct 29, 2024
dddfdd8
[Feature] Render package README from local storage in the PM UI (#6110)
jgonz120 Oct 29, 2024
587f4d5
Use pooling in ContentItemCollection.PopulateItemGroups for short liv…
ToddGrun Oct 30, 2024
2e9c4ec
Disable manual GitHub status for PrivateDev (#6128)
jeffkl Oct 30, 2024
d216c44
Recommender feed and regular search merging should be ignore case for…
nkolev92 Oct 30, 2024
14fdf02
New dependency resolver: Handle preferring project over package corre…
nkolev92 Oct 30, 2024
00cd9c4
Fix end-to-end tests (#6129)
jeffkl Oct 30, 2024
d02004a
Remove line under Tabs in Details Pane and newline in text when there…
donnie-msft Oct 31, 2024
edb1d2f
Expand Locale parser to support three-character language codes (#6124)
baronfel Oct 31, 2024
a34df25
Fix HttpRetryHandler_MultipleTriesTimed (#6133)
jeffkl Nov 4, 2024
c751e80
Test: add CodeQL suppressions (#6135)
dtivel Nov 4, 2024
1c5bf7b
Update bot to add a comment whenever a xaml file is changed (#6134)
jgonz120 Nov 4, 2024
9d5bde3
[Pack] Handle empty Version tag in nuspec error (#6092)
martinrrm Nov 4, 2024
ce67ffb
Support cancellation during command-line based NuGet audit (#6131)
jeffkl Nov 4, 2024
b34beb6
Add telemetry for service entries (#6125)
Nigusu-Allehu Nov 5, 2024
5042f47
Ban usage of Environment.GetEnvironmentVariable and Environment.SetEn…
jeffkl Nov 6, 2024
3ec6643
Add comment for coordinating with other .NET repos for relevant deps …
aortiz-msft Nov 7, 2024
4f24d6d
[Feature] Implement Support for NuGet Authentication Plugins as .NET …
Nigusu-Allehu Nov 7, 2024
6d7cce4
Updating the license list to latest from SPDX (#6137)
agr Nov 8, 2024
ce95a56
Use .NET 10 for source build (#6140)
zivkan Nov 12, 2024
3872959
Test: clean up client certificate test resources (#6143)
dtivel Nov 13, 2024
758efc2
Increase test timeout for NuGet.CommandLine.FuncTest (#6145)
jeffkl Nov 14, 2024
42e1947
Test: test certificates not removed from certificate root store afte…
dtivel Nov 15, 2024
8fac9eb
Test: ensure test certificate is removed from certificate store (#6144)
dtivel Nov 15, 2024
4736534
Handle negative value for SolutionView width (#6146)
martinrrm Nov 18, 2024
6e6c475
Address accessibility and bug bash issues. (#6141)
jgonz120 Nov 19, 2024
46b470c
Report whether audit is enabled during no-op restores (#6150)
nkolev92 Nov 20, 2024
3332ab2
Add RID specific packages to `dotnet nuget why` (#6154)
Nigusu-Allehu Nov 22, 2024
c0d3837
Add ReadmeUriTemplateResource for download README from remote sources…
jgonz120 Nov 23, 2024
0029325
Add target framework, runtime identifier counts and treat warnings as…
nkolev92 Nov 25, 2024
cee6d94
Revert "[Feature] Implement Support for NuGet Authentication Plugins …
jeffkl Nov 25, 2024
a903fe9
Revert NuGetAuditMode to .NET 8 defaults (#6161)
zivkan Nov 26, 2024
a3745af
Copy signed assemblies to the localize artifacts folder (#6170)
donnie-msft Nov 27, 2024
7a2520d
Add support for reading PrunePackageReference in all restore codepath…
nkolev92 Nov 28, 2024
3fbeaf4
[Feature] Implement Support for NuGet Authentication Plugins as .NET …
Nigusu-Allehu Dec 2, 2024
74c0151
Navigation telemetry for 'Clear All NuGet Storage' Command in VS Sett…
donnie-msft Dec 2, 2024
9f9a169
Promote NU3043 warning to error in dotnet nuget sign command (#6171)
kartheekp-ms Dec 2, 2024
0dc2f25
Do not post fault telemetry for cancellation exceptions (#6139)
jeffkl Dec 2, 2024
aef398f
Don't select transitive packages in Updates tab (#6179)
martinrrm Dec 3, 2024
5f380ae
Add new test cases for Transitive Package into NuGet.Client-VSDaily T…
CiciLi1 Dec 4, 2024
3ca108d
Refactor RestoreCommand.ExecuteAsync() (#6162)
Nigusu-Allehu Dec 4, 2024
2762484
Remove some redundant casts (#6167)
SimonCropp Dec 4, 2024
b2356cb
Avoid Any call in GetCommandAttribute (#6165)
SimonCropp Dec 4, 2024
b9b70a8
Remove redundant Count() in GlobalPackageFolderRepositories (#6166)
SimonCropp Dec 4, 2024
589cf2f
Remove some duplicate dictionary lookups (#6168)
SimonCropp Dec 4, 2024
a96fbf6
Update config.props (#6181)
kartheekp-ms Dec 5, 2024
17ee4b3
Re-enable code sign verification for loc artifact (#6175)
zivkan Dec 5, 2024
956217b
Add CliCommand wrapper that adds help URL (#6178)
zivkan Dec 5, 2024
a1c3ba6
Update README loading text (#6169)
jgonz120 Dec 5, 2024
acc521c
Localized artifacts now contain Authenticode signed assemblies (#6172)
donnie-msft Dec 6, 2024
ece3bfe
Avoid recreating IMarkdownPreview control (#6153)
jgonz120 Dec 11, 2024
f6f635e
Add indicator for deprecated and vulnerable packages to Package Detai…
jgonz120 Dec 12, 2024
7e6aa2e
Fix new resolver when using transitive pinning to resolve subgraphs c…
nkolev92 Dec 16, 2024
58c381a
Fix floating version comparison in new dependency resolver (#6187)
jeffkl Dec 16, 2024
c60352c
Reduce memory in ManifestMetadata (#6185)
SimonCropp Dec 16, 2024
4e10b11
Update dependency resolver to never download packages eclipsed by dir…
jeffkl Dec 17, 2024
8791d42
Update System.Text.Json and add docs about updating packages (#6199)
zivkan Dec 18, 2024
be6bde1
Clear package search cache after installing/uninstalling a package. (…
jgonz120 Dec 19, 2024
8f334f0
Add support for PrunePackageReference in the new resolver (#6142)
nkolev92 Dec 20, 2024
b4016c2
Add new test cases for restore package (#6189)
CiciLi1 Dec 20, 2024
9169801
Update no message language (#6200)
jgonz120 Dec 20, 2024
45a6a09
Update to latest (17.13) Apex package version (#6201)
nkolev92 Dec 20, 2024
949031c
Improving wording for VS options choose on first install (#6208)
zivkan Dec 27, 2024
c9a632f
Add PackageDownload vulnerability telemetry (#6180)
Nigusu-Allehu Jan 1, 2025
89781a2
Update MarkdownPreview to use Daytona. (#6190)
jgonz120 Jan 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
145 changes: 145 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

# Spell checker configuration
spelling_exclusion_path = spelling.dic

; Code files
[*.{cs}]
indent_size = 4
Expand Down Expand Up @@ -139,3 +142,145 @@ dotnet_naming_symbols.private_field_symbols.applicable_accessibilities = private
dotnet_naming_rule.private_field_rule.severity = warning
dotnet_naming_rule.private_field_rule.symbols = private_field_symbols
dotnet_naming_rule.private_field_rule.style = private_member_style

; Diagnostics rule: Don't leave unnecessary suppressions
dotnet_diagnostic.IDE0076.severity = warning
dotnet_diagnostic.IDE0005.severity = warning

dotnet_diagnostic.VSTHRD200.severity = none

# NuGet Code Analysis Rules
# Code files under src/ folder
[src/**/*.cs]
dotnet_diagnostic.CA1000.severity = none
dotnet_diagnostic.CA1001.severity = warning
dotnet_diagnostic.CA1012.severity = warning
dotnet_diagnostic.CA1016.severity = none
dotnet_diagnostic.CA1018.severity = none
dotnet_diagnostic.CA1028.severity = none
dotnet_diagnostic.CA1030.severity = none
dotnet_diagnostic.CA1031.severity = warning
dotnet_diagnostic.CA1032.severity = none
dotnet_diagnostic.CA1034.severity = none
dotnet_diagnostic.CA1036.severity = none
dotnet_diagnostic.CA1040.severity = none
dotnet_diagnostic.CA1041.severity = none
dotnet_diagnostic.CA1043.severity = none
dotnet_diagnostic.CA1044.severity = none
dotnet_diagnostic.CA1055.severity = none
dotnet_diagnostic.CA1058.severity = none
dotnet_diagnostic.CA1061.severity = none
dotnet_code_quality.CA1062.null_check_validation_methods = Assumes
dotnet_diagnostic.CA1064.severity = none
dotnet_diagnostic.CA1065.severity = none
dotnet_diagnostic.CA1066.severity = none
dotnet_diagnostic.CA1068.severity = none
dotnet_diagnostic.CA1200.severity = none
dotnet_diagnostic.CA1303.severity = warning
dotnet_diagnostic.CA1305.severity = warning
dotnet_diagnostic.CA1401.severity = none
dotnet_diagnostic.CA1501.severity = warning
dotnet_diagnostic.CA1505.severity = warning
dotnet_diagnostic.CA1707.severity = none
dotnet_diagnostic.CA1710.severity = none
dotnet_diagnostic.CA1712.severity = none
dotnet_diagnostic.CA1714.severity = none
dotnet_diagnostic.CA1715.severity = none
dotnet_diagnostic.CA1716.severity = none
dotnet_diagnostic.CA1717.severity = none
dotnet_diagnostic.CA1720.severity = none
dotnet_diagnostic.CA1721.severity = none
dotnet_diagnostic.CA1724.severity = none
dotnet_diagnostic.CA1801.severity = suggestion
dotnet_diagnostic.CA1810.severity = none
dotnet_diagnostic.CA1812.severity = none
dotnet_diagnostic.CA1820.severity = none
dotnet_diagnostic.CA1821.severity = warning
dotnet_diagnostic.CA1822.severity = warning
dotnet_diagnostic.CA1824.severity = none
dotnet_diagnostic.CA1825.severity = warning
dotnet_diagnostic.CA1826.severity = none
dotnet_diagnostic.CA1828.severity = none
dotnet_diagnostic.CA1829.severity = none
dotnet_diagnostic.CA2002.severity = none
dotnet_diagnostic.CA2007.severity = none
dotnet_diagnostic.CA2008.severity = none
dotnet_diagnostic.CA2009.severity = none
dotnet_diagnostic.CA2010.severity = none
dotnet_diagnostic.CA2016.severity = warning
dotnet_diagnostic.CA2100.severity = none
dotnet_diagnostic.CA2101.severity = none
dotnet_diagnostic.CA2119.severity = none
dotnet_diagnostic.CA2207.severity = none
dotnet_diagnostic.CA2213.severity = warning
dotnet_diagnostic.CA2214.severity = none
dotnet_diagnostic.CA2216.severity = none
dotnet_diagnostic.CA2219.severity = none
dotnet_diagnostic.CA2226.severity = none
dotnet_diagnostic.CA2229.severity = none
dotnet_diagnostic.CA2231.severity = warning
dotnet_diagnostic.CA2234.severity = none
dotnet_diagnostic.CA2235.severity = none
dotnet_diagnostic.CA2241.severity = none
dotnet_diagnostic.CA2242.severity = none
dotnet_diagnostic.CA2243.severity = none
dotnet_diagnostic.CA2244.severity = none
dotnet_diagnostic.CA2245.severity = none
dotnet_diagnostic.CA2246.severity = none
dotnet_diagnostic.CA2301.severity = warning
dotnet_diagnostic.CA2302.severity = warning
dotnet_diagnostic.CA2305.severity = warning
dotnet_diagnostic.CA2311.severity = warning
dotnet_diagnostic.CA2312.severity = warning
dotnet_diagnostic.CA2315.severity = warning
dotnet_diagnostic.CA2321.severity = warning
dotnet_diagnostic.CA2322.severity = warning
dotnet_diagnostic.CA3001.severity = warning
dotnet_diagnostic.CA3061.severity = warning
dotnet_diagnostic.CA3076.severity = warning
dotnet_diagnostic.CA3077.severity = warning
dotnet_diagnostic.CA3147.severity = warning
dotnet_diagnostic.CA5351.severity = warning
dotnet_diagnostic.CA5358.severity = warning
dotnet_diagnostic.CA5359.severity = warning
dotnet_diagnostic.CA5360.severity = none
dotnet_diagnostic.CA5363.severity = none
dotnet_diagnostic.CA5365.severity = none
dotnet_diagnostic.CA5366.severity = none
dotnet_diagnostic.CA5368.severity = none
dotnet_diagnostic.CA5369.severity = none
dotnet_diagnostic.CA5370.severity = none
dotnet_diagnostic.CA5371.severity = none
dotnet_diagnostic.CA5372.severity = none
dotnet_diagnostic.CA5373.severity = none
dotnet_diagnostic.CA5374.severity = none
dotnet_diagnostic.CA5376.severity = none
dotnet_diagnostic.CA5377.severity = none
dotnet_diagnostic.CA5379.severity = none
dotnet_diagnostic.CA5380.severity = none
dotnet_diagnostic.CA5381.severity = none
dotnet_diagnostic.CA5384.severity = none
dotnet_diagnostic.CA5385.severity = none
dotnet_diagnostic.CA5386.severity = warning
dotnet_diagnostic.CA5397.severity = none
dotnet_diagnostic.CA9999.severity = none
dotnet_diagnostic.VSTHRD103.severity = silent
dotnet_diagnostic.VSTHRD105.severity = silent
dotnet_diagnostic.IDE0055.severity = warning

# Code files under test/ folder
[test/**/*.cs]
dotnet_diagnostic.VSTHRD001.severity = none
dotnet_diagnostic.VSTHRD002.severity = none
dotnet_diagnostic.VSTHRD003.severity = none
dotnet_diagnostic.VSTHRD010.severity = none
dotnet_diagnostic.VSTHRD011.severity = none
dotnet_diagnostic.VSTHRD012.severity = none
dotnet_diagnostic.VSTHRD100.severity = none
dotnet_diagnostic.VSTHRD101.severity = none
dotnet_diagnostic.VSTHRD102.severity = none
dotnet_diagnostic.VSTHRD103.severity = none
dotnet_diagnostic.VSTHRD104.severity = none
dotnet_diagnostic.VSTHRD105.severity = none
dotnet_diagnostic.VSTHRD106.severity = none
dotnet_diagnostic.IDE0055.severity = warning
31 changes: 8 additions & 23 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,16 @@
<!-- DO NOT MODIFY OR DELETE THIS TEMPLATE. IT IS USED IN AUTOMATION. -->
## Bug

<!-- Search https://github.com/NuGet/Home/issues, and create one if you can't find a suitable issue. -->
<!-- Paste the full link, like https://github.com/nuget/home/issues/1000. GitHub will render is neatly. -->
Fixes:
# Bug

Regression? Last working version:
<!-- If this is an engineering change or test change only, you do not need an issue. -->
<!-- Find or create an issue in NuGet/Home and paste the full url. -->
<!-- At the maintainers discretion, multiple changes may apply to a single issue, but only when the PRs are all created within a short period of time. -->
Fixes:

## Description
<!-- Add details about the fix. Include any information that would help the maintainer review this change effective. -->

## PR Checklist

- [ ] PR has a meaningful title
- [ ] PR has a linked issue.
- [ ] Described changes

- **Tests**
- [ ] Automated tests added
- **OR**
<!-- Describe why you haven't added automation. -->
- [ ] Test exception
- **OR**
- [ ] N/A <!-- Infrastructure, documentation etc. -->

- **Documentation**
<!-- Please link the PR/issue if appropriate -->
- [ ] Documentation PR or issue filled
- **OR**
- [ ] N/A
- [ ] Meaningful title, helpful description and a linked NuGet/Home issue
- [ ] Added tests
- [ ] Link to an issue or pull request to update docs if this PR changes settings, environment variables, new feature, etc.
Loading