GuidFromStringAnalyzerOverviewGuidFromStringAnalyzer is a small Roslyn analyzer that detects instantiations of
and provides the
The latter is directly embedded into the resulting assembly as a simple byte-array and requires no run-time parsing of the GUID string. Roslyn currently does not optimize the string literals away on its own, see the relevant issue. Installing
Download the License Code licensed under the MIT License. |