Showing results for .NET Core - .NET Blog

Mar 22, 2022
Post comments count6
Post likes count4

Go To Definition improvements for external source in Roslyn

David Wengier
David Wengier

An in depth look at improvements to Go To Definition (and Go To Implementation, and Go To Base, etc.) allowing you to navigate to source code that isn't in your current solution, but instead comes from external dependencies.

.NET.NET Core.NET Framework
Dec 15, 2021
Post comments count10
Post likes count0

Announcing the Plan for EF7

Jeremy Likness
Jeremy Likness

See what the .NET data team has on the roadmap for Entity Framework Core 7.

.NET.NET CoreEntity Framework
Nov 18, 2021
Post comments count12
Post likes count0

Infer# v1.2: Interprocedural Memory Safety Analysis For C#

Xin Shi
Xin Shi

Infer# v1.2 brings the first interprocedural race condition detection to .NET. Use it today locally in Windows via WSL2 or directly in continuous integration via Azure Pipelines or GitHub Actions.

.NET.NET CoreStatic Analysis
Nov 10, 2021
Post comments count7
Post likes count2

Announcing dotnet monitor in .NET 6

Sourabh Shirhatti [MSFT]
Sourabh Shirhatti [MSFT]

Introducing the first release of dotnet monitor, a diagnostics tool for .NET applications

.NET.NET CoreContainers
Nov 9, 2021
Post comments count23
Post likes count0

Announcing YARP 1.0 Release

Sam Spencer
Sam Spencer

YARP, an open-source, highly customizable reverse proxy using .NET has been released.

.NETASP.NET.NET Core