Skip to main content

Posts

Publish .NET Core Code Coverage in Azure DevOps

  Publishing .NET Core code coverage in Azure Devops with .Net 6 gives very insightful information and does not require a lot of effort. Add the extension for Report Generator from the market place. Add the coverlet.collector NuGet package to (each of) the test project(s) that you run dotnet test against.  For example: <PackageReference Include=”coverlet.collector” Version=”3.1.0"> <IncludeAssets>      runtime;build;native;contentfiles;analyzers;buildtransitive; </IncludeAssets> <PrivateAssets>all</PrivateAssets> </PackageReference> 3. Next, update the pipeline yaml to ensure your dotnet test command looks like below along with the report generator task to combine the generated coverage reports for all the test projects and then publish the report. # This sets the variable to disable automatic generation of default coverage report and will allow us to use the new report that we are generating via Report Generator - task:...

Creating my logo

First I have to say. Thank Science. For the great resource that is the internet. After a few google searches and a few very helpful you tube videos. I was able to use a free resource to create my logo for my business. I am sure this achievement is probably trivial to many but it was a small but important step towards hopefully a realized dream. Good luck follow newbie business owners. Resources: https://www.youtube.com/watch?v=wVrEeImyg_E&feature=youtu.be https://logomaker.thehoth.com/

Certificate of Good Standing SCAM

Yes! SCAM! Their notice is clearly intended to confuse and give the impression of being part of the official government, in the hopes of swindling you out of your hard earned money. Lucky my spidey sense kicked in (helped by the fact that I used a CPA to register my business) and a quick google search provided confirmation of my suspicion. Happy to post this so I can help spread the word about this sleazy tactic. Good luck follow newbie business owners.