Bump coverlet.collector and 14 others #54
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.
Updated coverlet.collector from 6.0.0 to 6.0.4.
Release notes
Sourced from coverlet.collector's releases.
6.0.4
Fixed
Diff between 6.0.3 and 6.0.4
6.0.3
Fixed
Improvements
Diff between 6.0.2 and 6.0.3
6.0.2
Fixed
Improvements
Diff between 6.0.1 and 6.0.2
6.0.1
Fixed
Improvements
Diff between 6.0.0 and 6.0.1
Commits viewable in compare view.
Updated Microsoft.CodeAnalysis.Analyzers from 3.11.0-beta1.23472.1 to 4.14.0.
Release notes
Sourced from Microsoft.CodeAnalysis.Analyzers's releases.
4.2.0-4.22266.5
Release
4.2.0-3.22151.16
Release
4.2.0-1.22108.11
Release
4.0.1
Release
4.0.0-6.21526.21
Release
4.0.0-2.21354.7
Release
4.0.0-2.21254.26
Release
4.0.0-1.21277.15
Release
Commits viewable in compare view.
Updated Microsoft.CodeAnalysis.NetAnalyzers from 8.0.0-preview.23472.1 to 9.0.0.
Release notes
Sourced from Microsoft.CodeAnalysis.NetAnalyzers's releases.
9.0.0
Release build of Microsoft.CodeAnalysis.NetAnalyzers 9.0.0 containing first-party code quality analyzers ("CAxxxx rules").
Contains bug fixes on top of 8.0.0 release.
What's Changed
... (truncated)
8.0.0
Release build of Microsoft.CodeAnalysis.NetAnalyzers 8.0.0 containing first-party code quality analyzers ("CAxxxx rules").
Contains bug fixes on top of 7.0.4 release.
What's Changed
Microsoft.CodeAnalysis.NetAnalyzers.csproj
by @Youssef1313 in CleanupMicrosoft.CodeAnalysis.NetAnalyzers.csproj
dotnet/roslyn-analyzers#6344GetOrCreateTypeByMetadataName
to compilation start by @Youssef1313 in MoveGetOrCreateTypeByMetadataName
to compilation start dotnet/roslyn-analyzers#6332... (truncated)
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 17.8.0 to 17.13.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
17.13.0
What's Changed
Add letter number among valid identifiers in class name by @nohwnd in Add letter number among valid identifiers in class name microsoft/vstest#13868
Fix formatting in Runner by @mthalman in Fix formatting in Runner microsoft/vstest#13871
Downgrade xunit skip warning to info by @nohwnd in Downgrade xunit skip warning to info microsoft/vstest#10381
Add msdia for arm64 into nuget by @nohwnd in Add msdia for arm64 into nuget microsoft/vstest#10382
Enable native debugging for vstest.console by @ocitrev in Enable native debugging for vstest.console microsoft/vstest#10401
Fix RFCs links by @Youssef1313 in Fix RFCs links microsoft/vstest#10424
Convert to auto property by @nohwnd in Convert to auto property microsoft/vstest#10365
Update Versions.props by @nohwnd in Update Versions.props microsoft/vstest#10378
Enable TSA by @jakubch1 in Enable TSA microsoft/vstest#10385
Arm64 dia by @nohwnd in Arm64 dia microsoft/vstest#10390
Update source-build team references by @MichaelSimons in Update source-build team references microsoft/vstest#10388
Exclude .signature.p7s from nupkg file count by @ellahathaway in Exclude .signature.p7s from nupkg file count microsoft/vstest#10418
Set NetCurrent so that it doesn't roll forward automatically by @ViktorHofer in Set NetCurrent so that it doesn't roll forward automatically microsoft/vstest#10622
New Contributors
Full Changelog: microsoft/vstest@v17.12.0...v17.13.0
17.12.0
What's Changed
Internal and infrastructure fixes:
Full Changelog: microsoft/vstest@v17.11.1...v17.12.0
17.11.1
What's Changed
Full Changelog: microsoft/vstest@v17.11.0...v17.11.1
17.11.0
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06
17.11.0-release-24373-02
What's Changed
Full Changelog: microsoft/vstest@v17.11.0-release-24352-06...v17.11.0-release-24373-02
17.11.0-release-24352-06
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06
17.10.0
What's Changed
And many infrastructure related changes and updates.
New Contributors
Full Changelog: microsoft/vstest@v17.9.0...v17.10.0
17.10.0-release-24177-07
What's Changed
Fix Microsoft.TestPlatform.Build sourcebuild nuspec by @Evangelink in Fix Microsoft.TestPlatform.Build sourcebuild nuspec microsoft/vstest#4871
Updating version of Microsoft.VisualStudio.Interop to 17.10 by @MSLukeWest in Updating version of Microsoft.VisualStudio.Interop to 17.10 microsoft/vstest#4866
Add VSTEST_DIAG_VERBOSITY to help by @nohwnd in Add VSTEST_DIAG_VERBOSITY to help microsoft/vstest#4882
Move SB metadata to intermediates by @ellahathaway in Move SB metadata to intermediates microsoft/vstest#4884
Fix feature flag name by @nohwnd in Fix feature flag name microsoft/vstest#4885
Remove PackageLicenseFile preventing PackageLicenseExpression from working by @lahma in Remove PackageLicenseFile preventing PackageLicenseExpression from working microsoft/vstest#4890
Add GitHub Actions logger by @martincostello in Add GitHub Actions logger microsoft/vstest#4906
Ensure to send a session complete event by @drognanar in Ensure to send a session complete event microsoft/vstest#4878
specify Win10 + maxversiontested to enable xaml APIs to be used in tests running under testhost.exe by @ChrisGuzak in specify Win10 + maxversiontested to enable xaml APIs to be used in tests running under testhost.exe microsoft/vstest#4888
Improve terminal logger by @nohwnd in Improve terminal logger microsoft/vstest#4877
Add test name to MSBuild where we have frame. by @nohwnd in Add test name to MSBuild where we have frame. microsoft/vstest#4935
Updated Code Coverage to latest version [main] Update dependencies from devdiv/DevDiv/vs-code-coverage microsoft/vstest#4933
New Contributors
And many infrastructure related changes to migrate our pipelines to common build system.
Full Changelog: microsoft/vstest@v17.10.0-preview-24080-01...v17.10.0-release-24177-07
17.10.0-preview-24080-01
What's Changed
New Contributors
Full Changelog: microsoft/vstest@v17.9.0-preview-23577-04...v17.10.0-preview-24080-01
17.9.0
What's Changed
HtmlLogger
by @daveMueller in Remove javascript inHtmlLogger
microsoft/vstest#4744New Contributors
Full Changelog: microsoft/vstest@v17.8.0...v17.9.0
17.9.0-release-23619-01
What's Changed
Full Changelog: microsoft/vstest@v17.9.0-preview-23577-04...v17.9.0-release-23619-01
17.9.0-preview-23577-04
What's Changed
HtmlLogger
by @daveMueller in #4744Full Changelog: microsoft/vstest@v17.9.0-preview-23531-01...v17.9.0-preview-23577-04
17.9.0-preview-23531-01
What's Changed
Full Changelog: microsoft/vstest@v17.9.0-preview-23503-02...v17.9.0-preview-23531-01
17.9.0-preview-23503-02
What's Changed
Full Changelog: microsoft/vstest@v17.8.0-release-23468-02...v17.9.0-preview-23503-02
Commits viewable in compare view.
Updated Microsoft.SemanticKernel from 1.0.0-beta6 to 1.61.0.
Release notes
Sourced from Microsoft.SemanticKernel's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0.
Release notes
Sourced from Microsoft.SourceLink.GitHub's releases.
8.0.0
What's Changed
Source Link is now included in .NET SDK 8 and enabled by default. Projects that migrate to .NET SDK 8 do not need to reference Source Link packages explicitly via
PackageReference
anymore.offline
argument by @NikolaMilosavljevic in New command-line APIs andoffline
argument dotnet/sourcelink#1068New Contributors
Full Changelog: dotnet/sourcelink@1.1.1...8.0.0
Commits viewable in compare view.
Updated Microsoft.VisualStudio.Threading.Analyzers from 17.7.30 to 17.14.15.
Release notes
Sourced from Microsoft.VisualStudio.Threading.Analyzers's releases.
17.14.15
What's Changed
Fixes
build
tobuildTransitive
for analyzer package by @AArnott in Switch frombuild
tobuildTransitive
for analyzer package microsoft/vs-threading#1434Enhancements
Microsoft.VisualStudio.Threading.Only
package by @AArnott in Create aMicrosoft.VisualStudio.Threading.Only
package microsoft/vs-threading#1429Dependency updates
Full Changelog: microsoft/vs-threading@v17.13.2...v17.14.15
17.14.2-alpha
What's Changed
Microsoft.VisualStudio.Threading.Only
package by @AArnott in Create aMicrosoft.VisualStudio.Threading.Only
package microsoft/vs-threading#1429Full Changelog: microsoft/vs-threading@v17.13.2...v17.14.2-alpha
17.13.61
What's Changed
Full Changelog: microsoft/vs-threading@v17.13.2...v17.13.61
17.13.2
What's Changed
No functional changes in this version.
Full Changelog: microsoft/vs-threading@v17.12.19...v17.13.2
17.12.19
Enhancements
AsyncBarrier.SignalAndWait(CancellationToken)
overload by @AArnott in AddAsyncBarrier.SignalAndWait(CancellationToken)
overload microsoft/vs-threading#1330JoinableTaskContext.CreateNoOpContext()
method by @AArnott in AddJoinableTaskContext.CreateNoOpContext()
method microsoft/vs-threading#1345Fixes
AsyncLazy<T>.DisposeValueAsync
by @AArnott in Fix hang inAsyncLazy<T>.DisposeValueAsync
microsoft/vs-threading#1340JoinableTaskContext.serializedTasks
memory leak by @AArnott in FixJoinableTaskContext.serializedTasks
memory leak microsoft/vs-threading#1346Other
GalleryManifest.xml
file by @AArnott in Sign theGalleryManifest.xml
file microsoft/vs-threading#1336Full Changelog: microsoft/vs-threading@v17.11.20...v17.12.19
17.11.20
What's Changed
Full Changelog: microsoft/vs-threading@v17.11.19-preview...v17.11.20
17.11.19-preview
What's Changed
requestId
values in ETW events by @AArnott in Ensure uniquerequestId
values in ETW events microsoft/vs-threading#1304AsyncCrossProcessMutex
stack size by @AArnott in IncreaseAsyncCrossProcessMutex
stack size microsoft/vs-threading#1310AsyncQueue<T>
completionby @AArnott in Fix documentation around
AsyncQueue<T>
completion microsoft/vs-threading#1316Full Changelog: microsoft/vs-threading@v17.10.48...v17.11.19-preview
17.10.48
What's Changed
AsyncLazy<T>.SuppressRecursiveFactoryDetection
property by @AArnott in AddAsyncLazy<T>.SuppressRecursiveFactoryDetection
property microsoft/vs-threading#1265AsyncLazy<T>.DisposeValue()
whenT : IAsyncDisposable
by @AArnott in Fix hang inAsyncLazy<T>.DisposeValue()
whenT : IAsyncDisposable
microsoft/vs-threading#1271New Contributors
Full Changelog: microsoft/vs-threading@v17.9.28...v17.10.48
17.10.12-preview
What's Changed
AsyncLazy<T>.SuppressRecursiveFactoryDetection
property by @AArnott in AddAsyncLazy<T>.SuppressRecursiveFactoryDetection
property microsoft/vs-threading#1265AsyncLazy<T>.DisposeValue()
whenT : IAsyncDisposable
by @AArnott in Fix hang inAsyncLazy<T>.DisposeValue()
whenT : IAsyncDisposable
microsoft/vs-threading#1271New Contributors
Full Changelog: microsoft/vs-threading@v17.9.28...v17.10.12-preview
17.9.28
What's Changed
VSTHRD200
ignoreDisposeAsyncCore
by @MartyIX in MakeVSTHRD200
ignoreDisposeAsyncCore
microsoft/vs-threading#1238NoThrowAwaitable()
by @AArnott in Fix VSTHRD004 mis-fire onNoThrowAwaitable()
microsoft/vs-threading#1243?.
expressions by @AArnott in VSTHRD103 should flag violations amidst use of?.
expressions microsoft/vs-threading#1242.ConfigureAwait(false)
as the first code fix by @AArnott in VSTHRD111: Offer.ConfigureAwait(false)
as the first code fix microsoft/vs-threading#1248AsyncLazy<T>.SuppressRelevance()
method by @AArnott in AddAsyncLazy<T>.SuppressRelevance()
method microsoft/vs-threading#1254New Contributors
VSTHRD200
ignoreDisposeAsyncCore
microsoft/vs-threading#1238Full Changelog: microsoft/vs-threading@v17.8.14...v17.9.28
17.9.1-alpha
No notable changes besides the version number.
Full Changelog: microsoft/vs-threading@v17.8.14...v17.9.1-alpha
17.8.14
What's Changed
AsyncMutex
class by @AArnott in AddAsyncMutex
class microsoft/vs-threading#1223AsyncLazy<T>.Dispose()
method by @AArnott in AddAsyncLazy<T>.Dispose()
method microsoft/vs-threading#1218Full Changelog: microsoft/vs-threading@v17.7.35...v17.8.14
17.7.35
What's Changed
Full Changelog: microsoft/vs-threading@v17.7.30...v17.7.35
Commits viewable in compare view.
Updated Moq.Analyzers from 0.0.9 to 0.3.0.
Release notes
Sourced from Moq.Analyzers's releases.
0.3.0
Moq.Analyzers v0.3.0 🎄
Holidays are coming and it's time for the last release of the year! 🎉
There's a lot that has gone into this release, mostly housekeeping and bug fixes that are transparent to you. However, there are two new diagnostics included in this release.
This will be the last release until we move to v1.0.0
Analyzer Behavior Changes
What's Changed
... (truncated)
0.3.0-alpha.1
This is a small update to include a bug fix for code analyzers crashing in the IDE.
Full list of What's Changed
Full Changelog: rjmurillo/moq.analyzers@v0.3.0-alpha...v0.3.0-alpha.1
0.3.0-alpha
Moq.Analyzers v0.3.0 🎄
Holidays are coming and it's time for the last release of the year! 🎉
There's a lot that has gone into this release, mostly housekeeping and bug fixes that are transparent to you. However, there are two new diagnostics included in this release.
This will be the last release until we move to v1.0.0
Analyzer Behavior Changes
Full List of What's Changed
...
Description has been truncated