Skip to content

delete old source from nugget sln #85

delete old source from nugget sln

delete old source from nugget sln #85

Triggered via push May 13, 2024 05:54
Status Success
Total duration 2m 9s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, microsoft/setup-msbuild@v1.1, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build: src/SourceGenerators/TallyConnector.TDLReportSourceGenerator/TDLReportSourceGenerator.cs#L196
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SourceGenerators/TallyConnector.TDLReportSourceGenerator/TDLReportSourceGenerator.cs#L196
Non-nullable property 'NameSpace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SourceGenerators/TallyConnector.TDLReportSourceGenerator/Models/SymbolData.cs#L128
Non-nullable property 'SymbolData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SourceGenerators/TallyConnector.TDLReportSourceGenerator/Models/SymbolData.cs#L13
Non-nullable property 'RootXmlTag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SourceGenerators/TallyConnector.TDLReportSourceGenerator/Models/SymbolData.cs#L13
Non-nullable property 'MethodNameSuffixPlural' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SourceGenerators/TallyConnector.TDLReportSourceGenerator/Models/SymbolData.cs#L13
Non-nullable property 'Args' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SourceGenerators/TallyConnector.TDLReportSourceGenerator/Execute/GenerateTDLReportsCommand.cs#L896
Non-nullable property 'ChildSymbolData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SourceGenerators/TallyConnector.TDLReportSourceGenerator/Execute/GenerateTDLReportsCommand.cs#L902
Non-nullable property 'TypeSymbol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SourceGenerators/TallyConnector.TDLReportSourceGenerator/TDLReportSourceGenerator.cs#L218
Non-nullable property 'ProjectRoot' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/SourceGenerators/TallyConnector.TDLReportSourceGenerator/TDLReportSourceGenerator.cs#L219
Non-nullable property 'RootNamespace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.