Skip to content
Open
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
2 changes: 1 addition & 1 deletion NovinCRM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<PackageReference Include="Blazored.SessionStorage" Version="2.4.0" />
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
<PackageReference Include="DotNetEnv" Version="3.2.0" />
<PackageReference Include="MediatR" Version="12.4.1" />
<PackageReference Include="MediatR" Version="14.2.0" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add license-key wiring for the MediatR upgrade

This bump crosses MediatR v13, where the package now requires configuring a Lucky Penny/MediatR license key via cfg.LicenseKey or the MEDIATR_LICENSE_KEY/LUCKYPENNY_LICENSE_KEY environment variables. I checked the AddEventDrivenSync registration plus .env.example, secrets.example.json, and the deploy workflow, and none of them wire or document that key, so production deployments that follow this repo will run with the new missing-license warning/error and may be non-compliant. Please either stay on the 12.x line or include the license-key configuration/docs with this upgrade.

Useful? React with 👍 / 👎.

<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="10.0.10" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="RestSharp" Version="114.0.0" />
Expand Down
Loading