serilog-sinks-elasticsearch icon indicating copy to clipboard operation
serilog-sinks-elasticsearch copied to clipboard

error NU1605: MyApp -> Serilog.Sinks.Elasticsearch 8.5.0-alpha0003 -> Serilog.Sinks.File 4.0.0 -> System.IO.FileSystem 4.0.1 -> System.Runtime.Handles (>= 4.0.1)

Open doug62 opened this issue 3 years ago • 0 comments
trafficstars

A few questions before you begin:

Is this an issue related to the Serilog core project or one of the sinks or community projects.
This issue list is intended for Serilog Elasticsearch Sink issues. If this issue relates to another sink or to the code project, please log on the related repository. Please use Gitter chat and Stack Overflow for discussions and questions.

Does this issue relate to a new feature or an existing bug?

  • [ X ] Bug
  • [ ] New Feature

What version of Serilog.Sinks.Elasticsearch is affected? Please list the related NuGet package. Previous to current alpha

What is the target framework and operating system? See target frameworks & net standard matrix.

NetCore 6

Please describe the current behavior?

While: RUN dotnet publish "MyApp.csproj" -r $BUILD_TARGET -c Release -o /app/publish /p:PublishSingleFile=true /p:IncludeNativeLibrariesForSelfExtract=true --self-contained true

I receive error NU1605: MyApp -> Serilog.Sinks.Elasticsearch 8.5.0-alpha0003 -> Serilog.Sinks.File 4.0.0 -> System.IO.FileSystem 4.0.1 -> System.Runtime.Handles (>= 4.0.1)

Please describe the expected behavior? Clean compile

If the current behavior is a bug, please provide the steps to reproduce the issue and if possible a minimal demo of the problem

doug62 avatar Apr 14 '22 01:04 doug62