Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Repository Overview

Odin is a multi-package .NET library solution for ordinary line-of-business infrastructure components.
Odin, short for 'OrDinary INfrastructure', is a multi-package mono-repo containing packages for .NET line-of-business application development concerns.
The root solution is `Odin.sln`; `TestsOnly.sln` is used for test validation.

Primary component folders include:
Expand Down Expand Up @@ -79,6 +79,11 @@ Run integration tests only when the change explicitly needs them or the user ask
- Production packages: `Odin.<Area>[.<Feature>]`
- Tests: `Tests.Odin.<Area>`

## Package Publish to Nuget

- All packages in the Odin libraries are published to Nuget by the Github Action defined in '.github/workflows/publish.yml'
- When changing the path to a package, ensure the corresponding publish.yml step is updated to reflect the new path.

## Git Hygiene

- Preserve user changes already present in the worktree.
Expand Down
217 changes: 217 additions & 0 deletions Emailing/EmailingV1Plan.md

Large diffs are not rendered by default.

116 changes: 0 additions & 116 deletions Emailing/Tests/DependencyInjectionExtensionsTests.cs

This file was deleted.

52 changes: 0 additions & 52 deletions Emailing/Tests/EmailAddressCollectionTests.cs

This file was deleted.

26 changes: 0 additions & 26 deletions Emailing/Tests/EmailAddressTests.cs

This file was deleted.

49 changes: 0 additions & 49 deletions Emailing/Tests/EmailMessageTests.cs

This file was deleted.

26 changes: 0 additions & 26 deletions Emailing/Tests/EmailSendingOptionsTests.cs

This file was deleted.

19 changes: 0 additions & 19 deletions Emailing/Tests/EmailSendingProvidersTests.cs

This file was deleted.

18 changes: 0 additions & 18 deletions Emailing/Tests/EmailTestConfiguration.cs

This file was deleted.

10 changes: 0 additions & 10 deletions Emailing/Tests/IntegrationTest.cs

This file was deleted.

Loading
Loading