62 references to GetResourceString
Microsoft.AspNetCore.Components.Analyzers (62)
src\3b67e3582e36646e\Microsoft.AspNetCore.Components.Analyzers.Resources.cs (62)
19var value = GetResourceString(resourceKey); 31internal static string @ComponentParameterSettersShouldBePublic_Description => GetResourceString("ComponentParameterSettersShouldBePublic_Description"); 33internal static string @ComponentParameterSettersShouldBePublic_Format => GetResourceString("ComponentParameterSettersShouldBePublic_Format"); 36=> string.Format(Culture, GetResourceString("ComponentParameterSettersShouldBePublic_Format"), p0); 39internal static string @ComponentParameterSettersShouldBePublic_Title => GetResourceString("ComponentParameterSettersShouldBePublic_Title"); 41internal static string @ComponentParameterCaptureUnmatchedValuesMustBeUnique_Description => GetResourceString("ComponentParameterCaptureUnmatchedValuesMustBeUnique_Description"); 43internal static string @ComponentParameterCaptureUnmatchedValuesMustBeUnique_Format => GetResourceString("ComponentParameterCaptureUnmatchedValuesMustBeUnique_Format"); 46=> string.Format(Culture, GetResourceString("ComponentParameterCaptureUnmatchedValuesMustBeUnique_Format"), p0, p1, p2); 49internal static string @ComponentParameterCaptureUnmatchedValuesMustBeUnique_Title => GetResourceString("ComponentParameterCaptureUnmatchedValuesMustBeUnique_Title"); 51internal static string @ComponentParameterCaptureUnmatchedValuesHasWrongType_Description => GetResourceString("ComponentParameterCaptureUnmatchedValuesHasWrongType_Description"); 53internal static string @ComponentParameterCaptureUnmatchedValuesHasWrongType_Format => GetResourceString("ComponentParameterCaptureUnmatchedValuesHasWrongType_Format"); 56=> string.Format(Culture, GetResourceString("ComponentParameterCaptureUnmatchedValuesHasWrongType_Format"), p0, p1, p2); 59internal static string @ComponentParameterCaptureUnmatchedValuesHasWrongType_Title => GetResourceString("ComponentParameterCaptureUnmatchedValuesHasWrongType_Title"); 61internal static string @ComponentParameterShouldBePublic_Format => GetResourceString("ComponentParameterShouldBePublic_Format"); 64=> string.Format(Culture, GetResourceString("ComponentParameterShouldBePublic_Format"), p0); 67internal static string @ComponentParameterShouldBePublic_Title => GetResourceString("ComponentParameterShouldBePublic_Title"); 69internal static string @ComponentParametersShouldBePublic_Description => GetResourceString("ComponentParametersShouldBePublic_Description"); 71internal static string @ComponentParametersShouldBePublic_FixTitle => GetResourceString("ComponentParametersShouldBePublic_FixTitle"); 73internal static string @ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Description => GetResourceString("ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Description"); 75internal static string @ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Format => GetResourceString("ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Format"); 78=> string.Format(Culture, GetResourceString("ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Format"), p0); 81internal static string @ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Title => GetResourceString("ComponentParameterShouldNotBeSetOutsideOfTheirDeclaredComponent_Title"); 83internal static string @DoNotUseRenderTreeTypes_Description => GetResourceString("DoNotUseRenderTreeTypes_Description"); 85internal static string @DoNotUseRenderTreeTypes_Format => GetResourceString("DoNotUseRenderTreeTypes_Format"); 88=> string.Format(Culture, GetResourceString("DoNotUseRenderTreeTypes_Format"), p0); 91internal static string @DoNotUseRenderTreeTypes_Title => GetResourceString("DoNotUseRenderTreeTypes_Title"); 93internal static string @ComponentParametersShouldBeAutoProperties_Message => GetResourceString("ComponentParametersShouldBeAutoProperties_Message"); 96=> string.Format(Culture, GetResourceString("ComponentParametersShouldBeAutoProperties_Message"), p0); 99internal static string @ComponentParametersShouldBeAutoProperties_Title => GetResourceString("ComponentParametersShouldBeAutoProperties_Title"); 101internal static string @ComponentParametersShouldBeAutoProperties_Description => GetResourceString("ComponentParametersShouldBeAutoProperties_Description"); 103internal static string @SupplyParameterFromFormShouldNotHavePropertyInitializer_Description => GetResourceString("SupplyParameterFromFormShouldNotHavePropertyInitializer_Description"); 105internal static string @SupplyParameterFromFormShouldNotHavePropertyInitializer_Format => GetResourceString("SupplyParameterFromFormShouldNotHavePropertyInitializer_Format"); 108=> string.Format(Culture, GetResourceString("SupplyParameterFromFormShouldNotHavePropertyInitializer_Format"), p0); 111internal static string @SupplyParameterFromFormShouldNotHavePropertyInitializer_Title => GetResourceString("SupplyParameterFromFormShouldNotHavePropertyInitializer_Title"); 113internal static string @PersistentStateShouldNotHavePropertyInitializer_Description => GetResourceString("PersistentStateShouldNotHavePropertyInitializer_Description"); 115internal static string @PersistentStateShouldNotHavePropertyInitializer_Format => GetResourceString("PersistentStateShouldNotHavePropertyInitializer_Format"); 118=> string.Format(Culture, GetResourceString("PersistentStateShouldNotHavePropertyInitializer_Format"), p0); 121internal static string @PersistentStateShouldNotHavePropertyInitializer_Title => GetResourceString("PersistentStateShouldNotHavePropertyInitializer_Title"); 123internal static string @UseInvokeVoidAsyncForObjectReturn_Description => GetResourceString("UseInvokeVoidAsyncForObjectReturn_Description"); 125internal static string @UseInvokeVoidAsyncForObjectReturn_Format => GetResourceString("UseInvokeVoidAsyncForObjectReturn_Format"); 127internal static string @UseInvokeVoidAsyncForObjectReturn_Title => GetResourceString("UseInvokeVoidAsyncForObjectReturn_Title"); 129internal static string @VirtualizeItemsProviderRequiresItemComparer_Description => GetResourceString("VirtualizeItemsProviderRequiresItemComparer_Description"); 131internal static string @VirtualizeItemsProviderRequiresItemComparer_Format => GetResourceString("VirtualizeItemsProviderRequiresItemComparer_Format"); 133internal static string @VirtualizeItemsProviderRequiresItemComparer_Title => GetResourceString("VirtualizeItemsProviderRequiresItemComparer_Title"); 135internal static string @UnnecessaryStateHasChangedCall_Description => GetResourceString("UnnecessaryStateHasChangedCall_Description"); 137internal static string @UnnecessaryStateHasChangedCall_Format => GetResourceString("UnnecessaryStateHasChangedCall_Format"); 140=> string.Format(Culture, GetResourceString("UnnecessaryStateHasChangedCall_Format"), p0); 143internal static string @UnnecessaryStateHasChangedCall_Title => GetResourceString("UnnecessaryStateHasChangedCall_Title"); 145internal static string @UnnecessaryStateHasChangedCall_FixTitle => GetResourceString("UnnecessaryStateHasChangedCall_FixTitle"); 147internal static string @AuthenticationStateProviderCachedWithoutSubscription_Description => GetResourceString("AuthenticationStateProviderCachedWithoutSubscription_Description"); 149internal static string @AuthenticationStateProviderCachedWithoutSubscription_Format => GetResourceString("AuthenticationStateProviderCachedWithoutSubscription_Format"); 152=> string.Format(Culture, GetResourceString("AuthenticationStateProviderCachedWithoutSubscription_Format"), p0); 155internal static string @AuthenticationStateProviderCachedWithoutSubscription_Title => GetResourceString("AuthenticationStateProviderCachedWithoutSubscription_Title"); 157internal static string @ForLoopIteratorVariableUsedInClosure_Description => GetResourceString("ForLoopIteratorVariableUsedInClosure_Description"); 159internal static string @ForLoopIteratorVariableUsedInClosure_Format => GetResourceString("ForLoopIteratorVariableUsedInClosure_Format"); 162=> string.Format(Culture, GetResourceString("ForLoopIteratorVariableUsedInClosure_Format"), p0); 165internal static string @ForLoopIteratorVariableUsedInClosure_Title => GetResourceString("ForLoopIteratorVariableUsedInClosure_Title"); 167internal static string @JSInvokableMethodShouldBePublic_Description => GetResourceString("JSInvokableMethodShouldBePublic_Description"); 169internal static string @JSInvokableMethodShouldBePublic_Format => GetResourceString("JSInvokableMethodShouldBePublic_Format"); 172=> string.Format(Culture, GetResourceString("JSInvokableMethodShouldBePublic_Format"), p0); 175internal static string @JSInvokableMethodShouldBePublic_Title => GetResourceString("JSInvokableMethodShouldBePublic_Title"); 177internal static string @JSInvokableMethodShouldBePublic_FixTitle => GetResourceString("JSInvokableMethodShouldBePublic_FixTitle");