Unable to Run DevSkim VS Code Plugin with .NET 6 in ARM64 Dev Containers
See original GitHub issueDescribe the bug Unable to run DevSkim VS Code plugin when only have .NET SDK 6 installed
To Reproduce Steps to reproduce the behavior:
- Run
mcr.microsoft.com/devcontainers/dotnet:6.0
using Dev Containers withms-cst-e.vscode-devskim
extension specified in devcontainer.json:
"extensions": [
"ms-cst-e.vscode-devskim"
]
- See error
Expected behavior Should be able to run with only .NET 6 installed without the need to install .NET 7
Screenshots
Versions(please complete the following information):
- Host OS: macOS 12.6.6
- Host Architecture: M1
- Devskim Version 1.0.8
- Dev Containers 0.295.0
- Container OS: Debian bullseye
- Container Architecture: arm64
Issue Analytics
- State:
- Created 3 months ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Dev Containers won't install VSCode extensions for linux ...
Try to install any extension using VSCode UI, CLI in devcontainer or devcontainer.json; The extension stays in the installing state, and the ...
Read more >vscode dev container doesn't install extensions, behind ...
I generated from Chrome. Once I regenerated it, my dev containers installed all the correct extensions.
Read more >Announcing C# Dev Kit for Visual Studio Code
Announcing a new extension for C# developers and Visual Studio code - the C# Dev Kit. Providing added reliability and productivity features ...
Read more >Introduction to Microsoft DevSkim
This post is about Microsoft DevSkim. DevSkim is a framework of IDE extensions and Language analyzers that provide inline security analysis ...
Read more >Microsoft DevSkim
DevSkim is a framework of IDE extensions and language analyzers that provide inline security analysis in the dev environment as the developer ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks @gfs for the fix, version 1.0.11 has been tested working with only .NET 6 installed in dev container.
I believe I’ve have a fix for this with #559.