Skip to content

Fix name of Csla.AspNet NuGet package - #4776

Merged
rockfordlhotka merged 2 commits into
mainfrom
copilot/fix-csla-aspnet-package-name
Nov 26, 2025
Merged

rockfordlhotka merged 2 commits into
mainfrom
copilot/fix-csla-aspnet-package-name

Conversation

Copilot AI commented Nov 26, 2025

Copy link
Copy Markdown
Contributor

Reminder: Make sure to review CONTRIBUTING.MD and make sure you've sent in your signed contributor agreement.

Fixes #4770

Description

Updates the Csla.Web project to generate a NuGet package named Csla.AspNet instead of Csla.Web.

  • Changed PackageId from Csla.Web to Csla.AspNet in Source/Csla.Web/Csla.Web.csproj

The assembly name and namespace remain Csla.Web unchanged. This follows the existing pattern where package names differ from project names (e.g., Csla.Xaml.WpfCsla.Wpf).

Original prompt

This section details on the original issue you should resolve

<issue_title>Fix name of Csla.AspNet NuGet package</issue_title>
<issue_description>

Discussed in #4770

Originally posted by kellyethridge November 22, 2025
Hello,

I am wondering if Csla.AspNet version 8.2.9 is the last version to be supported. I cannot find a newer version in NuGet.

P.S. I'm referring to the .NET Framework version, not the Core Csla.AspNetCore package.

Thank you.

Fix the name of the Csla.Web project so it generates a Csla.AspNet NuGet package.</issue_description>

<agent_instructions>Update the Csla.Web csproj so when it generates its nuget package, the package name is Csla.AspNet</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Fix name of Csla.AspNet NuGet package Fix name of Csla.AspNet NuGet package Nov 26, 2025
Copilot AI requested a review from rockfordlhotka November 26, 2025 16:45
@rockfordlhotka
rockfordlhotka marked this pull request as ready for review November 26, 2025 17:01
@rockfordlhotka
rockfordlhotka merged commit 3cc2312 into main Nov 26, 2025
4 checks passed
@rockfordlhotka
rockfordlhotka deleted the copilot/fix-csla-aspnet-package-name branch November 26, 2025 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix name of Csla.AspNet NuGet package

2 participants