Logo
Explore Help
Sign In
SabreTools/SabreTools.IO
1
0
Fork 0
You've already forked SabreTools.IO
mirror of https://github.com/SabreTools/SabreTools.IO.git synced 2026-09-22 06:36:01 +00:00
Code Issues 1 Packages Projects Releases 20 Wiki Activity
Files
2.2.0
SabreTools.IO/SabreTools.Text.Extensions/ExtensionAttribute.cs

10 lines
225 B
C#
Raw Permalink Normal View History

Libraries This change looks dramatic, but it's just separating out the already-split namespaces into separate top-level folders. In theory, every single one could be built into their own Nuget package. `SabreTools.IO.Meta` builds the normal Nuget package that is used by all other projects and includes all namespaces. `SabreTools.IO` builds to `SabreTools.IO.Common` to avoid overwriting issues on publish.
2026-03-21 13:55:42 -04:00
#if NET20
namespace System.Runtime.CompilerServices
{
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method)]
internal sealed class ExtensionAttribute : Attribute { }
}
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 32ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API