Koddek

Results 11 comments of Koddek

if( val != null &&= "some value"){ // do stuff } is this if statement a use case for the "assignment operators" feature?

@bezysoftware My goal was to verify the existence of the email that was passed in as an argument. I assumed that the function would return null or something similar if...

@domsse @Mustimain were you working on a .NET MAUI app? I can't get SmtpClient to work on .NET MAUI.

Hi @domsse, thanks for your reply > What did you do? Do you have a sample code for me where it doesn't work? I created a clean .NET MAUI app....

> Hey there, did you try installing this as a nuget package or as a `dotnet tool`? as a nuget package

Running the test project as a console application (what I believe is referred to as CLI) works. I tried invalidating the cache, restarting, and rebuilding, all to no avail. Within...

@brendonparker No I have not reached out yet. Since I seemed like the only one I was not sure if the problem was on my end. You could go ahead...

> With 0.21.7 it always seems to work for me, from 0.21.13 it no longer works. Same for me. I was not clear in what I wrote. What I should...

I can confirm that the issue is fixed on Rider 2025.1.4. Tested and working with the latest TUnit v0.25.21. This issue can be closed. Thanks.

I quickly threw together a basic generator that seems to work with LiteDB. All the code is in one file. It could help address the issue. Check out [Primify](https://github.com/koddek/Primify)