SourceGeneratorUtils icon indicating copy to clipboard operation
SourceGeneratorUtils copied to clipboard

.NET standard 2.0 utils and helpers to write source files (for source generators and general purpose)

Results 14 SourceGeneratorUtils issues
Sort by recently updated
recently updated
newest added

Bumps [xunit](https://github.com/xunit/xunit) from 2.4.2 to 2.5.1. Commits 9dc851b v2.5.1 86b0eef #2770: Make SerializationHelper public f49dafc File re-sort for SerializationHelper & XunitSerializationInfo d0004ae #2773: Add Assert.RaisesAny and Assert.RaisesAnyAsync non-generic for EventAr......

dependencies

Bumps [xunit.runner.visualstudio](https://github.com/xunit/xunit) from 2.4.5 to 2.5.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit.runner.visualstudio&package-manager=nuget&previous-version=2.4.5&new-version=2.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.3 to 17.7.2. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.7.2 What's Changed Fix cannot find System.Text.Json by @​nohwnd in microsoft/vstest#4669 Full Changelog: https://github.com/microsoft/vstest/compare/v17.7.1...v17.7.2 v17.7.1 What's Changed Take...

dependencies

Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.6.0 to 4.7.0. Release notes Sourced from Microsoft.CodeAnalysis.CSharp's releases. .NET 6.0.1 Release .NET 5.0.4 Release .NET 5.0.2 Release Notes Install Instructions Repos Core Changelog Sourced from Microsoft.CodeAnalysis.CSharp's...

dependencies

Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.6.0 to 4.7.0. Release notes Sourced from Microsoft.CodeAnalysis.CSharp's releases. .NET 6.0.1 Release .NET 5.0.4 Release .NET 5.0.2 Release Notes Install Instructions Repos Core Changelog Sourced from Microsoft.CodeAnalysis.CSharp's...

dependencies

- [ ] With the possibility to add attributes to the type declaration (generated code, exclude from coverage) - [ ] And to extract the fully qualified type name

enhancement
src-gen

Resources could be excluded via their fully qualified type name, the reason this wasn't implemented in the 0.0.1 is because some types are generic and it'd require to either :...

enhancement
src-gen