Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing
1.1.2
Prefix Reserved
dotnet add package Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing --version 1.1.2
NuGet\Install-Package Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing -Version 1.1.2
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing" Version="1.1.2" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing" />
paket add Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing --version 1.1.2
#r "nuget: Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing, 1.1.2"
#addin nuget:?package=Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing&version=1.1.2
#tool nuget:?package=Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing&version=1.1.2
Roslyn Source Generator Framework C# Types.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 3.8.0)
- Microsoft.CodeAnalysis.SourceGenerators.Testing (= 1.1.2)
-
.NETFramework 4.7.2
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 3.8.0)
- Microsoft.CodeAnalysis.SourceGenerators.Testing (= 1.1.2)
-
.NETStandard 2.0
- Microsoft.CodeAnalysis.CSharp.Workspaces (>= 3.8.0)
- Microsoft.CodeAnalysis.SourceGenerators.Testing (= 1.1.2)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing:
Package | Downloads |
---|---|
Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.XUnit
Roslyn Source Generator xUnit Framework C# Types. |
|
Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.NUnit
Roslyn Source Generator NUnit Framework C# Types. |
|
Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTest
Roslyn Source Generator MSTest Framework C# Types. |
|
H.Generators.Tests.Extensions
A set of extensions to simplify the test code of generators. ⭐ Last 10 features: - feat: Updated to net9 2024-11-13 - feat: Added Net9 to LatestReferenceAssemblies. 2024-11-13 - feat: Added extensions from DependencyPropertyGenerator. 2023-12-01 - feat: Updated to net8.0. 2023-11-30 - feat: Added net8.0 support for ReferenceAssemblies. 2023-11-08 - feat: Updated Uno version in FrameworkReferenceAssemblies. 2023-09-22 - feat: Added GeneratorDriverExtensions. 2023-08-31 - feat: Added net7.0 reference assemblies. 2023-08-30 - feat: Added SelectAndReportDiagnostics. 2023-08-16 - feat: Added IncrementalValuesProvider.CollectAsEquatableArray. 2023-03-10 🐞 Last 10 bug fixes: - fix: Fixed version of Microsoft.CodeAnalysis.CSharp. 2025-02-26 - fix: Fixed ToParameterName for C# keywords. 2025-01-12 - fix: Updated Uno and WinAppSdk versions. 2023-12-01 - fix: Fixed Avalonia ReferenceAssemblies. 2023-08-31 - fix: Fixed warnings. 2023-08-30 - fix: Added ability to add/remove _SystemLibs. 2023-04-08 - fix: Added missing IncrementalValueProvider SelectAndReportExceptions without cancellation token. 2023-03-09 - fix: Added IncrementalValueProvider SelectAndReportExceptions. 2023-03-09 - fix: Added missing useful overloads. 2023-03-09 - fix: Added IncrementalValuesProviderExtensions.WhereNotNull. 2023-03-09 |
|
AnalyzerTesting.CSharp.Extensions
Instantly start coding roslyn analyzer tests, without having to prepare a new derived class for every test flavor. |
GitHub repositories (21)
Showing the top 20 popular GitHub repositories that depend on Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing:
Repository | Stars |
---|---|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
reactiveui/refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
|
|
dotnet/winforms
Windows Forms is a .NET UI framework for building Windows desktop applications.
|
|
dotnet/Open-XML-SDK
Open XML SDK by Microsoft
|
|
Cysharp/MagicOnion
Unified Realtime/API framework for .NET platform and Unity.
|
|
dahall/Vanara
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
|
|
ppy/osu-framework
A game framework written with osu! in mind.
|
|
CoreWCF/CoreWCF
Main repository for the Core WCF project
|
|
dotnet/roslyn-analyzers
|
|
shinyorg/shiny
.NET Framework for Backgrounding & Device Hardware Services (iOS, Android, & Catalyst)
|
|
MarimerLLC/csla
A home for your business logic in any .NET application.
|
|
dapr/dotnet-sdk
Dapr SDK for .NET
|
|
elringus/bootsharp
Use C# in web apps with comfort
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
havit/Havit.Blazor
Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)
|
|
JasonBock/Rocks
A mocking library based on the Compiler APIs (Roslyn + Mocks)
|
|
aers/FFXIVClientStructs
Resources for reverse-engineering the FFXIV client's native classes.
|
|
dansiegel/Mobile.BuildTools
The Mobile.BuildTools makes it easier to develop code bases in a clean, consistent, secure, and configurable way. Determine at Build which environment your app needs to run on, and what Client Secrets it should have. Plus many more amazing features!
|
|
serdedotnet/serde
Serde.NET is a C# port of the popular Serde serialization library for Rust
|
|
microsoft/durabletask-dotnet
Out-of-process .NET SDK for the Durable Task Framework
|
Roslyn Source Generator Framework C# Types.