Stef Heyenrath
Stef Heyenrath
1. The code is trying to read the config.xml from SyncThing, which maybe fails when you don't have SyncThing installed. 2. The SyncthingConfig.cs is generated (I think) from the config.xml...
It would be useful to have this. It makes the API more clean.
StrongNaming is very easy, just follow these steps: 1] create a key `sn -k RestEase.snk` 2] edit csproj file, add these 2 lines in the element ``` xml RestEase.snk true...
@Nick-Lucas It seems that StrongNamer is not supported in `dotnet` (.net core projects)?
Hello @canton7, sorry to bother you about this issue. but do you have any update on this?
A simple workaround could be: ``` cs public class MeasurementWrapper : Dictionary { public MeasurementWrapper(Measurement m) { Add("v", m.V); Add("id", m.Id); } } ````
@canton7 I've updated the readme