sej69
sej69
I've got two issues, I'll open a second request for the other one. I'm looking at migrating MS AD code over to your library because of the async methods available...
I'm working on migrating code over to your library because of the async methods. In MSAD I opened the connection and maintained that throughout the processing because of the time...
When I created my first AD service about 15 years ago, I found a bug in the C# AD library that would occasionally hang onto a connection and forget that...
I started writing a method to test authentication and testing (and writing catches) for scenarios that may occur. I then noticed that every error message that pops up seems to...
I'm not 100% sure if I'm doings this right, but I believe so according to the docs. This is the unit test: (yes I know there are no assertions) public...
I was just comparing my non-async class with your ldap4net and realized that there are a few things that seem to be missing? I'm guessing AddAsync can also add a...
### Describe the bug iOS (iPAD 10) There could be two issues here. First, I don't know if it's a typo by Vladislav Antonyuk but on this page: https://devblogs.microsoft.com/dotnet/speech-recognition-in-dotnet-maui-with-community-toolkit/ It...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [X]...
Hello, I'm attempting to use your library in my project. I haven't linked an external library into a .net maui project yet. I linked the library like this in my...
I've been working on my own voice recognition using plugin.maui,.audio and got that working on Android, IoS, and Windows. I started to add in playback items like wake tones. This...