Skip to content

Conversation

skomis-mm
Copy link
Contributor

@skomis-mm skomis-mm commented Jul 3, 2017

Basically adds an empty UWP project (SDK = 10.0.10586) to the test folder and references Serilog to activate .NET Native on build. I didn't include this project to the solution to avoid tooling dependency. For the same reason build script was moved to a separate file. Not sure if its correct though.

@skomis-mm
Copy link
Contributor Author

First pass reported incorrect success, needs some tweaking

- exit with non zero-code on error
@skomis-mm
Copy link
Contributor Author

skomis-mm commented Jul 3, 2017

second pass failed correctly. Let's try the workaround for #993

@nblumhardt
Copy link
Member

LGTM; just one nit - could we call the UWP project Serilog.UwpTest, (UwpTests?) or, put it under sample/UwpDemo? The name jumps out at me as "an implementation of Serilog for UWP", otherwise.

@skomis-mm
Copy link
Contributor Author

skomis-mm commented Jul 4, 2017

  • renamed to Serilog.UwpTests to match other project names in that folder
  • changed project type to unit test project so ideally tests can also be added and run on that runtime in the future (for now its impossible since Visual Studio 2017 image runs on Windows Server 2016 on AppVeyor)

@nblumhardt nblumhardt merged commit f989fd6 into serilog:dev Jul 4, 2017
@nblumhardt nblumhardt mentioned this pull request Nov 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants