Add sample project with example output. #87
Annotations
12 errors and 24 warnings
Build on ubuntu-latest:
Tsu.TreeSourceGen/sample/Class1.cs#L5
The type or namespace name 'TreeNodeAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build on ubuntu-latest:
Tsu.TreeSourceGen/sample/Class1.cs#L5
The type or namespace name 'TreeNode' could not be found (are you missing a using directive or an assembly reference?)
|
Build on ubuntu-latest:
Tsu.TreeSourceGen/sample/Class1.cs#L10
The type or namespace name 'TreeNodeAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build on ubuntu-latest:
Tsu.TreeSourceGen/sample/Class1.cs#L10
The type or namespace name 'TreeNode' could not be found (are you missing a using directive or an assembly reference?)
|
Build on ubuntu-latest:
Tsu.TreeSourceGen/sample/Class1.cs#L15
The type or namespace name 'TreeNodeAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build on ubuntu-latest:
Tsu.TreeSourceGen/sample/Class1.cs#L15
The type or namespace name 'TreeNode' could not be found (are you missing a using directive or an assembly reference?)
|
Build on ubuntu-latest:
Tsu.TreeSourceGen/sample/Class1.cs#L23
The type or namespace name 'TreeNodeAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build on ubuntu-latest:
Tsu.TreeSourceGen/sample/Class1.cs#L23
The type or namespace name 'TreeNode' could not be found (are you missing a using directive or an assembly reference?)
|
Build on ubuntu-latest:
Tsu.TreeSourceGen/sample/Class1.cs#L29
The type or namespace name 'TreeVisitorAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
Build on ubuntu-latest:
Tsu.TreeSourceGen/sample/Class1.cs#L29
The type or namespace name 'TreeVisitor' could not be found (are you missing a using directive or an assembly reference?)
|
Build on windows-latest
The run was canceled by @GGG-KILLER.
|
Build on windows-latest
The operation was canceled.
|
Build on ubuntu-latest:
Tsu/src/Net/DownloadClient.cs#L278
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build on ubuntu-latest:
Tsu/src/Net/DownloadClient.cs#L281
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build on ubuntu-latest:
Tsu/src/Net/DownloadClient.cs#L278
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build on ubuntu-latest:
Tsu/src/Net/DownloadClient.cs#L281
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build on ubuntu-latest:
Tsu.CLI/src/sourcegen/CommandManager/CommandMethod.cs#L128
Unreachable code detected
|
Build on ubuntu-latest:
Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L136
The event 'CommandManagerClass.DiagnosticReported' is never used
|
Build on ubuntu-latest:
Tsu.CLI/src/sourcegen/CommandManager/CommandClass.cs#L31
Missing XML comment for publicly visible type or member 'CommandClass'
|
Build on ubuntu-latest:
Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L32
Missing XML comment for publicly visible type or member 'CommandManagerClass'
|
Build on ubuntu-latest:
Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L46
XML comment on 'CommandManagerClass.Initialize(Compilation, SemanticModel, ClassDeclarationSyntax, CommonSymbols, CancellationToken)' has a paramref tag for 'commandAttributeSymbol', but there is no parameter by that name
|
Build on ubuntu-latest:
Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L50
XML comment has a param tag for 'commandAttributeSymbol', but there is no parameter by that name
|
Build on ubuntu-latest
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Build on macos-latest
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Build on macos-latest
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build on macos-latest
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Build on macos-latest:
Tsu/src/Net/DownloadClient.cs#L278
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build on macos-latest:
Tsu/src/Net/DownloadClient.cs#L281
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build on macos-latest:
Tsu/src/Net/DownloadClient.cs#L278
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build on macos-latest:
Tsu/src/Net/DownloadClient.cs#L281
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build on macos-latest
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Build on macos-latest:
Tsu.CLI/src/sourcegen/CommandManager/CommandMethod.cs#L128
Unreachable code detected
|
Build on macos-latest:
Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L136
The event 'CommandManagerClass.DiagnosticReported' is never used
|
Build on macos-latest:
Tsu.CLI/src/sourcegen/CommandManager/CommandClass.cs#L31
Missing XML comment for publicly visible type or member 'CommandClass'
|
Build on macos-latest:
Tsu.CLI/src/sourcegen/CommandManager/CommandManagerClass.cs#L32
Missing XML comment for publicly visible type or member 'CommandManagerClass'
|
Build on windows-latest
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|