[
https://issues.apache.org/jira/browse/AVRO-3442?focusedWorklogId=739000&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-739000
]
ASF GitHub Bot logged work on AVRO-3442:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Mar/22 18:07
Start Date: 09/Mar/22 18:07
Worklog Time Spent: 10m
Work Description: RyanSkraba opened a new pull request #1591:
URL: https://github.com/apache/avro/pull/1591
### Jira
- [ ] My PR addresses the following [Avro
Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them
in the PR title. For example, "AVRO-1234: My Avro PR"
- https://issues.apache.org/jira/browse/AVRO-3442
- In case you are adding a dependency, check if the license complies with
the [ASF 3rd Party License
Policy](https://www.apache.org/legal/resolved.html#category-x).
### Tests
- [X] My PR does not need testing for this extremely good reason: Executed
during build.
### Commits
- [X] My commits all reference Jira issues in their subject lines. In
addition, my commits follow the guidelines from "[How to write a good git
commit message](https://chris.beams.io/posts/git-commit/)":
1. Subject is separated from body by a blank line
1. Subject is limited to 50 characters (not including Jira issue reference)
1. Subject does not end with a period
1. Subject uses the imperative mood ("add", not "adding")
1. Body wraps at 72 characters
1. Body explains "what" and "why", not "how"
### Documentation
- [ ] In case of new functionality, my PR adds documentation that describes
how to use it.
- All the public functions and the classes in the PR contain Javadoc that
explain what it does
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 739000)
Remaining Estimate: 0h
Time Spent: 10m
> [C#] build breaks on missing licenses
> -------------------------------------
>
> Key: AVRO-3442
> URL: https://issues.apache.org/jira/browse/AVRO-3442
> Project: Apache Avro
> Issue Type: Bug
> Reporter: Ryan Skraba
> Assignee: Ryan Skraba
> Priority: Major
> Fix For: 1.11.1
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> We're probably missing some rat excludes:
> {code:java}
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/project.nuget.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/netcoreapp3.1/Avro.File.BZip2.Test.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/netcoreapp3.1/Avro.File.BZip2.Test.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/netcoreapp3.1/Avro.File.BZip2.Test.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/netcoreapp3.1/Avro.File.BZip2.Test.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/netcoreapp3.1/Avro.File.BZip2.Test.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/netcoreapp3.1/Avro.File.BZip2.Test.genruntimeconfig.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/netcoreapp3.1/Avro.File.BZip2.Test.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net5.0/Avro.File.BZip2.Test.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net5.0/Avro.File.BZip2.Test.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net5.0/Avro.File.BZip2.Test.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net5.0/Avro.File.BZip2.Test.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net5.0/Avro.File.BZip2.Test.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net5.0/Avro.File.BZip2.Test.genruntimeconfig.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net5.0/Avro.File.BZip2.Test.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net6.0/Avro.File.BZip2.Test.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net6.0/Avro.File.BZip2.Test.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net6.0/Avro.File.BZip2.Test.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net6.0/Avro.File.BZip2.Test.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net6.0/Avro.File.BZip2.Test.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net6.0/Avro.File.BZip2.Test.genruntimeconfig.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2.Test/obj/Release/net6.0/Avro.File.BZip2.Test.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.0/Avro.File.BZip2.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.0/Avro.File.BZip2.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.0/Avro.File.BZip2.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.0/Avro.File.BZip2.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.0/Avro.File.BZip2.csproj.BuildWithSkipAnalyzers
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.0/Avro.File.BZip2.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.0/Avro.File.BZip2.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.1/Avro.File.BZip2.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.1/Avro.File.BZip2.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.1/Avro.File.BZip2.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.1/Avro.File.BZip2.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.1/Avro.File.BZip2.csproj.BuildWithSkipAnalyzers
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.1/Avro.File.BZip2.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Release/netstandard2.1/Avro.File.BZip2.csproj.FileListAbsolute.txt
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/project.nuget.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Debug/netstandard2.1/Avro.File.BZip2.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Debug/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Debug/netstandard2.1/Avro.File.BZip2.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Debug/netstandard2.1/Avro.File.BZip2.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Debug/netstandard2.1/Avro.File.BZip2.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Debug/netstandard2.1/Avro.File.BZip2.csproj.BuildWithSkipAnalyzers
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Debug/netstandard2.1/Avro.File.BZip2.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.BZip2/obj/Debug/netstandard2.1/Avro.File.BZip2.csproj.FileListAbsolute.txt
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/project.nuget.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/netcoreapp3.1/Avro.File.Snappy.Test.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/netcoreapp3.1/Avro.File.Snappy.Test.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/netcoreapp3.1/Avro.File.Snappy.Test.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/netcoreapp3.1/Avro.File.Snappy.Test.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/netcoreapp3.1/Avro.File.Snappy.Test.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/netcoreapp3.1/Avro.File.Snappy.Test.genruntimeconfig.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/netcoreapp3.1/Avro.File.Snappy.Test.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net5.0/Avro.File.Snappy.Test.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net5.0/Avro.File.Snappy.Test.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net5.0/Avro.File.Snappy.Test.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net5.0/Avro.File.Snappy.Test.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net5.0/Avro.File.Snappy.Test.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net5.0/Avro.File.Snappy.Test.genruntimeconfig.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net5.0/Avro.File.Snappy.Test.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net6.0/Avro.File.Snappy.Test.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net6.0/Avro.File.Snappy.Test.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net6.0/Avro.File.Snappy.Test.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net6.0/Avro.File.Snappy.Test.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net6.0/Avro.File.Snappy.Test.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net6.0/Avro.File.Snappy.Test.genruntimeconfig.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy.Test/obj/Release/net6.0/Avro.File.Snappy.Test.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.0/Avro.File.Snappy.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.0/Avro.File.Snappy.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.0/Avro.File.Snappy.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.0/Avro.File.Snappy.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.0/Avro.File.Snappy.csproj.BuildWithSkipAnalyzers
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.0/Avro.File.Snappy.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.0/Avro.File.Snappy.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.1/Avro.File.Snappy.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.1/Avro.File.Snappy.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.1/Avro.File.Snappy.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.1/Avro.File.Snappy.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.1/Avro.File.Snappy.csproj.BuildWithSkipAnalyzers
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.1/Avro.File.Snappy.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Release/netstandard2.1/Avro.File.Snappy.csproj.FileListAbsolute.txt
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/project.nuget.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Debug/netstandard2.1/Avro.File.Snappy.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Debug/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Debug/netstandard2.1/Avro.File.Snappy.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Debug/netstandard2.1/Avro.File.Snappy.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Debug/netstandard2.1/Avro.File.Snappy.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Debug/netstandard2.1/Avro.File.Snappy.csproj.BuildWithSkipAnalyzers
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Debug/netstandard2.1/Avro.File.Snappy.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.Snappy/obj/Debug/netstandard2.1/Avro.File.Snappy.csproj.FileListAbsolute.txt
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/project.nuget.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/netcoreapp3.1/Avro.File.XZ.Test.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/netcoreapp3.1/Avro.File.XZ.Test.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/netcoreapp3.1/Avro.File.XZ.Test.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/netcoreapp3.1/Avro.File.XZ.Test.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/netcoreapp3.1/Avro.File.XZ.Test.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/netcoreapp3.1/Avro.File.XZ.Test.genruntimeconfig.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/netcoreapp3.1/Avro.File.XZ.Test.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net6.0/Avro.File.XZ.Test.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net6.0/Avro.File.XZ.Test.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net6.0/Avro.File.XZ.Test.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net6.0/Avro.File.XZ.Test.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net6.0/Avro.File.XZ.Test.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net6.0/Avro.File.XZ.Test.genruntimeconfig.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net6.0/Avro.File.XZ.Test.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net5.0/Avro.File.XZ.Test.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net5.0/Avro.File.XZ.Test.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net5.0/Avro.File.XZ.Test.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net5.0/Avro.File.XZ.Test.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net5.0/Avro.File.XZ.Test.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net5.0/Avro.File.XZ.Test.genruntimeconfig.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ.Test/obj/Release/net5.0/Avro.File.XZ.Test.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.0/Avro.File.XZ.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.0/Avro.File.XZ.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.0/Avro.File.XZ.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.0/Avro.File.XZ.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.0/Avro.File.XZ.csproj.BuildWithSkipAnalyzers
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.0/Avro.File.XZ.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.0/Avro.File.XZ.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.1/Avro.File.XZ.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.1/Avro.File.XZ.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.1/Avro.File.XZ.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.1/Avro.File.XZ.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.1/Avro.File.XZ.csproj.BuildWithSkipAnalyzers
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.1/Avro.File.XZ.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Release/netstandard2.1/Avro.File.XZ.csproj.FileListAbsolute.txt
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/project.nuget.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Debug/netstandard2.1/Avro.File.XZ.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Debug/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Debug/netstandard2.1/Avro.File.XZ.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Debug/netstandard2.1/Avro.File.XZ.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Debug/netstandard2.1/Avro.File.XZ.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Debug/netstandard2.1/Avro.File.XZ.csproj.BuildWithSkipAnalyzers
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Debug/netstandard2.1/Avro.File.XZ.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.XZ/obj/Debug/netstandard2.1/Avro.File.XZ.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/project.nuget.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/netcoreapp3.1/Avro.File.Zstandard.Test.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/netcoreapp3.1/Avro.File.Zstandard.Test.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/netcoreapp3.1/Avro.File.Zstandard.Test.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/netcoreapp3.1/Avro.File.Zstandard.Test.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/netcoreapp3.1/Avro.File.Zstandard.Test.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/netcoreapp3.1/Avro.File.Zstandard.Test.genruntimeconfig.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/netcoreapp3.1/Avro.File.Zstandard.Test.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net5.0/Avro.File.Zstandard.Test.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net5.0/Avro.File.Zstandard.Test.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net5.0/Avro.File.Zstandard.Test.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net5.0/Avro.File.Zstandard.Test.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net5.0/Avro.File.Zstandard.Test.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net5.0/Avro.File.Zstandard.Test.genruntimeconfig.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net5.0/Avro.File.Zstandard.Test.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net6.0/Avro.File.Zstandard.Test.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net6.0/Avro.File.Zstandard.Test.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net6.0/Avro.File.Zstandard.Test.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net6.0/Avro.File.Zstandard.Test.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net6.0/Avro.File.Zstandard.Test.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net6.0/Avro.File.Zstandard.Test.genruntimeconfig.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard.Test/obj/Release/net6.0/Avro.File.Zstandard.Test.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.0/Avro.File.Zstandard.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.0/Avro.File.Zstandard.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.0/Avro.File.Zstandard.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.0/Avro.File.Zstandard.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.0/Avro.File.Zstandard.csproj.BuildWithSkipAnalyzers
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.0/Avro.File.Zstandard.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.0/Avro.File.Zstandard.csproj.FileListAbsolute.txt
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.1/Avro.File.Zstandard.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.1/Avro.File.Zstandard.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.1/Avro.File.Zstandard.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.1/Avro.File.Zstandard.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.1/Avro.File.Zstandard.csproj.BuildWithSkipAnalyzers
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.1/Avro.File.Zstandard.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Release/netstandard2.1/Avro.File.Zstandard.csproj.FileListAbsolute.txt
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/project.nuget.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Debug/netstandard2.1/Avro.File.Zstandard.GeneratedMSBuildEditorConfig.editorconfig
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Debug/netstandard2.1/.NETStandard,Version=v2.1.AssemblyAttributes.cs
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Debug/netstandard2.1/Avro.File.Zstandard.AssemblyInfoInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Debug/netstandard2.1/Avro.File.Zstandard.AssemblyInfo.cs
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Debug/netstandard2.1/Avro.File.Zstandard.csproj.CoreCompileInputs.cache
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Debug/netstandard2.1/Avro.File.Zstandard.csproj.BuildWithSkipAnalyzers
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Debug/netstandard2.1/Avro.File.Zstandard.csproj.CopyComplete
>
> lang/csharp/src/apache/codec/Avro.File.Zstandard/obj/Debug/netstandard2.1/Avro.File.Zstandard.csproj.FileListAbsolute.txt
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)