After updating to the most recent version of Visual Studio 2022 (v17.1.3) SonarLint(v6.1.0.45943) fails to initialize with the following error entry in the logs:
<entry>
<record>553</record>
<time>2022/04/08 06:42:33.283</time>
<type>Error</type>
<source>VisualStudio</source>
<description>SetSite failed for package [IssueVizSecurityPackage]Source: 'Microsoft.VisualStudio.Composition' Description: Expected 1 export(s) with contract name "SonarLint.VisualStudio.Integration.ILogger" but found 0 after applying applicable constraints.
Microsoft.VisualStudio.Composition.CompositionFailedException: Expected 1 export(s) with contract name "SonarLint.VisualStudio.Integration.ILogger" but found 0 after applying applicable constraints.
 at Microsoft.VisualStudio.Composition.ExportProvider.GetExports(ImportDefinition importDefinition)
 at Microsoft.VisualStudio.Composition.ExportProvider.GetExports[T,TMetadataView](String contractName, ImportCardinality cardinality)
 at Microsoft.VisualStudio.Composition.ExportProvider.GetExport[T,TMetadataView](String contractName)
 at Microsoft.VisualStudio.Composition.ExportProvider.GetExportedValue[T]()
 at Microsoft.VisualStudio.ComponentModelHost.ComponentModel.GetService[T]()
 at SonarLint.VisualStudio.IssueVisualization.Security.IssueVizSecurityPackage.<InitializeAsync>d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.VisualStudio.Shell.AsyncPackage.<>c__DisplayClass20_0.<<Microsoft-VisualStudio-Shell-Interop-IAsyncLoadablePackageInitialize-Initialize>b__1>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
 at Microsoft.VisualStudio.Services.VsTask.RethrowException(AggregateException e)
 at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)</description>
<guid>{D7D54E08-45E1-49A6-AA53-AF1CFAA6EBDC}</guid>
<hr>80131500</hr>
<errorinfo></errorinfo>
</entry>