xsharper commented on issue #792:
URL: https://github.com/apache/lucenenet/issues/792#issuecomment-1530572595

   Sorry, didn't realize it's specific to stdout implementation in .NET 4.8 on 
Windows. With project file as below
   
   luceneplayground.exe >output.txt
   
   produces 5 bytes:
   
   41 EF BB BF 42
   
   
   
   ` <Project Sdk="Microsoft.NET.Sdk">
     <PropertyGroup>
       <OutputType>Exe</OutputType>
       <TargetFramework>net48</TargetFramework>
     </PropertyGroup>
     <ItemGroup>
       <PackageReference Include="Lucene.Net" Version="4.8.0-beta00016" />
       <PackageReference Include="Lucene.Net.Analysis.Common" 
Version="4.8.0-beta00016" />
       <PackageReference Include="Lucene.Net.QueryParser" 
Version="4.8.0-beta00016" />
     </ItemGroup>
   </Project>`


-- 
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: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to