question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to Run DevSkim VS Code Plugin with .NET 6 in ARM64 Dev Containers

See original GitHub issue

Describe the bug Unable to run DevSkim VS Code plugin when only have .NET SDK 6 installed

To Reproduce Steps to reproduce the behavior:

  1. Run mcr.microsoft.com/devcontainers/dotnet:6.0 using Dev Containers with ms-cst-e.vscode-devskim extension specified in devcontainer.json:
    "extensions": [
        "ms-cst-e.vscode-devskim"
    ]
  1. See error

Expected behavior Should be able to run with only .NET 6 installed without the need to install .NET 7

Screenshots Screenshot 2023-06-19 at 10 49 46 AM

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:closed
  • Created 3 months ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
timloh-enjinstartercommented, Jun 28, 2023

Thanks @gfs for the fix, version 1.0.11 has been tested working with only .NET 6 installed in dev container.

0reactions
gfscommented, Jun 26, 2023

I believe I’ve have a fix for this with #559.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found