Use gender neutral language (#3057) #5710
Annotations
5 warnings
ArchiSteamFarm/IPC/WebUtilities.cs#L70
Unrecognized value passed to the parameter 'typeName' of method 'System.Type.GetType(String)'. It's not possible to guarantee the availability of the target type.
|
ArchiSteamFarm/IPC/Startup.cs#L117
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
ArchiSteamFarm/IPC/Controllers/Api/TypeController.cs#L65
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.NonPublicFields' in call to 'System.Type.GetFields(BindingFlags)'. The return value of method 'ArchiSteamFarm.IPC.WebUtilities.ParseType(String)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
ArchiSteamFarm/IPC/Controllers/Api/TypeController.cs#L78
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.NonPublicProperties' in call to 'System.Type.GetProperties(BindingFlags)'. The return value of method 'ArchiSteamFarm.IPC.WebUtilities.ParseType(String)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
ArchiSteamFarm/IPC/Controllers/Api/StructureController.cs#L56
'type' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicParameterlessConstructor', 'DynamicallyAccessedMemberTypes.NonPublicConstructors' in call to 'System.Activator.CreateInstance(Type, Boolean)'. The return value of method 'ArchiSteamFarm.IPC.WebUtilities.ParseType(String)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
The logs for this run have expired and are no longer available.
Loading