Andrew Scott
Andrew Scott
**What version number you are using?** 31101.Alpha.2 **What game client are you playing? Retail, Wrath, Classic / Live, PTR, Beta** Retail **What language is the game client set to?** enUS...
### Description Since vite produces modern javascript, sourcemaps in development are often unnecessary as there is no significant transpilation that would make debugging difficult without them. On the other hand,...
* List of [NuGet packages](https://github.com/microsoft/ApplicationInsights-dotnet#nuget-packages) and version that you are using: Microsoft.ApplicationInsights.AspNetCore 2.22.0 * Runtime version (e.g. net461, net48, netcoreapp2.1, netcoreapp3.1, etc. You can find this information from the `*.csproj`...
Coalesce can never take an interface as a model type, so all interfaces could only ever be resolved from services. Don't require [Inject] to be specified.
``` c# [Create(SecurityPermissionLevels.DenyAll)] [Edit(SecurityPermissionLevels.DenyAll)] public class UserApiToken { public string UserApiTokenId { get; set; } = Guid.NewGuid(); [InternalUse] public required string TokenHash { get; init; } public required string Description...
This will provide more flexibility to users on how they want the contents of the list item to be displayed. Opens up the ability to add other prepend/append content or...
Since c-select-many-to-many is now based on c-select[multiple], it is much easier and makes more sense for this prop to be based on the far item. Some wonky stuff had to...
Will need a hash of the sql as part of the name to prevent conflicts between different app versions,