KyleSchoonover commented on a change in pull request #1596:
URL: https://github.com/apache/avro/pull/1596#discussion_r826238008
##########
File path: lang/csharp/src/apache/test/Avro.test.csproj
##########
@@ -32,6 +32,7 @@
</PropertyGroup>
<ItemGroup>
+ <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.10.0"
/>
Review comment:
should be moved to version.props
##########
File path: lang/csharp/src/apache/test/CodGen/CodeGenTest.cs
##########
@@ -19,9 +19,12 @@
using System.Collections.Generic;
using System.IO;
using System.CodeDom.Compiler;
+using System.Reflection;
using Microsoft.CSharp;
using NUnit.Framework;
using Avro.Specific;
+using Microsoft.CodeAnalysis;
+using Microsoft.CodeAnalysis.CSharp;
Review comment:
Sort usings
--
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]