• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

devonfw / IDEasy / 11611100303

31 Oct 2024 11:29AM UTC coverage: 66.915% (+0.2%) from 66.715%
11611100303

push

github

web-flow
#608: enhance error messages (#653)

2415 of 3952 branches covered (61.11%)

Branch coverage included in aggregate %.

6302 of 9075 relevant lines covered (69.44%)

3.06 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
cli/src/main/java/com/devonfw/tools/ide/tool/dotnet/DotNet.java
1
package com.devonfw.tools.ide.tool.dotnet;
2

3
import java.util.Set;
4

5
import com.devonfw.tools.ide.common.Tag;
6
import com.devonfw.tools.ide.context.IdeContext;
7
import com.devonfw.tools.ide.tool.LocalToolCommandlet;
8

9
/**
10
 * {@link LocalToolCommandlet} for <a href="https://docs.microsoft.com/en-us/dotnet/core/tools/">dotnet</a>. The .NET CLI (Command Line Interface)
11
 * cross-platform tool for building, running, and managing .NET applications.
12
 */
13
public class DotNet extends LocalToolCommandlet {
14

15
  /**
16
   * The constructor.
17
   *
18
   * @param context the {@link IdeContext}. method.
19
   */
20
  public DotNet(IdeContext context) {
21

22
    super(context, "dotnet", Set.of(Tag.DOTNET, Tag.CS));
7✔
23
  }
1✔
24

25
  @Override
26
  public String getToolHelpArguments() {
27

28
    return "help";
×
29
  }
30
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc