Add .lscache from c# dev kit got VisualStudio.gitignore#4862
Closed
tiger31 wants to merge 1 commit into
Closed
Conversation
Author
|
To add more context: In their issue they state:
Sample of an [analyzerReferences]
../../../../../../../nix/store/0r8iidkhy8ky5nak95nsl3x05i33qbdb-dotnet-combined/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.26/analyzers/dotnet/cs/
Microsoft.AspNetCore.App.Analyzers.dll
Microsoft.AspNetCore.App.CodeFixes.dll
Microsoft.AspNetCore.Components.Analyzers.dll
../../../../../../../nix/store/0r8iidkhy8ky5nak95nsl3x05i33qbdb-dotnet-combined/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/8.0.26/analyzers/dotnet/roslyn4.4/cs/
Microsoft.Extensions.Logging.Generators.dll
Microsoft.Extensions.Options.SourceGeneration.dll
../../../../../../../nix/store/0r8iidkhy8ky5nak95nsl3x05i33qbdb-dotnet-combined/share/dotnet/packs/Microsoft.NETCore.App.Ref/8.0.26/analyzers/dotnet/cs/
Microsoft.Interop.ComInterfaceGenerator.dll
Microsoft.Interop.JavaScript.JSImportGenerator.dll
Microsoft.Interop.LibraryImportGenerator.dll
Microsoft.Interop.SourceGeneration.dll
System.Text.Json.SourceGeneration.dll
System.Text.RegularExpressions.Generator.dll
../../../../../../../nix/store/0r8iidkhy8ky5nak95nsl3x05i33qbdb-dotnet-combined/share/dotnet/sdk/8.0.420/Sdks/Microsoft.NET.Sdk/analyzers/
Microsoft.CodeAnalysis.CSharp.NetAnalyzers.dll
Microsoft.CodeAnalysis.NetAnalyzers.dll
<NUGET>/awssdk.apigateway/3.7.300.71/analyzers/dotnet/cs/
AWSSDK.APIGateway.CodeAnalysis.dll
SharedAnalysisCode.dll
<NUGET>/microsoft.codeanalysis.analyzers/3.3.3/analyzers/dotnet/cs/
Microsoft.CodeAnalysis.Analyzers.dll
Microsoft.CodeAnalysis.CSharp.Analyzers.dll
<NUGET>/microsoft.entityframeworkcore.analyzers/8.0.2/analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll
[analyzerConfigFiles]
../../../../../../../nix/store/0r8iidkhy8ky5nak95nsl3x05i33qbdb-dotnet-combined/share/dotnet/sdk/8.0.420/Sdks/Microsoft.NET.Sdk/analyzers/build/config/analysislevel_8_default.globalconfig
obj/Debug/net8.0/Workflow.GeneratedMSBuildEditorConfig.editorconfigThose |
Author
|
Duplicate |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Link to the application or project's homepage
C# Dev Kit VSCode Extension
Reasons for making this change
Those cache files are not valid for cross-platform build, especially on NixOS systems
Links to documentation supporting these rule changes
vscode-dotnettools repo discussion
It's the same place https://aka.ms/lscache redirects
Merge and Approval Steps