Skip to main content

CSHARP

Static CSHARP 

Source
pub static CSHARP: LanguageSupport
Expand description

C# language entry.

No vendored_dirs, for the reason JVM_VENDORED_DIRS leaves out out: files::is_ignored_dir consults the union across every language, so an entry here skips that directory in repositories with no C# in them at all. MSBuild’s bin and obj are machine-generated and therefore gitignored in practice, which the walker already honors on its own - while bin/ holding real checked-in scripts is a convention across several ecosystems. Listing it hid bin/deploy.sh from the newly registered Shell language, and the RUBOCOP spec in ruby.rs looks for bin/rubocop. The cost of listing them is a silent skip; the benefit is a directory git already ignores.