WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Particular/Particular.Obsoletes

Repository files navigation

Particular.Obsoletes

This package is used by the team at Particular Software to manage Obsolete attributes in Particular Software C# projects.

The package includes the PreObsolete and ObsoleteMetadata attributes needed to ensure that Obsolete attributes are authored properly.

Usage

Add the following package reference to your csproj:

<PackageReference Include="Particular.Obsoletes" Version="{package version}" PrivateAssets="All" ExcludeAssets="runtime" />

After adding this package to a project, an ObsoleteMetadata attribute can be added to API using this format:

[ObsoleteMetadata(Message = "Message describing why the API is being deprecated", TreatAsErrorFromVersion = "2", RemoveInVersion = "3")]

The package contains fixers that can be used to generate the corresponding Obsolete attribute that matched the provided metadata.

Deployment

Tagged versions are automatically pushed to feedz.io.

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages