Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ Visual Studio 2019 version 16.6 Preview 2 Brings New Features Your Way

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š Visual Studio 2019 version 16.6 Preview 2 Brings New Features Your Way


๐Ÿ’ก Newskategorie: Programmierung
๐Ÿ”— Quelle: devblogs.microsoft.com

Visual Studio 2019 version 16.6 Preview 2 comes with several new, exciting capabilities for you to try today.ย  We recognize that everyone is facing unprecedented stress and concerns with current world events. The Visual Studio team are all working from home and learning how to navigate the challenges that brings to our day-to-day lives.ย  Alas, even in these uncertain times, the team is extremely excited to bring you this latest update. Visual Studio 2019 version 16.6 Preview 2 comes with several new capabilities for you to try. Also, you have the opportunity to offer feedback in Developer Community.ย  As you download and try these new features, we would like to extend our warmest wishes to your health and safety through the upcoming weeks.

Version Control

First of all, we are revamping our Git functionality to provide an improved experience when working with code on remote Git hosting services. You can begin working on code by browsing online GitHub or Azure repositories through Visual Studio and cloning them locally. For new projects, you can initialize the Git repository and push it to be hosted on GitHub with a single click. Once the code is loaded in Visual Studio, the new Git tool window consolidates all the Git operations having to do with your code.

Additionally, this feature streamlines the complex navigation for Git that used to live within Team Explorer. The new window minimizes context-switching between tools and applications by focusing on your daily developer workflows with actions like commit, pull, push, stash, and more. From the tool, you can quickly jump to workflows like the new branching experience. Last, there is also a new top-level Git menu to easily find all of your Git commands. This servers as a replacement of the old Teams menu. We continue to work hard to provide a first-class Git and GitHub experience in Visual Studio, and this is just the beginning.

Git Integration Demo
Git Functionality Demo in Visual Studio 2019 version 16.6 Preview 2
Improved Snapshot Debugging Experiences

Based on customer feedback, we wanted to minimize the friction involved in using Snapshot Debugger for the first time. You can now install Snapshot Debugger on Azure App Services (ASP.NET Core 3.1) without requiring a restart. This enables you to debug and diagnose live issues without interruption to your service! Attaching to Snapshot Debugger with Visual Studio Enterprise requires an install of the Snapshot Debugger site extension on your App Service deployment. This process previously required a restart.

New .NET Async Tool

Visual Studio 2019 version 16.6 Preview 2 has a new .NET Async tool as part of the Performance Profiler suite of tools. This adds ease to understanding and optimizing async/await code in .NET. Basically, you can use this tool to get exact timing information for a variety of tasks including how long they waited to be dispatched to a thread, how long it took to complete, and if the tasks were chained together.

New Multi-target JavaScript/TypeScript debugging and Service Worker Support

The JavaScript/TypeScript debugger now supports debugging service workers, web workers, iFrames, and your page JavaScript all at the same time! In addition, the new debugging experience adds support for debugging your back-end node server applications and client-side JavaScript in the browser simultaneously.

.NET Productivity

Almost always providing new updates, the .NET team has added an explicit cast when an expression cannot be implicitly cast. You can access this functionality by placing your cursor on the error and pressย Ctrl+ to trigger theย Quick Actions and Refactoringsย menu. The option to Add explicit cast beomes available at that point.

ย 

Add explicit cast in .NET
Add explicit cast in .NET

ย 

Another feedback implementation coming into the product is the ability to automatically generate file headers to existing files, projects, and solutions by using an EditorConfig. If youโ€™d like to give this a try, you can add theย file_header_template rule to your EditorConfig file. Next, set the value to equal the header text you would like applied.

ย 

Visual Studio 2019 version 16.6 Preview 2 Automatically Generate File Headers to Existing Files
Visual Studio 2019 version 16.6 Preview 2 Automatically Generate File Headers to Existing Files

ย 

Once your cursor is on the first line of any C# or Visual Basic file, you can useย Ctrl+ to trigger theย Quick Actions and Refactorings menu where the option toย Add file banner becomes available. From here you can apply the file header of an existing project or solution by clickingย Fix all occurences in.ย We think this adds some great functionality.ย  Do you?

ย 

Visual Studio 2019 version 16.6 Preview 2 Add File Banner
Visual Studio 2019 version 16.6 Preview 2 Add File Banner

ย 

Also in .NET, you can simplify conditional expressions by removing unnecessary code using the new Simplify conditional expression refactoring capability. Once again,ย Ctrl+ย is the pathway to finding the menu option forย Simplify conditional expression.ย  Be sure to give this a try!

ย 

Visual Studio 2019 version 16.6 Preview 2 Simplify Conditional Expressions
Visual Studio 2019 version 16.6 Preview 2 Simplify Conditional Expressions

ย 

Convert Verbatim and Regular Strings

Additionally, from the same menu, a new option,ย Convert verbatim string allows you to convert regular string literals to verbatim string literals. The converse is also true where you canย Convert to regular string from verbatim strings.

ย 

16.6 Preview 2 .NET Convert to verbatim string
Visual Studio version 16.6 Preview 2 .NET Convert to verbatim string

ย 

Visual Studio 2019 version 16.6 Preview 2 convert to regular string
Visual Studio 2019 version 16.6 Preview 2 convert to regular string

ย 

ML.NET Model Builder

With the new ML.NET Model Builder, you can easily build and consume machine learning models for text classification, value prediction, recommendation, and image classification in your .NET applications. All you need to do is select your ML scenario and choose your dataset. Model Builder will take care of training models, selecting the best model for your data, and generating the .NET code for consuming the model in your app. You can even scale out to the cloud and take advantage of Azure Machine Learning for image classification models without leaving Visual Studio or .NET.

Updates to the Publish Experience

Publishing now offers a new wizard-like experience for creating new publish profiles. This tool guides you through your various options. Even if some Visual Studio components are missing from your installation, you will still have access to the full set of publishing targets and options. Consequently, any of your missing components will be identified and requested to be installed on demand. The publish profile summary page has also been updated to match the new experience available under the Connected Services tab for configuring dependencies to Azure services as detailed above.

ย 

WebTools Demo Dev16 6 P2
Configuring Azure Services Emulators in Visual Studio 2019 version 16.6 Preview 2
Additions to C++

We have added Ninja support for CMake for Linux/WSL. Now, you can use Ninja as the underlying generator when building CMake projects on WSL or a remote system. In addition, Ninja is now the default generator when you are adding a new Linux or WSL configuration. In addition, we have added simplified debugging templates for remote CMake debugging.

