serilog / serilog-sinks-xamarin

A Serilog sink that writes events to Xamarin mobile targets
Apache License 2.0
55 stars 18 forks source link

Bug: Namespace Xamarin does not exist #19

Closed RLittlesII closed 4 years ago

RLittlesII commented 4 years ago

Note: for support questions, please ask on StackOverflow: https://stackoverflow.com/questions/tagged/serilog . This repository's issues are reserved for feature requests and bug reports.

Do you want to request a feature or report a bug?

Bug

What is the current behavior?

It seems the dll being built doesn't have file inside.

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

Install Serilog.Sinks.Xamarin 02.0.57

What is the expected behavior?

It should resolve Serilog.Sinks.Xamarin

What is the motivation / use case for changing the behavior?

I consolidated projects to a single project, in hopes to make maintenance easier. I mus have overlooked a step as the files don't seem to load to the dll's output.

Which versions of Serilog, and which platform / OS are affected by this issue? Did this work in previous versions of Serilog?

Version 0.2.0.57

https://www.nuget.org/packages/Serilog.Sinks.Xamarin/0.2.0.57

Other information (e.g. stacktraces, related issues, suggestions how to fix)