Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 492 Bytes

File metadata and controls

9 lines (6 loc) · 492 Bytes

.NET Ecosystem

Part of src/cmds/ — see also docs/contributing/TECHNICAL.md

Specifics

  • dotnet_cmd.rs uses DotnetCommands sub-enum in main.rs
  • Internal helper modules (dotnet_trx.rs, dotnet_format_report.rs, binlog.rs) are only used by dotnet_cmd.rs -- they parse specialized .NET output formats (TRX XML, binary logs, format reports)
  • Test fixtures are in tests/fixtures/dotnet/ (JSON and text formats)