222 references to GetResourceString
Microsoft.NET.Build.Tasks (222)
Microsoft.NET.Build.Tasks.Strings.cs (222)
17internal static string @AtLeastOneTargetFrameworkMustBeSpecified => GetResourceString("AtLeastOneTargetFrameworkMustBeSpecified"); 19internal static string @NoCompatibleTargetFramework => GetResourceString("NoCompatibleTargetFramework"); 21internal static string @InvalidFrameworkName => GetResourceString("InvalidFrameworkName"); 23internal static string @AssetsFileNotFound => GetResourceString("AssetsFileNotFound"); 25internal static string @AssetsFileMissingTarget => GetResourceString("AssetsFileMissingTarget"); 27internal static string @AssetsFilePathNotRooted => GetResourceString("AssetsFilePathNotRooted"); 29internal static string @CannotFindProjectInfo => GetResourceString("CannotFindProjectInfo"); 31internal static string @MissingItemMetadata => GetResourceString("MissingItemMetadata"); 33internal static string @UnrecognizedPreprocessorToken => GetResourceString("UnrecognizedPreprocessorToken"); 35internal static string @ContentPreproccessorParameterRequired => GetResourceString("ContentPreproccessorParameterRequired"); 37internal static string @ProjectAssetsConsumedWithoutMSBuildProjectPath => GetResourceString("ProjectAssetsConsumedWithoutMSBuildProjectPath"); 39internal static string @UnexpectedFileType => GetResourceString("UnexpectedFileType"); 41internal static string @CannotInferTargetFrameworkIdentifierAndVersion => GetResourceString("CannotInferTargetFrameworkIdentifierAndVersion"); 43internal static string @ContentItemDoesNotProvideOutputPath => GetResourceString("ContentItemDoesNotProvideOutputPath"); 45internal static string @DuplicatePreprocessorToken => GetResourceString("DuplicatePreprocessorToken"); 47internal static string @UnableToFindResolvedPath => GetResourceString("UnableToFindResolvedPath"); 49internal static string @AssetPreprocessorMustBeConfigured => GetResourceString("AssetPreprocessorMustBeConfigured"); 51internal static string @InvalidNuGetVersionString => GetResourceString("InvalidNuGetVersionString"); 53internal static string @UnsupportedFramework => GetResourceString("UnsupportedFramework"); 55internal static string @IncorrectPackageRoot => GetResourceString("IncorrectPackageRoot"); 57internal static string @MultipleFilesResolved => GetResourceString("MultipleFilesResolved"); 59internal static string @DuplicateItemsError => GetResourceString("DuplicateItemsError"); 61internal static string @PackageReferenceOverrideWarning => GetResourceString("PackageReferenceOverrideWarning"); 63internal static string @FolderAlreadyExists => GetResourceString("FolderAlreadyExists"); 65internal static string @IncorrectTargetFormat => GetResourceString("IncorrectTargetFormat"); 67internal static string @RuntimeIdentifierWasNotSpecified => GetResourceString("RuntimeIdentifierWasNotSpecified"); 69internal static string @AppHostHasBeenModified => GetResourceString("AppHostHasBeenModified"); 71internal static string @FileNameIsTooLong => GetResourceString("FileNameIsTooLong"); 73internal static string @CannotHaveSelfContainedWithoutRuntimeIdentifier => GetResourceString("CannotHaveSelfContainedWithoutRuntimeIdentifier"); 75internal static string @CannotHaveRuntimeIdentifierPlatformMismatchPlatformTarget => GetResourceString("CannotHaveRuntimeIdentifierPlatformMismatchPlatformTarget"); 77internal static string @ChoosingAssemblyVersion_Info => GetResourceString("ChoosingAssemblyVersion_Info"); 79internal static string @ChoosingFileVersion_Info => GetResourceString("ChoosingFileVersion_Info"); 81internal static string @ChoosingPlatformItem_Info => GetResourceString("ChoosingPlatformItem_Info"); 83internal static string @ChoosingPreferredPackage_Info => GetResourceString("ChoosingPreferredPackage_Info"); 85internal static string @ChoosingCopyLocalArbitrarily_Info => GetResourceString("ChoosingCopyLocalArbitrarily_Info"); 87internal static string @CouldNotDetermineWinner_EqualVersions_Info => GetResourceString("CouldNotDetermineWinner_EqualVersions_Info"); 89internal static string @CouldNotDetermineWinner_DoesNotExist_Info => GetResourceString("CouldNotDetermineWinner_DoesNotExist_Info"); 91internal static string @CouldNotDetermineWinner_NoFileVersion_Info => GetResourceString("CouldNotDetermineWinner_NoFileVersion_Info"); 93internal static string @CouldNotDetermineWinner_NotAnAssembly_Info => GetResourceString("CouldNotDetermineWinner_NotAnAssembly_Info"); 95internal static string @EncounteredConflict_Info => GetResourceString("EncounteredConflict_Info"); 97internal static string @CouldNotLoadPlatformManifest => GetResourceString("CouldNotLoadPlatformManifest"); 99internal static string @ErrorParsingPlatformManifest => GetResourceString("ErrorParsingPlatformManifest"); 101internal static string @ErrorParsingPlatformManifestInvalidValue => GetResourceString("ErrorParsingPlatformManifestInvalidValue"); 103internal static string @UnsupportedTargetFrameworkVersion => GetResourceString("UnsupportedTargetFrameworkVersion"); 105internal static string @TargetFrameworkWithSemicolon => GetResourceString("TargetFrameworkWithSemicolon"); 107internal static string @AssetsFileMissingRuntimeIdentifier => GetResourceString("AssetsFileMissingRuntimeIdentifier"); 109internal static string @SkippingAdditionalProbingPaths => GetResourceString("SkippingAdditionalProbingPaths"); 111internal static string @GetDependsOnNETStandardFailedWithException => GetResourceString("GetDependsOnNETStandardFailedWithException"); 113internal static string @UnsupportedSDKVersionForNetStandard20 => GetResourceString("UnsupportedSDKVersionForNetStandard20"); 115internal static string @ErrorParsingFrameworkListInvalidValue => GetResourceString("ErrorParsingFrameworkListInvalidValue"); 117internal static string @FrameworkListPathNotRooted => GetResourceString("FrameworkListPathNotRooted"); 119internal static string @PackAsToolCannotSupportSelfContained => GetResourceString("PackAsToolCannotSupportSelfContained"); 121internal static string @DotnetToolOnlySupportNetcoreapp => GetResourceString("DotnetToolOnlySupportNetcoreapp"); 123internal static string @DotnetToolDoesNotSupportTFMLowerThanNetcoreapp21 => GetResourceString("DotnetToolDoesNotSupportTFMLowerThanNetcoreapp21"); 125internal static string @UnsupportedRuntimeIdentifier => GetResourceString("UnsupportedRuntimeIdentifier"); 127internal static string @UsingPreviewSdk => GetResourceString("UsingPreviewSdk"); 129internal static string @InvalidItemSpecToUse => GetResourceString("InvalidItemSpecToUse"); 131internal static string @ProjectContainsObsoleteDotNetCliTool => GetResourceString("ProjectContainsObsoleteDotNetCliTool"); 133internal static string @ErrorReadingAssetsFile => GetResourceString("ErrorReadingAssetsFile"); 135internal static string @MismatchedPlatformPackageVersion => GetResourceString("MismatchedPlatformPackageVersion"); 137internal static string @UnableToUsePackageAssetsCache_Info => GetResourceString("UnableToUsePackageAssetsCache_Info"); 139internal static string @AssetsFileNotSet => GetResourceString("AssetsFileNotSet"); 141internal static string @PackageNotFound => GetResourceString("PackageNotFound"); 143internal static string @CannotFindApphostForRid => GetResourceString("CannotFindApphostForRid"); 145internal static string @CannotUseSelfContainedWithoutAppHost => GetResourceString("CannotUseSelfContainedWithoutAppHost"); 147internal static string @FrameworkDependentAppHostRequiresVersion21 => GetResourceString("FrameworkDependentAppHostRequiresVersion21"); 149internal static string @NETFrameworkToNonBuiltInNETStandard => GetResourceString("NETFrameworkToNonBuiltInNETStandard"); 151internal static string @AppConfigRequiresRootConfiguration => GetResourceString("AppConfigRequiresRootConfiguration"); 153internal static string @PackageReferenceVersionNotRecommended => GetResourceString("PackageReferenceVersionNotRecommended"); 155internal static string @AppHostNotWindowsCLI => GetResourceString("AppHostNotWindowsCLI"); 157internal static string @UnknownFrameworkReference => GetResourceString("UnknownFrameworkReference"); 159internal static string @AppHostCustomizationRequiresWindowsHostWarning => GetResourceString("AppHostCustomizationRequiresWindowsHostWarning"); 161internal static string @InvalidResourceUpdate => GetResourceString("InvalidResourceUpdate"); 163internal static string @AddResourceWithNonIntegerResource => GetResourceString("AddResourceWithNonIntegerResource"); 165internal static string @FailedToLockResource => GetResourceString("FailedToLockResource"); 167internal static string @AppHostNotWindows => GetResourceString("AppHostNotWindows"); 169internal static string @AspNetCoreAllNotSupported => GetResourceString("AspNetCoreAllNotSupported"); 171internal static string @AspNetCoreUsesFrameworkReference => GetResourceString("AspNetCoreUsesFrameworkReference"); 173internal static string @UnresolvedTargetingPack => GetResourceString("UnresolvedTargetingPack"); 175internal static string @NoRuntimePackAvailable => GetResourceString("NoRuntimePackAvailable"); 177internal static string @RuntimeIdentifierNotRecognized => GetResourceString("RuntimeIdentifierNotRecognized"); 179internal static string @NoAppHostAvailable => GetResourceString("NoAppHostAvailable"); 181internal static string @NoBuildRequested => GetResourceString("NoBuildRequested"); 183internal static string @FrameworkReferenceOverrideWarning => GetResourceString("FrameworkReferenceOverrideWarning"); 185internal static string @FrameworkReferenceDuplicateError => GetResourceString("FrameworkReferenceDuplicateError"); 187internal static string @ClsidMapExportedTypesRequireExplicitGuid => GetResourceString("ClsidMapExportedTypesRequireExplicitGuid"); 189internal static string @ClsidMapConflictingGuids => GetResourceString("ClsidMapConflictingGuids"); 191internal static string @ClsidMapInvalidAssembly => GetResourceString("ClsidMapInvalidAssembly"); 193internal static string @CannotFindComhost => GetResourceString("CannotFindComhost"); 195internal static string @ProjectToolOnlySupportTFMLowerThanNetcoreapp22 => GetResourceString("ProjectToolOnlySupportTFMLowerThanNetcoreapp22"); 197internal static string @ReadyToRunNoValidRuntimePackageError => GetResourceString("ReadyToRunNoValidRuntimePackageError"); 199internal static string @ReadyToRunTargetNotSupportedError => GetResourceString("ReadyToRunTargetNotSupportedError"); 201internal static string @ReadyToRunCompilationFailed => GetResourceString("ReadyToRunCompilationFailed"); 203internal static string @CannotHaveSingleFileWithoutRuntimeIdentifier => GetResourceString("CannotHaveSingleFileWithoutRuntimeIdentifier"); 205internal static string @CannotHaveSingleFileWithoutAppHost => GetResourceString("CannotHaveSingleFileWithoutAppHost"); 207internal static string @CannotHaveSingleFileWithoutExecutable => GetResourceString("CannotHaveSingleFileWithoutExecutable"); 209internal static string @WindowsDesktopFrameworkRequiresWindows => GetResourceString("WindowsDesktopFrameworkRequiresWindows"); 211internal static string @ILLinkRunning => GetResourceString("ILLinkRunning"); 213internal static string @ILLinkOptimizedAssemblies => GetResourceString("ILLinkOptimizedAssemblies"); 215internal static string @ILLinkNotSupportedError => GetResourceString("ILLinkNotSupportedError"); 217internal static string @RollForwardRequiresVersion30 => GetResourceString("RollForwardRequiresVersion30"); 219internal static string @InvalidRollForwardValue => GetResourceString("InvalidRollForwardValue"); 221internal static string @WindowsDesktopFrameworkRequiresVersion30 => GetResourceString("WindowsDesktopFrameworkRequiresVersion30"); 223internal static string @WindowsDesktopFrameworkRequiresUseWpfOrUseWindowsForms => GetResourceString("WindowsDesktopFrameworkRequiresUseWpfOrUseWindowsForms"); 225internal static string @UseWpfOrUseWindowsFormsRequiresWindowsDesktopFramework => GetResourceString("UseWpfOrUseWindowsFormsRequiresWindowsDesktopFramework"); 227internal static string @ReadyToRunCompilationHasWarnings_Info => GetResourceString("ReadyToRunCompilationHasWarnings_Info"); 229internal static string @RuntimeListNotFound => GetResourceString("RuntimeListNotFound"); 231internal static string @DuplicateRuntimePackAsset => GetResourceString("DuplicateRuntimePackAsset"); 233internal static string @FailedToDeleteApphost => GetResourceString("FailedToDeleteApphost"); 235internal static string @RuntimePackNotDownloaded => GetResourceString("RuntimePackNotDownloaded"); 237internal static string @AppHostCreationFailedWithRetry => GetResourceString("AppHostCreationFailedWithRetry"); 239internal static string @CannotFindIjwhost => GetResourceString("CannotFindIjwhost"); 241internal static string @NETFrameworkWithoutUsingNETSdkDefaults => GetResourceString("NETFrameworkWithoutUsingNETSdkDefaults"); 243internal static string @NoSupportCppNonDynamicLibraryDotnetCore => GetResourceString("NoSupportCppNonDynamicLibraryDotnetCore"); 245internal static string @NoSupportCppPublishDotnetCore => GetResourceString("NoSupportCppPublishDotnetCore"); 247internal static string @NoSupportCppPackDotnetCore => GetResourceString("NoSupportCppPackDotnetCore"); 249internal static string @NoSupportCppEnableComHosting => GetResourceString("NoSupportCppEnableComHosting"); 251internal static string @CppRequiresTFMVersion31 => GetResourceString("CppRequiresTFMVersion31"); 253internal static string @NoSupportCppSelfContained => GetResourceString("NoSupportCppSelfContained"); 255internal static string @PublishReadyToRunRequiresVersion30 => GetResourceString("PublishReadyToRunRequiresVersion30"); 257internal static string @PublishSingleFileRequiresVersion30 => GetResourceString("PublishSingleFileRequiresVersion30"); 259internal static string @PublishTrimmedRequiresVersion30 => GetResourceString("PublishTrimmedRequiresVersion30"); 261internal static string @CanOnlyHaveSingleFileWithNetCoreApp => GetResourceString("CanOnlyHaveSingleFileWithNetCoreApp"); 263internal static string @Crossgen2RequiresSelfContained => GetResourceString("Crossgen2RequiresSelfContained"); 265internal static string @TargetingPackNeedsRestore => GetResourceString("TargetingPackNeedsRestore"); 267internal static string @NoSupportComSelfContained => GetResourceString("NoSupportComSelfContained"); 269internal static string @PublishUnsupportedWithoutTargetFramework => GetResourceString("PublishUnsupportedWithoutTargetFramework"); 271internal static string @WinMDReferenceNotSupportedOnTargetFramework => GetResourceString("WinMDReferenceNotSupportedOnTargetFramework"); 273internal static string @WinMDObjNotSupportedOnTargetFramework => GetResourceString("WinMDObjNotSupportedOnTargetFramework"); 275internal static string @NoRuntimePackInformation => GetResourceString("NoRuntimePackInformation"); 278internal static string @ConflictingRuntimePackInformation => GetResourceString("ConflictingRuntimePackInformation"); 280internal static string @CannotHaveSolutionLevelRuntimeIdentifier => GetResourceString("CannotHaveSolutionLevelRuntimeIdentifier"); 282internal static string @CannotHaveSupportedOSPlatformVersionHigherThanTargetPlatformVersion => GetResourceString("CannotHaveSupportedOSPlatformVersionHigherThanTargetPlatformVersion"); 284internal static string @WindowsDesktopTargetPlatformMustBeWindows => GetResourceString("WindowsDesktopTargetPlatformMustBeWindows"); 286internal static string @UnnecessaryWindowsDesktopSDK => GetResourceString("UnnecessaryWindowsDesktopSDK"); 288internal static string @TargetFrameworkIsEol => GetResourceString("TargetFrameworkIsEol"); 290internal static string @UnsupportedTargetPlatformIdentifier => GetResourceString("UnsupportedTargetPlatformIdentifier"); 293internal static string @InvalidTargetPlatformVersion => GetResourceString("InvalidTargetPlatformVersion"); 295internal static string @GlobalJsonSDKResolutionFailed => GetResourceString("GlobalJsonSDKResolutionFailed"); 297internal static string @CannotIncludeSymbolsInSingleFile => GetResourceString("CannotIncludeSymbolsInSingleFile"); 299internal static string @CannotIncludeAllContentButNotNativeLibrariesInSingleFile => GetResourceString("CannotIncludeAllContentButNotNativeLibrariesInSingleFile"); 301internal static string @ILLinkFailed => GetResourceString("ILLinkFailed"); 303internal static string @TargetingApphostPackMissingCannotRestore => GetResourceString("TargetingApphostPackMissingCannotRestore"); 305internal static string @PackAsToolCannotSupportTargetPlatformIdentifier => GetResourceString("PackAsToolCannotSupportTargetPlatformIdentifier"); 308internal static string @WorkloadNotInstalled => GetResourceString("WorkloadNotInstalled"); 310internal static string @WindowsSDKVersionConflicts => GetResourceString("WindowsSDKVersionConflicts"); 312internal static string @WinMDTransitiveReferenceNotSupported => GetResourceString("WinMDTransitiveReferenceNotSupported"); 314internal static string @SelfContainedExeCannotReferenceNonSelfContained => GetResourceString("SelfContainedExeCannotReferenceNonSelfContained"); 316internal static string @NonSelfContainedExeCannotReferenceSelfContained => GetResourceString("NonSelfContainedExeCannotReferenceSelfContained"); 318internal static string @DuplicatePublishOutputFiles => GetResourceString("DuplicatePublishOutputFiles"); 320internal static string @CrossgenToolMissingInPDBCompilationMode => GetResourceString("CrossgenToolMissingInPDBCompilationMode"); 322internal static string @Crossgen2ToolMissingWhenUseCrossgen2IsSet => GetResourceString("Crossgen2ToolMissingWhenUseCrossgen2IsSet"); 324internal static string @Crossgen2ToolExecutableNotFound => GetResourceString("Crossgen2ToolExecutableNotFound"); 326internal static string @DotNetHostExecutableNotFound => GetResourceString("DotNetHostExecutableNotFound"); 328internal static string @JitLibraryNotFound => GetResourceString("JitLibraryNotFound"); 330internal static string @Crossgen2MissingRequiredMetadata => GetResourceString("Crossgen2MissingRequiredMetadata"); 332internal static string @CrossgenToolMissingWhenUseCrossgen2IsNotSet => GetResourceString("CrossgenToolMissingWhenUseCrossgen2IsNotSet"); 334internal static string @CrossgenToolExecutableNotFound => GetResourceString("CrossgenToolExecutableNotFound"); 336internal static string @DiaSymReaderLibraryNotFound => GetResourceString("DiaSymReaderLibraryNotFound"); 338internal static string @PDBGeneratorInputExecutableNotFound => GetResourceString("PDBGeneratorInputExecutableNotFound"); 340internal static string @InputAssemblyNotFound => GetResourceString("InputAssemblyNotFound"); 342internal static string @MissingOutputPDBImagePath => GetResourceString("MissingOutputPDBImagePath"); 344internal static string @MissingOutputR2RImageFileName => GetResourceString("MissingOutputR2RImageFileName"); 346internal static string @Crossgen5CannotEmitSymbolsInCompositeMode => GetResourceString("Crossgen5CannotEmitSymbolsInCompositeMode"); 348internal static string @CompressionInSingleFileRequires60 => GetResourceString("CompressionInSingleFileRequires60"); 350internal static string @TrimmingWpfIsNotSupported => GetResourceString("TrimmingWpfIsNotSupported"); 352internal static string @DuplicateTypeLibraryIds => GetResourceString("DuplicateTypeLibraryIds"); 354internal static string @InvalidTypeLibraryId => GetResourceString("InvalidTypeLibraryId"); 356internal static string @MissingTypeLibraryId => GetResourceString("MissingTypeLibraryId"); 358internal static string @TypeLibraryDoesNotExist => GetResourceString("TypeLibraryDoesNotExist"); 360internal static string @InvalidTypeLibrary => GetResourceString("InvalidTypeLibrary"); 362internal static string @PlaceholderRunCommandProjectAbbreviationDeprecated => GetResourceString("PlaceholderRunCommandProjectAbbreviationDeprecated"); 364internal static string @TrimmingWindowsFormsIsNotSupported => GetResourceString("TrimmingWindowsFormsIsNotSupported"); 366internal static string @CompressionInSingleFileRequiresSelfContained => GetResourceString("CompressionInSingleFileRequiresSelfContained"); 368internal static string @AppHostSigningFailed => GetResourceString("AppHostSigningFailed"); 371internal static string @WorkloadNotAvailable => GetResourceString("WorkloadNotAvailable"); 373internal static string @SelfContainedOptionShouldBeUsedWithRuntime => GetResourceString("SelfContainedOptionShouldBeUsedWithRuntime"); 375internal static string @CouldNotGetPackVersionFromWorkloadManifests => GetResourceString("CouldNotGetPackVersionFromWorkloadManifests"); 377internal static string @TargetingPackNotRestored_TransitiveDisabled => GetResourceString("TargetingPackNotRestored_TransitiveDisabled"); 379internal static string @RuntimePackNotRestored_TransitiveDisabled => GetResourceString("RuntimePackNotRestored_TransitiveDisabled"); 381internal static string @UnknownFrameworkReference_MauiEssentials => GetResourceString("UnknownFrameworkReference_MauiEssentials"); 383internal static string @PackageContainsIncorrectlyCasedLocale => GetResourceString("PackageContainsIncorrectlyCasedLocale"); 385internal static string @PackageContainsUnknownLocale => GetResourceString("PackageContainsUnknownLocale"); 387internal static string @Prefer32BitIgnoredForNetCoreApp => GetResourceString("Prefer32BitIgnoredForNetCoreApp"); 389internal static string @ImplicitRuntimeIdentifierResolutionForPublishPropertyFailed => GetResourceString("ImplicitRuntimeIdentifierResolutionForPublishPropertyFailed"); 391internal static string @PublishSelfContainedMustBeBool => GetResourceString("PublishSelfContainedMustBeBool"); 393internal static string @CannotHaveSolutionLevelOutputPath => GetResourceString("CannotHaveSolutionLevelOutputPath"); 395internal static string @ILLinkNoValidRuntimePackageError => GetResourceString("ILLinkNoValidRuntimePackageError"); 397internal static string @AotNotSupported => GetResourceString("AotNotSupported"); 400internal static string @SolutionProjectConfigurationsConflict => GetResourceString("SolutionProjectConfigurationsConflict"); 402internal static string @PublishProfileNotPresent => GetResourceString("PublishProfileNotPresent"); 404internal static string @ArtifactsPathCannotBeSetInProject => GetResourceString("ArtifactsPathCannotBeSetInProject"); 406internal static string @UseArtifactsOutputRequiresDirectoryBuildProps => GetResourceString("UseArtifactsOutputRequiresDirectoryBuildProps"); 408internal static string @RuntimeIdentifierWillNoLongerImplySelfContained => GetResourceString("RuntimeIdentifierWillNoLongerImplySelfContained"); 410internal static string @WorkloadIsEol => GetResourceString("WorkloadIsEol"); 412internal static string @AotUnsupportedTargetRuntimeIdentifier => GetResourceString("AotUnsupportedTargetRuntimeIdentifier"); 414internal static string @AotUnsupportedHostRuntimeIdentifier => GetResourceString("AotUnsupportedHostRuntimeIdentifier"); 416internal static string @CannotDirectlyReferenceMicrosoftNetCompilersToolsetFramework => GetResourceString("CannotDirectlyReferenceMicrosoftNetCompilersToolsetFramework"); 418internal static string @NonPortableRuntimeIdentifierDetected => GetResourceString("NonPortableRuntimeIdentifierDetected"); 420internal static string @AotUnsupportedTargetFramework => GetResourceString("AotUnsupportedTargetFramework"); 422internal static string @UnsupportedTargetPlatformIdentifierWithWorkloadsDisabled => GetResourceString("UnsupportedTargetPlatformIdentifierWithWorkloadsDisabled"); 424internal static string @UnsupportedVisualStudioVersion => GetResourceString("UnsupportedVisualStudioVersion"); 426internal static string @IsAotCompatibleUnsupported => GetResourceString("IsAotCompatibleUnsupported"); 429internal static string @EnableSingleFileAnalyzerUnsupported => GetResourceString("EnableSingleFileAnalyzerUnsupported"); 432internal static string @IsTrimmableUnsupported => GetResourceString("IsTrimmableUnsupported"); 434internal static string @TargetFrameworkIsNotRecommended => GetResourceString("TargetFrameworkIsNotRecommended"); 436internal static string @MicrosoftNetSdkCompilersToolsetNotFound => GetResourceString("MicrosoftNetSdkCompilersToolsetNotFound"); 438internal static string @InvalidAppHostDotNetSearch => GetResourceString("InvalidAppHostDotNetSearch"); 440internal static string @WindowsSDKXamlMissingUseUwpProperty => GetResourceString("WindowsSDKXamlMissingUseUwpProperty"); 442internal static string @WindowsSDKXamlInvalidTfm => GetResourceString("WindowsSDKXamlInvalidTfm"); 444internal static string @MicrosoftNetSdkCompilersToolsetRootEmpty => GetResourceString("MicrosoftNetSdkCompilersToolsetRootEmpty"); 446internal static string @PreferNativeArm64IgnoredForNetCoreApp => GetResourceString("PreferNativeArm64IgnoredForNetCoreApp"); 448internal static string @Net9NotCompatibleWithDev1711 => GetResourceString("Net9NotCompatibleWithDev1711"); 450internal static string @AspNetCorePackUnsupportedTargetFramework => GetResourceString("AspNetCorePackUnsupportedTargetFramework"); 452internal static string @NativeCompilationRequiresPublishing => GetResourceString("NativeCompilationRequiresPublishing"); 454internal static string @PrunePackageDataNotFound => GetResourceString("PrunePackageDataNotFound"); 456internal static string @UnsupportedToolCommandRunner => GetResourceString("UnsupportedToolCommandRunner"); 458internal static string @AspireWorkloadIsDeprecated => GetResourceString("AspireWorkloadIsDeprecated"); 460internal static string @UsingPreviewCsWinRT3_0Feature => GetResourceString("UsingPreviewCsWinRT3_0Feature"); 462internal static string @CantSpecifyBothProperties => GetResourceString("CantSpecifyBothProperties"); 464internal static string @RuntimeGraphFileDoesNotExist => GetResourceString("RuntimeGraphFileDoesNotExist"); 466internal static string @UnableToFindMatchingRid => GetResourceString("UnableToFindMatchingRid");