Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: runtime detection for dotnet #5858

Merged
merged 2 commits into from
Oct 1, 2024
Merged

fix: runtime detection for dotnet #5858

merged 2 commits into from
Oct 1, 2024

Conversation

mrstork
Copy link
Contributor

@mrstork mrstork commented Sep 27, 2024

Summary

Adding a starting point for dotnet detection so we can begin to see usage data
The goal here is to get some sense of if dotnet is used on our platform and to slightly reduce the number of sites showing up with an unknown runtime

export class Dotnet extends LangRuntime {
id = 'dotnet'
name = 'Dotnet'
configFiles = ['Program.cs', 'appsettings.json']
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some setups also use Startup.cs as well, but it's not required any longer

@serhalp serhalp enabled auto-merge (squash) October 1, 2024 18:03
Copy link

sonarcloud bot commented Oct 1, 2024

@serhalp serhalp merged commit 75eb6a2 into main Oct 1, 2024
38 of 39 checks passed
@serhalp serhalp deleted the support-dotnet-detection branch October 1, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants