Subscribe

See the canonical version of this blog post at the Microsoft Open Source Blog! Ten years ago, Microsoft released the source for MS-DOS 1.25 and 2.0 to the Computer History Museum, and then later republished them for reference purposes. This code holds an important place in history and is a fascinat...

an asp.net core web app authenticating users against azure ad for customers using microsoft identity web browse code overview scenario prerequisites setup the sample explore the sample troubleshooting about the code contributing learn more overview this sample demonstrates an asp.net core web app th...

In the Outbound processing section, select + Add policy. In the Add outbound policy window, select Set headers. To configure the set headers policy, do the following: Under Name, enter X-Powered-By. Under Action, select delete. Select + Add header. Under Name, enter X-AspNet-Version. Under Action, s...

Action required: If you validate that packages are repository signed by NuGet.org using a NuGet client policy, NuGet.exe verify command, or the dotnet nuget verify command, please follow these steps by April 8th, 2024 to avoid potential disruptions when installing new NuGet.org packages. The post Th...

Last year, we introduced search by target frameworks on NuGet.org, allowing you to filter your search results based on the framework(s) that a package targets. We received plenty of great feedback from you on how to make the filters more effective, The post Refining Your Search: Introducing NuGet.or...

I've been doing not just Unit Testing for my sites but full on Integration Testing and Browser Automation Testing as early as 2007 with Selenium. Lately, however, I've been using the faster and generally more compatible Playwright. It has one API and can test on Windows, Linux, Mac, locally, in a co...

aspnetcompiler.generatefullpathtotool method definition namespace: microsoft.build.tasks assembly:microsoft.build.tasks.core.dll assembly:microsoft.build.tasks.dll assemblies:microsoft.build.tasks.dll, microsoft.build.tasks.v3.5.dll assembly:microsoft.build.tasks.v4.0.dll package:microsoft.build.tas...

aspnetcompiler.addcommandlinecommands(commandlinebuilderextension) method definition namespace: microsoft.build.tasks assembly:microsoft.build.tasks.core.dll assembly:microsoft.build.tasks.dll assemblies:microsoft.build.tasks.dll, microsoft.build.tasks.v3.5.dll assembly:microsoft.build.tasks.v4.0.dl...

aspnetcompiler.targetframeworkmoniker property definition namespace: microsoft.build.tasks assembly:microsoft.build.tasks.core.dll assembly:microsoft.build.tasks.v4.0.dll package:microsoft.build.tasks.core v15.9.20 package:microsoft.build.tasks.core v16.11.0 package:microsoft.build.tasks.core v17.9....

NuGet 6.9 is included in Visual Studio 2022 and .NET 8.0 out of the box. You can also download NuGet 6.9 for Windows, macOS, and Linux as a standalone executable. In NuGet 6.9, we introduce some exciting new features and bug fixes, The post Announcing NuGet 6.9 appeared first on The NuGet Blog. ...

Managing dependencies on complex projects can be overwhelming. Developers often grapple with numerous direct and transitive dependencies across multiple projects. When different projects share dependencies with varying versions, manual conflict resolution becomes necessary, which can be tedious and ...

At NuGet, our commitment is to ensure that our users have access to the latest, most secure, and well-maintained versions of our tools and packages. With this in mind, we would like to announce the NuGet Support Policy, a set of guidelines designed to keep you informed about the status of NuGet.exe ...

NuGet 6.8 is included in Visual Studio 2022 and .NET 8.0 out of the box. You can also download NuGet 6.8 for Windows, macOS, and Linux as a standalone executable. Maintaining and understanding security status in your projects is now easier than ever in NuGet 6.8. The post Announcing NuGet 6.8 –...

ASP.NET Core Identity stores user information (including sign-in information, roles, and claims) in a data store configured by the developer. Typically, the ASP.NET Core Identity data store is an Entity Framework store provided in the Microsoft.AspNetCore.Identity.EntityFrameworkCore package....

Mistakes were made When we first published the plan for the effort of HTTPS everywhere, we wanted to get developer community feedback on the various HTTP and HTTPS scenarios that we don’t have much everyday visibility of. After we published that blog, The post HTTPS Everywhere Update appeared ...

NuGet 6.7 is included in Visual Studio 2022 and .NET 7.0 out of the box. You can also download NuGet 6.7 for Windows, macOS, and Linux as a standalone executable. Security is a chain; it’s only as strong as its weakest link. The post Announcing NuGet 6.7 – Keeping You Secure appeared first on ...

Action required: If you validate that packages are author-signed by Microsoft using a NuGet client policy or the NuGet.exe verify command, please follow these steps by August 14th, 2023 to avoid potential disruptions when installing new Microsoft packages. If you are unsure, The post The Microsoft a...

The dotnet aspnet-codegenerator command scaffolds ASP.NET Core projects.. dotnet aspnet-codegenerator By Rick Anderson dotnet aspnet-codegenerator - Runs the ASP.NET Core scaffolding engine. dotnet aspnet-codegenerator is only required to scaffold from the command line, it's not needed to use scaffo...

There are many let's encrypt automatic tools for azure but I also wanted to see if I could use certbot in wsl to generate a wildcard certificate for the azure Friday website and then upload the resulting certificates to azure app service. Azure app service ultimately needs a specific format called ...

GitHub Next has this cool project that is basically Copilot for the CLI (command line interface). You can sign up for their waitlist at the Copilot for CLI site. Copilot for CLI provides three shell commands: ??, git? and gh? This is cool and all, but I use PowerShell. Turns out these ?? commands a...

< Older