𝗝𝗮𝗺𝗲𝘀
𝗝𝗮𝗺𝗲𝘀
CC#
Created by 𝗝𝗮𝗺𝗲𝘀 on 9/18/2024 in #help
Does structs generate inaccessible copies?
but as far as i understood, the only certain way is to pass everything ref
12 replies
CC#
Created by 𝗝𝗮𝗺𝗲𝘀 on 9/18/2024 in #help
Does structs generate inaccessible copies?
Im trying to figure out practices to avoid Inacessible copies when handling structs in methods and stuff
12 replies
CC#
Created by 𝗝𝗮𝗺𝗲𝘀 on 9/18/2024 in #help
Does structs generate inaccessible copies?
@canton7, thanks for the return. I'm not really educated on reading those, can you enlighten more about what is happening in the JIT behind the scenes.
12 replies
CC#
Created by 𝗝𝗮𝗺𝗲𝘀 on 9/18/2024 in #help
Does structs generate inaccessible copies?
@sibber 🇵🇸 ¯\_(ツ)_/¯
12 replies
CC#
Created by 𝗝𝗮𝗺𝗲𝘀 on 9/18/2024 in #help
Does structs generate inaccessible copies?
Found this article that reinforces the usage of fields instead of properties in these specific cases discussed in it as being one of possible solutions to reduce copy overhead https://devblogs.microsoft.com/premier-developer/the-in-modifier-and-the-readonly-structs-in-c/
12 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
anyway, i wish you only the best. Hopes you'll find a way to solve your problem. If you get endup stuck and don't know what to do, as crazy as it sounds, maybe starting from scratch will give you an understanding of where you have made a mistake
27 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
how are you supposed to develop blindfolded
27 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
You should probably contact your superior then
27 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
did it work? @Tabarnak
27 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
that should help you with that just make sure you put up the correct path
27 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
which was causing the issue
27 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
when i change the work folder, it will now look the wwwroot at my project's directory, not the debug one
27 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
here's what i do in my project. (first line of Program.main().cs)
#if DEBUG
Environment.CurrentDirectory = @"..\..\..\..\src\RPAIntegrator";
#endif
#if DEBUG
Environment.CurrentDirectory = @"..\..\..\..\src\RPAIntegrator";
#endif
27 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
@Tabarnak i just realized a way to solve possibly solve it
27 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
See if your bin folder has a wwwroot folder also, if there isn't any then goes the next guess
27 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
the first thing that comes to mind is when you compile,
wwwroot/
index.html
wwwroot/
index.html
gets copied to
bin/wwwroot/
index.html
bin/wwwroot/
index.html
therefore, no changes applied to wwwroot/index.html would be perceptible until next compilation. Can you check if that's what causing the issue?
27 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
im assuming that reloading the page doesn't work, right?
27 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
There is also issues related to Blazor and compilation caching. That may not be your problem but i would strongly recommend for you to clear the cache files to see if the problem just goes away. - Close your IDE and go to the project root folder - Delete .vs folder - Goto %AppData%/../Local/Microsoft/VisualStudio/17.0_{your_version}/ComponentModelCache - Delete everything inside
27 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
No description
27 replies
CC#
Created by Mozzarella on 6/7/2024 in #help
Visual studio 2022 community Jquery ,Js, html hot reload
No description
27 replies