Orc.Feedback

NameBadge
ChatJoin the chat at https://gitter.im/WildGums/Orc.Feedback
DownloadsNuGet downloads
Stable versionStable version
Unstable versionUnstable version
Find the source at https://github.com/WildGums/Orc.Feedback.

Allows the user to easily get feedback from the end-user.

Initializing the service

It is very important to initialize the service. It can be done by retrieving it from the service locator and update the required data:

var dependencyResolver = this.GetDependencyResolver();
var feedbackService = dependencyResolver.ResolveType<IFeedbackService>();

feedbackService.SomeProperty = "http://myfeedbackwebsite";

Contributions

We would like to thank the following contributors:

Want to contribute to the documentation? We have a guide for that!


Questions

Have a question about Catel or WildGums controls? Use StackOverflow with the Catel tag!