Kittyfisto / Tailviewer

Open source log file viewer
https://kittyfisto.github.io/Tailviewer/
MIT License
200 stars 37 forks source link

Plugin Archiver should enforce DataContract rules at compile time #177

Closed Kittyfisto closed 5 years ago

Kittyfisto commented 5 years ago

Now that the plugin archiver is responsible for collecting the list of serializable types (in order for it to be stored in the plugin's index), it should enforce certain things which normally would only be caught at runtime such as:

The archiver should, upon finding those things, print errors with proper instructions on how to fix them.

Kittyfisto commented 5 years ago

Fixed with v0.8.0