A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
How to filter issues in Visual Studio Developer Community or display more than 1000 issues
The developer community website does display pages > 25, with 40 issues per page than means that only 1000 issues are browseable, where C++ problems represents 7600 issues (https://developercommunity.visualstudio.com/search?space=62&ftype=problem).
https://developercommunity.visualstudio.com/search?space=62&ftype=problem&page=25 works but
https://developercommunity.visualstudio.com/search?space=62&ftype=problem&page=26 doesn't.
Is there other ways to filter the issues, other than typing random words in search bar, so I can manage to extract ~1000 issues at a time ? I tried to browse the webpage sources for quite a long time to find if there are other parameters I can pass to the URL. I found a pageSize parameter but it does not support more than 40 issues per page and other attempts were unsuccessful.
I really need to extract a complete known issues list of VS/C++ due to medical software development norms requesting a periodic review of known issues in the tools used.