Tobonautilus
Tobonautilus
CC#
Created by Tobonautilus on 5/12/2024 in #help
✅ Added CORS feature to Blazor WASM - I cannot find the file to put it in
Solution: It is not meant to work like that. WASM Standalone is just capable of using its own server's data
4 replies
CC#
Created by Tobonautilus on 5/12/2024 in #help
✅ Added CORS feature to Blazor WASM - I cannot find the file to put it in
!close
4 replies
CC#
Created by Tobonautilus on 4/29/2024 in #help
The combination of `StringEnumConverter` and `EnumMember` does not work
thanks for the insights!
56 replies
CC#
Created by Tobonautilus on 4/29/2024 in #help
The combination of `StringEnumConverter` and `EnumMember` does not work
w00t?!
56 replies
CC#
Created by Tobonautilus on 4/29/2024 in #help
The combination of `StringEnumConverter` and `EnumMember` does not work
As a swift developer, enums are mighty AF with payloads, type-safety, etc. The C# word is a bit basic 😄
56 replies
CC#
Created by Tobonautilus on 4/29/2024 in #help
The combination of `StringEnumConverter` and `EnumMember` does not work
At least I'm not the onloy one who fall into this "trap": https://github.com/dotnet/runtime/issues/74385#issuecomment-1727384007
56 replies
CC#
Created by Tobonautilus on 4/29/2024 in #help
The combination of `StringEnumConverter` and `EnumMember` does not work
yep
56 replies
CC#
Created by Tobonautilus on 4/29/2024 in #help
The combination of `StringEnumConverter` and `EnumMember` does not work
I guess you're right from where I come aka Swift, there's a simple build-in string representation for enums, I think I have to learn more than just the code 😄
56 replies
CC#
Created by Tobonautilus on 4/29/2024 in #help
The combination of `StringEnumConverter` and `EnumMember` does not work
@reflectronic thanks for the tip!
56 replies
CC#
Created by Tobonautilus on 4/29/2024 in #help
The combination of `StringEnumConverter` and `EnumMember` does not work
@TeBeClone yep, you're right. I need to have a "readable" json file, but I want type-safety in my C# code.
56 replies
CC#
Created by Tobonautilus on 1/16/2024 in #help
Is there any possibility to iterate over all files in wwwroot/myfolder using Blazor WASM?
Thanks you all. I think my new approach will be, have a Action running before deplyoing the app that smashes all mardown files into a json file and than fetch just the json file via http which is no problem.
11 replies
CC#
Created by Tobonautilus on 1/1/2024 in #help
Does .NETZ MAUI rightly have the reputation of being half-baked?
Oh okay thanks for your feedback
8 replies