Skip to content

RCS0056 complains on RAW strings #1513

@prezaei

Description

@prezaei

Product and Version Used:

<PackageVersion Include="Roslynator.Analyzers" Version="4.12.4" />

Steps to Reproduce:

namespace SomeNS;

internal static class Consts
{
    public const string Text =
"""
Roslynator is a set of code analysis tools for C#, powered by Roslyn.

IMPORTANT: Analyzers will be removed from Roslynator IDE extensions in the next major release. It's recommended to use Roslynator NuGet packages (e.g. Roslynator.Analyzers) instead.


""";
}

Actual Behavior:
image

Expected Behavior:
No analyzer warnings/errors

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions