C
C#2y ago
nobody

How to use .NET 7 preview?

I am trying to use .NET7 (Version: 7.0.100-preview.7.22377.5) and I am using VS 2022 (latest preview), but when I set my project to .net7 it uses the .NET7 RC1 as version? I wanna test the IRouteHandlerFilter which got merged past preview 3.
6 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
nobody
nobody2y ago
but I should be able to test some new features of the preview versions?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
nobody
nobody2y ago
But the IRouteHandlerFilter hasn't been packed within the rc1, at least I can't find it there
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
nobody
nobody2y ago
Oh, maybe they did rename it - at least I hope so because the feature looks kinda nice Ok it got renamed => https://github.com/dotnet/aspnetcore/commit/adefeb48ca0f11c365d44ed348a451dd4e2acc9c#diff-94ea094cd9072b5368c42102c5989ac36c7baa5f28664ab3668d70db384762fa thank you