dotNetTips.Spargine
dotNetTips.Spargine copied to clipboard
Open-source .NET assemblies from dotNetTips.com and David McCarter
Finish setup of new assembly: - [ ] Modify project settings. - [ ] Modify post-build event.
Don't you have Source Control so you don't need to do this? https://github.com/RealDotNetDave/dotNetTips.Spargine/blob/6883de33184f36f36e430aa479e670023d011cc7/source/6/dotNetTips.Spargine.6.Core/Logging/LoggingHelper.cs#L33-L61
Bumps [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) from 6.0.10 to 6.0.25. Release notes Sourced from Microsoft.AspNetCore.Components's releases. .NET 6.0.25 Release .NET 6.0.24 Release .NET 6.0.23 Release .NET 6.0.22 Release .NET 6.0.21 Release .NET 6.0.20 Release...
Uh, oh... something's gone wonky with the README over at NuGet: https://www.nuget.org/packages/dotNetTips.Spargine.6 Not sure exactly what's afoot, but I thought I'd mention it at least.
When I spend time reviewing code for issues, I use the indicator in Visual Studio to tell me if that variable, method, or class is in use. There are many...