官方供應商
我們作為官方授權經銷商,直接提供超過200家開發廠家所發行超過1000個的產品授權給您。
請參閱我們所有的品牌。
usings. Added two new refactorings that are also available as context actions.
usings in your project. You can invoke it on a regular using directive, and Rider will suggest extracting it to a designated GlobalUsings.cs file.using into a regular using, Inline Global Using refactoring can help here as well. When called on a global using, it removes it from the GlobalUsings.cs and adds the corresponding using statement to the files in your project where required.[MemberNotNull] and [MemberNotNullWhen] annotations are now supported in projects that don't use nullable reference types.[EditorRequired] attribute from Microsoft .NET 6. The corresponding inspection and quick-fix are also available if you try to use a Blazor component without specifying the required parameters.@using declarations.[MenuItem] methods.