Anyone had a proper crack at it yet?
I've been using it for all my .Net work and the only real benefit I'm seeing it the "live" view of variable values while debugging, which is really helpful tbf.
None of my projects are big enough to comment on build times or anything like that and I don't use any of the AI stuff.
I came across my first real issue this morning though. I added a parameter to a service method and its interface, but the references to the method in my controller weren't "seeing" the new parameter. F12 took me to an old decompiled version. No amount of cleaning & rebuilding fixed the problem.
I opened the solution in VS2022 and hey presto it works as expected.
I've been using it for all my .Net work and the only real benefit I'm seeing it the "live" view of variable values while debugging, which is really helpful tbf.
None of my projects are big enough to comment on build times or anything like that and I don't use any of the AI stuff.
I came across my first real issue this morning though. I added a parameter to a service method and its interface, but the references to the method in my controller weren't "seeing" the new parameter. F12 took me to an old decompiled version. No amount of cleaning & rebuilding fixed the problem.
I opened the solution in VS2022 and hey presto it works as expected.
Last edited: