From 70d3ca47d7cc1894d8cfdb02b632839f9ac29902 Mon Sep 17 00:00:00 2001 From: Archi Date: Mon, 27 Nov 2023 14:15:33 +0100 Subject: [PATCH] Update TypeController.cs --- ArchiSteamFarm/IPC/Controllers/Api/TypeController.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ArchiSteamFarm/IPC/Controllers/Api/TypeController.cs b/ArchiSteamFarm/IPC/Controllers/Api/TypeController.cs index 5bd32b01c..9b5059ab9 100644 --- a/ArchiSteamFarm/IPC/Controllers/Api/TypeController.cs +++ b/ArchiSteamFarm/IPC/Controllers/Api/TypeController.cs @@ -21,7 +21,6 @@ using System; using System.Collections.Generic; -using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net; @@ -42,7 +41,6 @@ public sealed class TypeController : ArchiController { /// /// Type info is defined as a representation of given object with its fields and properties being assigned to a string value that defines their type. /// - [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicFields | DynamicallyAccessedMemberTypes.NonPublicFields)] [HttpGet("{type:required}")] [ProducesResponseType>((int) HttpStatusCode.OK)] [ProducesResponseType((int) HttpStatusCode.BadRequest)]