Merge branch 'main' into feature/3073 #5941
Annotations
14 errors and 35 warnings
publish-asf (ubuntu-latest, linux-arm):
ArchiSteamFarm/IPC/Controllers/Api/TypeController.cs#L49
The 'DynamicallyAccessedMembersAttribute' is not allowed on methods. It is allowed on method return value or method parameters though.
|
publish-asf (ubuntu-latest, linux-arm)
Process completed with exit code 1.
|
publish-asf (ubuntu-latest, linux-arm64):
ArchiSteamFarm/IPC/Controllers/Api/TypeController.cs#L49
The 'DynamicallyAccessedMembersAttribute' is not allowed on methods. It is allowed on method return value or method parameters though.
|
publish-asf (ubuntu-latest, linux-arm64)
Process completed with exit code 1.
|
publish-asf (ubuntu-latest, linux-x64):
ArchiSteamFarm/IPC/Controllers/Api/TypeController.cs#L49
The 'DynamicallyAccessedMembersAttribute' is not allowed on methods. It is allowed on method return value or method parameters though.
|
publish-asf (ubuntu-latest, linux-x64)
Process completed with exit code 1.
|
publish-asf (macos-latest, osx-arm64):
ArchiSteamFarm/IPC/Controllers/Api/TypeController.cs#L49
The 'DynamicallyAccessedMembersAttribute' is not allowed on methods. It is allowed on method return value or method parameters though.
|
publish-asf (macos-latest, osx-arm64)
Process completed with exit code 1.
|
publish-asf (windows-latest, win-arm64):
ArchiSteamFarm/IPC/Controllers/Api/TypeController.cs#L49
The 'DynamicallyAccessedMembersAttribute' is not allowed on methods. It is allowed on method return value or method parameters though.
|
publish-asf (windows-latest, win-arm64)
Process completed with exit code 1.
|
publish-asf (macos-latest, osx-x64):
ArchiSteamFarm/IPC/Controllers/Api/TypeController.cs#L49
The 'DynamicallyAccessedMembersAttribute' is not allowed on methods. It is allowed on method return value or method parameters though.
|
publish-asf (macos-latest, osx-x64)
Process completed with exit code 1.
|
publish-asf (windows-latest, win-x64):
ArchiSteamFarm/IPC/Controllers/Api/TypeController.cs#L49
The 'DynamicallyAccessedMembersAttribute' is not allowed on methods. It is allowed on method return value or method parameters though.
|
publish-asf (windows-latest, win-x64)
Process completed with exit code 1.
|
publish-asf (ubuntu-latest, linux-arm):
ArchiSteamFarm/IPC/WebUtilities.cs#L44
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#L116
'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#L77
'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#L54
'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#L44
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#L116
'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#L77
'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#L54
'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-x64):
ArchiSteamFarm/IPC/WebUtilities.cs#L44
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#L116
'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#L77
'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#L54
'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#L44
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#L116
'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#L77
'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#L54
'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#L44
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#L116
'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#L77
'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#L54
'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#L44
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#L116
'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#L77
'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#L54
'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/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#L77
'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#L54
'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#L44
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#L116
'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'.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ASF-ui
Expired
|
1.28 MB |
|
ubuntu-latest_ASF-generic
Expired
|
8.3 MB |
|