https://github.com/truemogician/dotnetextensions
Some useful extension class and methods for .Net
https://github.com/truemogician/dotnetextensions
dotnet extension-methods netstandard2
Last synced: about 1 year ago
JSON representation
Some useful extension class and methods for .Net
- Host: GitHub
- URL: https://github.com/truemogician/dotnetextensions
- Owner: truemogician
- Created: 2021-10-09T16:15:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T23:13:57.000Z (about 2 years ago)
- Last Synced: 2025-04-14T19:13:08.873Z (about 1 year ago)
- Topics: dotnet, extension-methods, netstandard2
- Language: C#
- Homepage:
- Size: 115 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨**true_mogician's .Net extension packages**
## **Installation**
Because reading GitHub packages requires PAT, here's one with _read:packages_ authorization and no expiration date:
```
MC8jOovnFhclHlPBWWiFNjO7j7NCp94csRzh
```
Note that the real PAT has a `ghp_` prefix,but due to GitHub's security checking, A PAT will be revoked if it appears explicitly in commits, so only the suffix is provided here.
## **Configuration**
### Visual Studio
1. Open `NuGet.Config`, which usually locates at `%AppData%/NuGet/`. If not found, please refer to Microsoft documentations, or search your file system.
2. Merge the following XML into `NuGet.Config`
```xml
```
3. Reopen your Visual Studio, and you'll find a source named **true_mogician** in your NuGet source list. By selecting this source or **All** sources, you'll have access to these packages.