You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace DocumentFormat.OpenXml
{
internal static class ObsoleteAttributeMessages
{
// This message is used in ObsoleteAttribute().
internal const string ObsoleteV1ValidationFunctionality = "This functionality is obsolete and will be removed from future version release. Please see OpenXmlValidator class for supported validation functionality.";