dotnet-error-lookup
1.0.0
dotnet tool install --global dotnet-error-lookup --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local dotnet-error-lookup --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-error-lookup&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-error-lookup --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
dotnet-error-lookup
It's a command-line C# tool to output more information about a C# syntax error or warning.
Example
> dotnet-error-lookup CS0103
Searching for the given error...
We found a syntax diagnostic 'CS0103.'
Type: Error
Message: "The name '{0}' does not exist in the current context"
Documentation Reference: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-messages/cs0103
No sample code for this error.
No sample fix documented for this error.
>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 539 | 5/13/2024 |