net9.0
namespace Microsoft.Extensions.DependencyInjection.Specification
{
    public class ClassWithOptionalArgsCtorWithStructs : Object
    {
        public ClassWithOptionalArgsCtorWithStructs(DateTime dateTime = null, DateTime dateTimeDefault = null, TimeSpan timeSpan = null, TimeSpan timeSpanDefault = null, DateTimeOffset dateTimeOffset = null, DateTimeOffset dateTimeOffsetDefault = null, Guid guid = null, Guid guidDefault = null, CustomStruct customStruct = null, CustomStruct customStructDefault = null, Nullable<ConsoleColor> color = 2, Nullable<ConsoleColor> colorNull = null, Nullable<?> integer = 12, Nullable<?> integerNull = null, StructWithPublicDefaultConstructor structWithConstructor = null);
    }
}
.NET 5.06.07.08.09.0
.NET Core 2.02.12.23.03.1
.NET Framework 4.6.14.6.24.74.7.14.7.24.84.8.1
.NET Standard 2.02.1
Information specific to net9.0
Assemblies

Microsoft.Extensions.DependencyInjection.Specification.Tests , Version=8.0.0.0, PublicKeyToken=adb9793829ddae60

Microsoft.Extensions.DependencyInjection.Specification.Tests , Version=9.0.0.0, PublicKeyToken=adb9793829ddae60

Referencing

Your project needs a package reference to Microsoft.Extensions.DependencyInjection.Specification.Tests.

Package Microsoft.Extensions.DependencyInjection.Specification.Tests net8.0
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API

05/10/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