nepalbhasa
nepalbhasa
CC#
Created by nepalbhasa on 3/1/2023 in #help
Blazor Web Assembly SingleOrganization - Failed to find a valid digest in the 'integrity' attribute
Hi all, I fixed this issue by deleting all bin and obj folders by including rm -r for server, client, shared, as well as my custom data projects.
3 replies
CC#
Created by nepalbhasa on 9/11/2022 in #help
natural sort
one problem is how I will deal with a case if I get an unexpected input. right now this will cause the whole application to throw. I will check into it later but wanted to mention that here in case someone else reads this and decides to implement this.
19 replies
CC#
Created by nepalbhasa on 9/11/2022 in #help
natural sort
perfect, thank you guys. I knew it had to be something simple like that
19 replies
CC#
Created by nepalbhasa on 9/11/2022 in #help
natural sort
yes like that
19 replies
CC#
Created by nepalbhasa on 9/11/2022 in #help
natural sort
I was hoping something like strings.OrderBy(x => x, naturalsort)
19 replies
CC#
Created by nepalbhasa on 9/11/2022 in #help
natural sort
I was hoping I could avoid writing any code for this :/
19 replies
CC#
Created by nepalbhasa on 9/11/2022 in #help
natural sort
well my input is a list of strings and sadly this is just for like a foreach of IEnumerable<string> to show a list of strings and the user picks a radio button.
19 replies
CC#
Created by nepalbhasa on 9/11/2022 in #help
natural sort
or is there a better way?
19 replies
CC#
Created by nepalbhasa on 9/11/2022 in #help
natural sort
were you thinking something like this? https://dotnetfiddle.net/MjH2Jo
19 replies
CC#
Created by nepalbhasa on 9/11/2022 in #help
natural sort
I made a dotnet fiddle https://dotnetfiddle.net/MjH2Jo
19 replies
CC#
Created by nepalbhasa on 9/11/2022 in #help
natural sort
yes they are
19 replies