Rename NuGet packages to AutoGuru.EntityFrameworkCore.Triggered#214
Rename NuGet packages to AutoGuru.EntityFrameworkCore.Triggered#214anthony-keller wants to merge 2 commits intoEFNext:v3from
Conversation
Add CLAUDE.md to provide guidance for Claude Code when working with this repository. The file documents project overview, build and test commands, multi-version build system (V1/V2/V3), global build settings, architecture and core flow of the trigger library, key internal types, and test project layout. Intended as a quick reference for building, testing, and understanding trigger execution and project structure.
Add AutoGuru. prefix to all package IDs via src/Directory.Build.props, update package metadata to point to the autoguru-au fork, and simplify CI workflows to v3-only with updated GitHub Actions versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Opened against wrong repo, re-creating against autoguru-au fork. |
|
Hi @anthony-keller would you mind contributing to the original project ? we'd like to revive it |
I have a contribution for one of our fixes. It hasn't seen any action. We've not contributed our upgrade to .net 9 yet. We're happy to go back to the original if it's revived. We had an urgent issue we were trying to resolve so had to fork. |
|
Great! We'll be happy to integrate it if you make a pull request. |
Here is the original PR - #213 Would you prefer if I raise and issue and fresh PR for this? I'll be able to do that sometime over the next 1-2 days? |
|
Let's reopen it, I'll see if it's ok |
Okay. We have been running with that + an upgrade to .NET 9 for a couple of weeks now without any issues. So far that's all we've changed, however, we do have a list of other potential improvements suggested by Claude. Happy to share those too if you like? |
Summary
AutoGuru.prefix to all NuGet package IDs viaPackageIdproperty insrc/Directory.Build.propsautoguru-auforkTest plan
dotnet build EntityFrameworkCore.Triggered.sln— 0 errorsdotnet test EntityFrameworkCore.Triggered.sln— 241/241 tests passeddotnet pack -c Release -p:PackageVersion=3.4.0-test— all 5.nupkgfiles namedAutoGuru.EntityFrameworkCore.Triggered*.nupkgNUGET_KEYsecret, create GitHub Release with tagv3.4.0to trigger deployment🤖 Generated with Claude Code