We have also improved Doxygen & XML comment generation support by adding theย /** trigger sequence and enhancing member list tooltips.

Visual Studio 2019 version 16.6 Preview 2 C++ XML Document Commenter
Visual Studio 2019 version 16.6 Preview 2 C++ XML Document Commenter

ย 

On the same line of adding helpful support, our IntelliSense code linter now underlines code errors and suggests quick fixes in C++ projects. You can enable this tool under Tools > Options > Environment > Preview Features > IntelliSense code linter for C++.

Visual Studio 2019 version 16.6 Preview 2 IntelliSense Linter
Visual Studio 2019 version 16.6 Preview 2 IntelliSense Linter

ย 

The C++ team has put together blog posts on the Linter and XML commenter if you would like to know more.

In Summary

We have been working hard to keep bringing enhancements to the product. Also, we continue to address any issues brought up in Developer Community, so we invite you to participate with any issues or suggestions. Thank you for giving these features a try! If youโ€™d like additional information on what we are working on next, check out the newly updated Visual Studio 2019 product roadmap. Meanwhile, we hope you and your loved ones stay healthy and safe.

The post Visual Studio 2019 version 16.6 Preview 2 Brings New Features Your Way appeared first on Visual Studio Blog.

...



๐Ÿ“Œ Visual Studio 2019 version 16.6 Preview 2 Brings New Features Your Way


๐Ÿ“ˆ 59.37 Punkte

๐Ÿ“Œ Visual Studio 2019 version 16.3 Preview 2 and Visual Studio for Mac version 8.3 Preview 2 Released!


๐Ÿ“ˆ 56.06 Punkte

๐Ÿ“Œ New XAML Features in Visual Studio | Visual Studio Toolbox


๐Ÿ“ˆ 38.55 Punkte

๐Ÿ“Œ Visual Studio Toolbox Live - What's New in Visual Studio Version Control?


๐Ÿ“ˆ 37.1 Punkte

๐Ÿ“Œ Uniting all containers and Kubernetes fans in this Visual Studio 2019 session | Visual Studio 2019 Launch Event


๐Ÿ“ˆ 36.23 Punkte

๐Ÿ“Œ Whatโ€™s New in Visual Studio for Mac 2019 | Visual Studio Toolbox


๐Ÿ“ˆ 35.8 Punkte

๐Ÿ“Œ Visual Studio for Mac: Improve your Debugging Experience with these Tips | Visual Studio Toolbox


๐Ÿ“ˆ 33.03 Punkte

๐Ÿ“Œ Kalenderwoche 42/2018 fรผr Entwickler im Rรผckblick: Visual Studio 2019, Visual Studio for Mac, .NET Core 2.2 und mehr


๐Ÿ“ˆ 32.88 Punkte

๐Ÿ“Œ Visual Studio 2019 Launch: A tour of Visual Studio for Mac for .NET development


๐Ÿ“ˆ 32.88 Punkte

๐Ÿ“Œ Visual Studio 2019 Launch: A tour of Visual Studio for Mac for .NET development


๐Ÿ“ˆ 32.88 Punkte

๐Ÿ“Œ Visual Studio 2019 Launch: A tour of Visual Studio for Mac for .NET development


๐Ÿ“ˆ 32.88 Punkte

๐Ÿ“Œ Visual Studio 2019 Launch: To the cloud with Visual Studio and Azure


๐Ÿ“ˆ 32.88 Punkte

๐Ÿ“Œ Visual Studio 2019 Launch: To the cloud with Visual Studio and Azure


๐Ÿ“ˆ 32.88 Punkte

๐Ÿ“Œ Visual Studio and Azure Sphere | Visual Studio 2019 Launch Event


๐Ÿ“ˆ 32.88 Punkte

๐Ÿ“Œ Expanding Visual Studio 2019 support for Visual Studio Codespaces


๐Ÿ“ˆ 32.88 Punkte

๐Ÿ“Œ Whatโ€™s New in Visual Studio 2019 version 16.5 Preview 2 for C++, Xamarin, and Azure Tooling Experiences


๐Ÿ“ˆ 32.63 Punkte

๐Ÿ“Œ Visual Studio for Mac: New Editor | Visual Studio Toolbox


๐Ÿ“ˆ 32.45 Punkte

๐Ÿ“Œ Visual Studio Toolbox Live - What's New in Visual Studio 16.9?


๐Ÿ“ˆ 32.45 Punkte

๐Ÿ“Œ Visual Studio Toolbox Live - What's New in Visual Studio 16.10?


๐Ÿ“ˆ 32.45 Punkte

๐Ÿ“Œ Visual Studio Toolbox Live - What's New in Visual Studio for Mac: Release Candidate!


๐Ÿ“ˆ 32.45 Punkte

๐Ÿ“Œ Visual Studio Toolbox Live - What's New in Visual Studio 17.3?


๐Ÿ“ˆ 32.45 Punkte

๐Ÿ“Œ Visual Studio Toolbox Live - What's New in Visual Studio 17.5?


๐Ÿ“ˆ 32.45 Punkte

๐Ÿ“Œ Visual Studio Toolbox Live - What's New in Visual Studio 17.9?


๐Ÿ“ˆ 32.45 Punkte

๐Ÿ“Œ Visual Studio 2019 version 16.1 now generally available (and 16.2 Preview 1 as well)


๐Ÿ“ˆ 29.7 Punkte

๐Ÿ“Œ Visual Studio 2019 version 16.2 Preview 2


๐Ÿ“ˆ 29.7 Punkte

๐Ÿ“Œ Visual Studio 2019 for Mac version 8.1 is now available (and a Preview for 8.2)


๐Ÿ“ˆ 29.7 Punkte

๐Ÿ“Œ Visual Studio 2019 version 16.2 Generally Available and 16.3 Preview 1


๐Ÿ“ˆ 29.7 Punkte

๐Ÿ“Œ Visual Studio 2019 for Mac version 8.2 is now available (and a Preview for 8.3)


๐Ÿ“ˆ 29.7 Punkte

๐Ÿ“Œ Visual Studio 2019 for Mac version 8.3 Preview 3, now available


๐Ÿ“ˆ 29.7 Punkte

๐Ÿ“Œ Visual Studio 2019 for Mac version 8.4 Preview 2, now available


๐Ÿ“ˆ 29.7 Punkte

๐Ÿ“Œ Visual Studio 2019 for Mac version 8.4 Preview 4 is now available


๐Ÿ“ˆ 29.7 Punkte

๐Ÿ“Œ CMake, Linux targeting, and IntelliSense improvements in Visual Studio 2019 version 16.5 Preview 2


๐Ÿ“ˆ 29.7 Punkte

๐Ÿ“Œ Improvements to XAML tooling in Visual Studio 2019 version 16.7 Preview 1


๐Ÿ“ˆ 29.7 Punkte

๐Ÿ“Œ Visual Studio 2019 for Mac version 8.5 Preview 2 is available


๐Ÿ“ˆ 29.7 Punkte

๐Ÿ“Œ Visual Studio for Mac: How to Report a Problem | Visual Studio Toolbox


๐Ÿ“ˆ 29.53 Punkte











matomo