Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 83a76de

Browse files
author
Angelo Pirola
committed
Rimosso obsolete da metodo
1 parent 4bc85c3 commit 83a76de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NET6CustomLibrary/Extensions/DependencyInjection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public static IMvcBuilder AddDateTimeJsonOptions(this IMvcBuilder builder)
7272
return builder;
7373
}
7474

75-
[Obsolete("This method is deprecated. Please indicate the TypeDescriptors as indicated in the README", true)]
75+
//[Obsolete("This method is deprecated. Please indicate the TypeDescriptors as indicated in the README", false)]
7676
public static IServiceCollection AddDateTimeOnlyAttributes(this IServiceCollection services)
7777
{
7878
TypeDescriptor.AddAttributes(typeof(DateOnly), new TypeConverterAttribute(typeof(DateOnlyTypeConverter)));

0 commit comments

Comments
 (0)