You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) Josef Pihrt and Contributors. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Threading.Tasks;
using Roslynator.Testing.CSharp;
using Xunit;
namespace Roslynator.CSharp.CodeFixes.Tests;
public class CS8604PossibleNullReferenceArgumentForParameter : AbstractCSharpCompilerDiagnosticFixVerifier<TokenCodeFixProvider>
{
public override string DiagnosticId { get; } = CompilerDiagnosticIdentifiers.CS8604_PossibleNullReferenceArgumentForParameter;