Skip to content

Use gender neutral language #5709

Use gender neutral language

Use gender neutral language #5709

Triggered via pull request October 31, 2023 15:04
@leetfinleetfin
opened #3057
main
Status Success
Total duration 8m 39s
Artifacts 10

publish.yml

on: pull_request
publish-asf-ui
53s
publish-asf-ui
Matrix: publish-asf
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

35 warnings
publish-asf (ubuntu-latest, linux-x64): 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.
publish-asf (ubuntu-latest, linux-x64): 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'.
publish-asf (ubuntu-latest, linux-x64): 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.
publish-asf (ubuntu-latest, linux-x64): 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.
publish-asf (ubuntu-latest, linux-x64): 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.
publish-asf (ubuntu-latest, linux-arm64): 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.
publish-asf (ubuntu-latest, linux-arm64): 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'.
publish-asf (ubuntu-latest, linux-arm64): 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.
publish-asf (ubuntu-latest, linux-arm64): 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.
publish-asf (ubuntu-latest, linux-arm64): 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.
publish-asf (ubuntu-latest, linux-arm): 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.
publish-asf (ubuntu-latest, linux-arm): 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'.
publish-asf (ubuntu-latest, linux-arm): 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.
publish-asf (ubuntu-latest, linux-arm): 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.
publish-asf (ubuntu-latest, linux-arm): 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.
publish-asf (macos-latest, osx-arm64): 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.
publish-asf (macos-latest, osx-arm64): 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'.
publish-asf (macos-latest, osx-arm64): 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.
publish-asf (macos-latest, osx-arm64): 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.
publish-asf (macos-latest, osx-arm64): 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.
publish-asf (windows-latest, win-x64): 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.
publish-asf (windows-latest, win-x64): 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'.
publish-asf (windows-latest, win-x64): 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.
publish-asf (windows-latest, win-x64): 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.
publish-asf (windows-latest, win-x64): 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.
publish-asf (windows-latest, win-arm64): 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.
publish-asf (windows-latest, win-arm64): 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'.
publish-asf (windows-latest, win-arm64): 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.
publish-asf (windows-latest, win-arm64): 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.
publish-asf (windows-latest, win-arm64): 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.
publish-asf (macos-latest, osx-x64): 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.
publish-asf (macos-latest, osx-x64): 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'.
publish-asf (macos-latest, osx-x64): 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.
publish-asf (macos-latest, osx-x64): 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.
publish-asf (macos-latest, osx-x64): 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.

Artifacts

Produced during runtime
Name Size
ASF-ui Expired
1.28 MB
macos-latest_ASF-osx-arm64 Expired
22.4 MB
macos-latest_ASF-osx-x64 Expired
22.8 MB
ubuntu-latest_ASF-generic Expired
8.2 MB
ubuntu-latest_ASF-linux-arm Expired
20 MB
ubuntu-latest_ASF-linux-arm64 Expired
20.5 MB
ubuntu-latest_ASF-linux-x64 Expired
21 MB
windows-latest_ASF-generic-netf Expired
10.9 MB
windows-latest_ASF-win-arm64 Expired
20.7 MB
windows-latest_ASF-win-x64 Expired
21.1 MB