Jump to content

Building and Debugging the Server


StoneMonkeyMark

Recommended Posts

StoneMonkeyMark

Is it OK to build and debug the server as part of helping solve bugs?

I have just followed the obvious so far and have compiled the installer, but in building the server I have issues that I cant get around.

I used VS2015 and Fody complained with: Unknown custom metadata item kind: 6

Googling showed that this was a known issue so I tried to update to the latest Fody, but now I get.

 

Severity

Code

Description

Project

File

Line

Error

 

Fody: You don't seem to have configured any weavers. Try adding a Fody nuget package to your project. Have a look here http://nuget.org/packages?q=fody for the list of available packages.

MediaBrowser.Model

 

 

 

But in the old version there was nothing in the current github code anyway.

<?xml version="1.0" encoding="utf-8" ?>

<Weavers>

 

</Weavers>

 

This whole area of packages and nuget is something I am not used to and would like to just trust and get on to the C#, so is there an easy fix?

Thanks

MarkB

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...