Because the behavior of {0} could vary based on the current user's locale settings, replace this call in {1} with a call to {2}. If the result of {2} will be displayed to the user, such as when sorting a list of items for display in a list box, specify 'StringComparison.CurrentCulture' or 'StringComparison.CurrentCultureIgnoreCase' as the 'StringComparison' parameter. If comparing case-insensitive identifiers, such as file paths, environment variables, or registry keys and values, specify 'StringComparison.OrdinalIgnoreCase'. Otherwise, if comparing case-sensitive identifiers, specify 'StringComparison.Ordinal'.
Because property {0} is write-only, either add a property getter with an accessibility that is greater than or equal to its ...
Because the behavior of {0} could vary based on the current user's locale settings, replace this call in {1} with a call ...
Because the behavior of {0} could vary based on the current user's locale settings, replace this call in {1} with a call ...
Because the behavior of {0} could vary based on the current user's locale settings, replace this call in {1} with a call ...
Because the behavior of {0} could vary based on the current user's locale settings, replace this call in {1} with a call ...
Because the project files that reference these items cannot be checked out, you currently cannot update the project files ...
Because the property getter for {0} is less visible than its setter, either increase the accessibility of its getter or decrease ...
Because this page has a base URL set, you will need to save any new or changed pictures to the base Web site as a separate ...
Because type {0} contains only 'static' ('Shared' in Visual Basic) members, add a default private constructor to prevent ...