Is there any sort of migration guide from the classic QDK to the modern QDK. When I am trying to use functions, I keep running into this
This documentation refers to the Classic QDK, which has been replaced by the Modern QDK. Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.
However, the link just goes to the repository. It has been frustrating to try and figure out some of the new syntax changes e.g.
using (...) to use
and also how many of the functions simply do not exist or take in completely different arguments now.