-
### Documentation
- [X] I have consulted the [documentation](https://docs.json-everything.net), and my question isn't answered there.
### Nuget Package
JsonSchema.Net.Generation
### Package Versio…
-
### Issue Description
When building with NuGet audit enabled, MSBuild tasks targeting .NET Core will receive the following error:
> Package 'System.Formats.Asn1' 7.0.0 has a known high severity v…
-
@jtkech I'm thinking to introduce programmable MSBuild tasks that will be useful for various reasons, such as:
- Copy Translations files
- Cleanup files
- or anything you may think of
I kn…
-
I think what is going on here is that the VMR build detects there is an existing dotnet installation available for use under `Program Files`. then the InstallDotNetCore task for some reason tries to i…
-
I checked https://github.com/loresoft/msbuildtasks/blob/master/Source/MSBuild.Community.Tasks/MSBuild.Community.Tasks.xsd and it contains some errors regarding redefinition of Move task, and Vss\* tas…
-
The `ProjectFile.GetProjectFileInfosAsync` method rotates through setting a `TargetFramework` property for each value in `TargetFrameworks` for a project. But when the project imports MSBuild.Sdk.Extr…
-
**Description:**
We would like to integrate [GitVersion](https://gitversion.net/) into our repository for versioning and remove all dependencies on `MSBuild.Version.Target`. This will streamline ou…
-
> Ok, thanks - that makes sense. Crazy that this was working for so long. Not sure what broke it, but clear I was depending on something I should not.
>
> Separately, there is basically no bridge t…
-
Misspelled XML nodes/elements can lead to hard to track behavior. Tracking those unknown nodes is easy:
``` C#
protected override void Register(ProjectFileAnalysisContext context)
{
Walk(con…
-
Hi, just updated dotnet to 5.0.102 and now the follow error occurs loading this extension:
[fail]: OmniSharp.MSBuild.ProjectLoader
The "Microsoft.AspNetCore.Razor.Tasks.DiscoverDefaultScoped…