Files
blog.stevanfreeborn.com/src/Blog/GlobalUsings.cs
T
Stevan Freeborn 14f0d06cf4 post: add post about building the blog (#10)
* post: stub out initial post with outline

* fix: add title attribute to lead in feed and add disc to list styles in posts

* fix: apply style to artcile

* post: work on rough draft

* post: work on rough draft

* post: work on rought draft

* post: work on rought draft

* post: more work on rough draft

* post: finish post

* chore: cleanup usings

* chore: run dotnet format

* docs: testing README

* docs: update README.md
2024-04-18 22:24:12 -05:00

14 lines
346 B
C#

global using System.IO.Abstractions;
global using System.ServiceModel.Syndication;
global using System.Text;
global using System.Text.Json;
global using System.Xml;
global using System.Xml.Linq;
global using Blog.Components;
global using Blog.Posts;
global using Markdig;
global using Markdig.Syntax;
global using Microsoft.Extensions.Options;