To ask questions about the Digi IoT for Maui Library go to the Digi Forum.
The way to report bugs is to use the GitHub issue tracker. Before reporting a bug, please read the following points:
- Make sure that it is really a bug by checking the documentation.
- If you still think you have found a bug, make sure someone has not already reported it. See the list of known issues.
- If it has not been reported yet, create a new issue. Make sure to add enough detail so that the bug can be reproduced.
Note: The issue tracker is for bugs, not requests for help. Questions should be asked on the Digi Forum instead.
- Consult the documentation to ensure that the behavior you would like is not excluded.
- Make sure someone has not already requested it. See the list of known issues.
- Submit your request in the issue tracker.
- Fork the Digi IoT Library for .NET MAUI repository (how to fork a repo).
- Create a branch for your contribution. Use a name that defines the purpose of the additions/modifications.
- Make your changes following the code style used in the library.
- Submit a pull request (how to create a pull request). A project developer will review your work and then merge your request into the project, or come back to you with comments and/or questions.