Forum Widgets
Latest Discussions
Review GitHub Pull Requests in Visual Studio 2022
Used the GitHub Extension for Visual Studio 2019 to review Pull Requests. Now it looks like that extension is included in VS 2022. However, when going to 'Git/GitHub/View Pull Requests' it redirects me to the browser. Do you know how you can review pull requests in VS 2022 ?CristianG31Nov 23, 2021Copper Contributor9.6KViews7likes5CommentsWhat's the future of RDLC ("client-side SSRS", aka "ReportViewer")?
This is the information I could gather so far: Getting an RDLC renderer for .NET 5+ is currently the fourth highest-voted feature on the SQL Server user wishlist. Unfortunately, there are currently no plans to do that (see the comments here). There are some enthusiast ports/recompilations floating around on github and nuget, but they are not official. The SQL Server Reporting Services Team Blog is dead, the last entry is from 2018. There's a third-party company providing an RDLC renderer, but Microsoft acquired them in 2018. Nothing has been heard since. There is currently no ReportViewer designer for Visual Studio 2022. Getting one is currently the fourth highest-voted feature on the Visual Studio 2022 wishlist. From a business perspective, I can totally understand that Microsoft is not giving this highly-loved feature the resources it needs. After all, they are basically giving away a great reporting engine for free, undermining their own SQL Server and Power BI sales. And they are not even hiding the fact that they'd rather have people purchase Power BI subscriptions, which is perfectly fine. They are a company, not a charity. Unfortunately, adding a dependency to a third-party cloud service is a no-go for many software development scenarios. Thus, I would like to start a discussion on the following points: It seems to me that MS no longer wants people to use their RLDC reporting engine in new projects. Is this observation correct? If you have a large repository of RDLC reports in your project, what are your migration plans? Are there drop-in replacements from third parties? Would Microsoft consider open-sourcing the RLDC engine, so that the community can "keep the product alive" for legacy scenarios and prevent this from being a blocker in .NET 5+ migrations? Best regards HeinziHeinziATNov 10, 2021Brass Contributor12KViews7likes0Comments“Sqlyog远程连接Linux失败(错误:1251)”,已解决。
软件设施:Windows MySQL 5.7 Linux MySQL8 远程连接工具:finashell 问题:使用Navicat时可以进行远程连接,当使用Sqlyog时报错:1251。 解决步骤:打开finashell 连接 mysql -uroot -p 进入mysql。 显示“%validate%”等变量; 指令调出 #查看密码策略# 设置全局validate_password.policy=0; 指令调出#设置密码策略,设置为弱口令# ALTER USER 'root'@'%' 用 'new_password mysql_native_password标识(输入新设置密码)'; 重新使用Sqlyog连接,成功。 附言:操作之前,本人Linux主机上已自定义设置了密码,最后一步操作时可以输入原自定义密码作为新密码。Wang-ChenhuiAug 15, 2022Copper Contributor1.5KViews1like0CommentsUWP SDK version issue (Your project does not reference "UAP,Version)
In UWP apps, does anyone know how to get rid of the following errors permanently? This happens when I switch between GIT branches where the source code is targeted to different Windows SDK versions. Your project does not reference "UAP,Version=v10.0.18362" framework. Add a reference to "UAP,Version=v10.0.18362" in the "frameworks" section of your project.json and then re-run NuGet restore. BoardPACWinAppBO NOTE: By removing bin and obj folders + cleaning the project + close and reopening VS randomly fix this issue. But this is not convenient. I'm using the latest version of VS 2022.SolvedsurensalukaFeb 08, 2022Copper Contributor3.2KViews1like3CommentsLet's remember how Visual Studio 2022 could eat up 100 GB of memory
Visual Studio 2022 is out! I think it's a good point to recall an interesting bug in VS 2022 Preview 3. How could Visual Studio 2022 eat up more than 100 GB of memory and what did XML bombs have to do with it? I've described it here in more detail. Enjoy reading! 🙂 Now the bug is fixed, and you can limit the number of XML entity references. 🙂 I would like to take this opportunity to congratulate Visual Studio and .NET development teams. Good job!_SergVasiliev_Nov 08, 2021Copper Contributor1.3KViews1like0Comments