diff --git a/csharp/app/Backend/bin/Debug/net6.0/AWSSDK.Core.dll b/csharp/app/Backend/bin/Debug/net6.0/AWSSDK.Core.dll deleted file mode 100755 index f1bf54d35..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/AWSSDK.Core.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/AWSSDK.Core.pdb b/csharp/app/Backend/bin/Debug/net6.0/AWSSDK.Core.pdb deleted file mode 100755 index a9b40deb8..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/AWSSDK.Core.pdb and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/AWSSDK.Core.xml b/csharp/app/Backend/bin/Debug/net6.0/AWSSDK.Core.xml deleted file mode 100755 index 26c61ddda..000000000 --- a/csharp/app/Backend/bin/Debug/net6.0/AWSSDK.Core.xml +++ /dev/null @@ -1,17218 +0,0 @@ - - - - AWSSDK.Core - - - - - An access control policy action identifies a specific action in a service - that can be performed on a resource. For example, sending a message to a - queue. - - ActionIdentifiers allow you to limit what your access control policy statement affects. - For example, you could create a policy statement that enables a certain group - of users to send messages to your queue, but not allow them to perform any - other actions on your queue. - - - The action is B in the statement - "A has permission to do B to C where D applies." - - Free form access control policy actions may include a wildcard (*) to match - multiple actions. - - - Constants for known actions can be found in the Amazon.Auth.AccessControlPolicy.ActionIdentifiers namespace. - - - - - - Constructs an Actionidentifer with the given action name. - - The name of the action - - - - Gets and sets the name of this action. For example, 'sqs:SendMessage' is the - name corresponding to the SQS action that enables users to send a message - to an SQS queue. - - - - - The available AWS access control policy actions for Amazon AppStream. - - - - - - The available AWS access control policy actions for Auto Scaling. - - - - - - The available AWS access control policy actions for AWS Billing. - - - - - - The available AWS access control policy actions for AWS CloudFormation. - - - - - - The available AWS access control policy actions for Amazon CloudFront. - - - - - - The available AWS access control policy actions for Amazon CloudSearch. - - - - - - The available AWS access control policy actions for AWS CloudTrail. - - - - - - The available AWS access control policy actions for Amazon CloudWatch. - - - - - - The available AWS access control policy actions for Amazon CloudWatch Logs. - - - - - - The available AWS access control policy actions for Amazon Cognito Identity. - - - - - - The available AWS access control policy actions for Amazon Cognito Sync. - - - - - - The available AWS access control policy actions for AWS Direct Connect. - - - - - - The available AWS access control policy actions for Amazon DynamoDB. - - - - - - The available AWS access control policy actions for Amazon EC2. - - - - - - The available AWS access control policy actions for AWS ElastiCache. - - - - - - The available AWS access control policy actions for AWS Elastic Beanstalk. - - - - - - The available AWS access control policy actions for Elastic Load Balancing. - - - - - - The available AWS access control policy actions for Amazon Elastic MapReduce. - - - - - - The available AWS access control policy actions for Amazon Elastic Transcoder. - - - - - - The available AWS access control policy actions for Amazon Glacier. - - - - - - The available AWS access control policy actions for AWS Identity and Access Management. - - - - - - The available AWS access control policy actions for AWS Import Export. - - - - - - The available AWS access control policy actions for Amazon Kinesis. - - - - - - The available AWS access control policy actions for AWS Marketplace. - - - - - - The available AWS access control policy actions for AWS Marketplace Management Portal. - - - - - - The available AWS access control policy actions for Amazon Mobile Analytics. - - - - - - The available AWS access control policy actions for AWS OpsWorks. - - - - - - The available AWS access control policy actions for Amazon RDS. - - - - - - The available AWS access control policy actions for Amazon Redshift. - - - - - - The available AWS access control policy actions for Amazon Route 53. - - - - - - The available AWS access control policy actions for Amazon S3. - - - - - - The available AWS access control policy actions for AWS Security Token Service. - - - - - - The available AWS access control policy actions for Amazon SES. - - - - - - The available AWS access control policy actions for Amazon SimpleDB. - - - - - - The available AWS access control policy actions for Amazon Simple Workflow Service. - - - - - - The available AWS access control policy actions for Amazon SNS. - - - - - - The available AWS access control policy actions for Amazon SQS. - - - - - - The available AWS access control policy actions for Amazon Storage Gateway. - - - - - - The available AWS access control policy actions for AWS Whispersync. - - - - - - The available AWS access control policy actions for Amazon Zocalo. - - - - - - AWS access control policy conditions are contained in - objects, and affect when a statement is applied. For example, a statement - that allows access to an Amazon SQS queue could use a condition to only apply - the effect of that statement for requests that are made before a certain - date, or that originate from a range of IP addresses. - - Multiple conditions can be included in a single statement, and all conditions - must evaluate to true in order for the statement to take effect. - - - The set of conditions is D in the statement - "A has permission to do B to C where D applies." - - - A condition is composed of three parts: - - - Condition Key - The condition key declares which value of a - request to pull in and compare against when a policy is evaluated by AWS. For - example, using will cause - AWS to pull in the current request's source IP as the first value to compare - against every time your policy is evaluated. - - - - Comparison Type - This is a static value used as the second value - in the comparison when your policy is evaluated. Depending on the comparison - type, this value can optionally use wildcards. See the documentation for - individual comparison types for more information. - - - - Comparison Value - This is a static value used as the second value - in the comparison when your policy is evaluated. Depending on the comparison - type, this value can optionally use wildcards. See the documentation for - individual comparison types for more information. - - - - - - - - - Gets the type of this condition. - - - - - Gets and Sets the name of the condition key involved in this condition. - Condition keys are predefined values supported by AWS that provide input - to a condition's evaluation, such as the current time, or the IP address - of the incoming request. - - Your policy is evaluated for each incoming request, and condition keys - specify what information to pull out of those incoming requests and plug - into the conditions in your policy. - - - - - - Gets and Sets the values specified for this access control policy condition. - For example, in a condition that compares the incoming IP address of a - request to a specified range of IP addresses, the range of IP addresses - is the single value in the condition. - - Most conditions accept only one value, but multiple values are possible. - - - - - - A factory for creating conditions to be used in the policy. - - - - - Condition key for the current time. - - This condition key should only be used with enum. - - - - - - Condition key for whether or not an incoming request is using a secure - transport to make the request (i.e. HTTPS instead of HTTP). - - This condition key should only be used with the boolean overload of NewCondition. - - - - - - Condition key for the source IP from which a request originates. - - This condition key should only be used with enum. - - - - - - Condition key for the user agent included in a request. - - This condition key should only be used with - enum. - - - - - - Condition key for the current time, in epoch seconds. - - This condition key should only be used with enum. - objects. - - - - - - Condition key for the referrer specified by a request. - - This condition key should only be used with - objects. - - - - - - Condition key for the Amazon Resource Name (ARN) of the source specified - in a request. The source ARN indicates which resource is affecting the - resource listed in your policy. For example, an SNS topic is the source - ARN when publishing messages from the topic to an SQS queue. - - This condition key should only be used with enum. - - - - - - Condition key for the account id of the source specified - in a request. - - - - - Enumeration of the supported ways an ARN comparison can be evaluated. - - - - Exact matching - - - - Loose case-insensitive matching of the ARN. Each of the six - colon-delimited components of the ARN is checked separately and each - can include a multi-character match wildcard (*) or a - single-character match wildcard (?). - - - - Negated form of ArnEquals - - - Negated form of ArnLike - - - - Enumeration of the supported ways a date comparison can be evaluated. - - - - - Enumeration of the supported ways an IP address comparison can be evaluated. - - - - - Matches an IP address against a CIDR IP range, evaluating to true if - the IP address being tested is in the condition's specified CIDR IP - range. - - - - - Negated form of IpAddress - - - - - Enumeration of the supported ways a numeric comparison can be evaluated - - - - - Enumeration of the supported ways a string comparison can be evaluated. - - - - - Case-sensitive exact string matching - - - - - Case-insensitive string matching - - - - - Loose case-insensitive matching. The values can include a - multi-character match wildcard (*) or a single-character match - wildcard (?) anywhere in the string. - - - - - Negated form of StringEquals. - - - - - Negated form of StringEqualsIgnorecase. - - - - - Negated form of StringLike. - - - - - Constructs a new access control policy condition that compares ARNs (Amazon Resource Names). - - The access policy condition key specifying where to get the first ARN for the comparison - The type of comparison to perform. - The second ARN to compare against. When using ArnLike or ArnNotLike this may contain the - multi-character wildcard (*) or the single-character wildcard - - - - Constructs a new access policy condition that performs a boolean - comparison. - - The access policy condition key specifying where to get the - first boolean value for the comparison (ex: aws:SecureTransport). - The boolean to compare against. - - - - This method is deprecated. Invoking this method results in non-UTC DateTimes - not being marshalled correctly. Use NewConditionUtc instead. - Constructs a new access policy condition that compares the current time - (on the AWS servers) to the specified date. - - The type of comparison to perform. For example, - DateComparisonType.DateLessThan will cause this policy - condition to evaluate to true if the current date is less than - the date specified in the second argument. - The date to compare against. - - - - Constructs a new access policy condition that compares the current time - (on the AWS servers) to the specified date. - - The type of comparison to perform. For example, - DateComparisonType.DateLessThan will cause this policy - condition to evaluate to true if the current date is less than - the date specified in the second argument. - The date to compare against. - - - - Constructs a new access policy condition that compares the source IP - address of the incoming request to an AWS service against the specified - CIDR range. The condition evaluates to true (meaning the policy statement - containing it will be applied) if the incoming source IP address is - within that range. - - To achieve the opposite effect (i.e. cause the condition to evaluate to - true when the incoming source IP is not in the specified CIDR - range) use the alternate constructor form and specify - IpAddressComparisonType.NotIpAddress. - - - The CIDR IP range involved in the policy condition. - - - - Constructs a new access policy condition that compares the source IP - address of the incoming request to an AWS service against the specified - CIDR range. When the condition evaluates to true (i.e. when the incoming - source IP address is within the CIDR range or not) depends on the - specified IpAddressComparisonType. - - The type of comparison to to perform. - The CIDR IP range involved in the policy condition. - - - - Constructs a new access policy condition that compares two numbers. - - The type of comparison to perform. - The access policy condition key specifying where to get the - first number for the comparison. - The second number to compare against. - - - - Constructs a new access control policy condition that compares two - strings. - - The type of comparison to perform - The access policy condition key specifying where to get the - first string for the comparison (ex: aws:UserAgent). - - The second string to compare against. When using - StringComparisonType.StringLike or - StringComparisonType.StringNotLike this may contain - the multi-character wildcard (*) or the single-character - wildcard (?). - - - - - Constructs a new access policy condition that compares the Amazon - Resource Name (ARN) of the source of an AWS resource that is modifying - another AWS resource with the specified pattern. - - For example, the source ARN could be an Amazon SNS topic ARN that is - sending messages to an Amazon SQS queue. In that case, the SNS topic ARN - would be compared the ARN pattern specified here. - - - The endpoint pattern may optionally contain the multi-character wildcard - * (*) or the single-character wildcard (?). Each of the six colon-delimited - components of the ARN is checked separately and each can include a - wildcard. - - - Policy policy = new Policy("MyQueuePolicy"); - policy.WithStatements(new Statement(Statement.StatementEffect.Allow) - .WithPrincipals(new Principal("*")).WithActionIdentifiers(SQSActionIdentifiers.SendMessage) - .WithResources(new Resource(myQueueArn)) - .WithConditions(ConditionFactory.NewSourceArnCondition(myTopicArn))); - - - The ARN pattern against which the source ARN will be compared. - Each of the six colon-delimited components of the ARN is - checked separately and each can include a wildcard. - A new access control policy condition that compares the ARN of - the source specified in an incoming request with the ARN pattern - specified here. - - - - Constructs a new access control policy condition that tests if the - incoming request was sent over a secure transport (HTTPS). - - A new access control policy condition that tests if the incoming - request was sent over a secure transport (HTTPS). - - - - Condition key for the canned ACL specified by a request. - - This condition key may only be used with enum. - - - - - - Condition key for the location constraint specified by a request. - - This condition key may only be used with enum. - - - - - - Condition key for the prefix specified by a request. - - This condition key may only be used with enum. - - - - - - Condition key for the delimiter specified by a request. - - This condition key may only be used with enum. - - - - - - Condition key for the max keys specified by a request. - - This condition key may only be used with enum. - - - - - - Condition key for the source object specified by a request to copy an - object. - - This condition key may only be used with enum. - - - - - - Condition key for the metadata directive specified by a request to copy - an object. - - This condition key may only be used with enum. - - - - - - Condition key for the version ID of an object version specified by a - request. - - This condition key may only be used with enum. - - - - - - Constructs a new access policy condition that compares an Amazon S3 - canned ACL with the canned ACL specified by an incoming request. - - You can use this condition to ensure that any objects uploaded to an - Amazon S3 bucket have a specific canned ACL set. - - - The Amazon S3 canned ACL to compare against. - A new access control policy condition that compares the Amazon S3 - canned ACL specified in incoming requests against the value - specified. - - - - Condition key for The URL, e-mail address, or ARN from a Subscribe - request or a previously confirmed subscription. Use with string - conditions to restrict access to specific endpoints (e.g., - *@mycompany.com). - - This condition key may only be used with enum. - - - - - - Condition key for the protocol value from a Subscribe request or a - previously confirmed subscription. Use with string conditions to restrict - publication to specific delivery protocols (e.g., HTTPS). - - This condition key may only be used with enum. - - - - - - Constructs a new access policy condition that compares the requested - endpoint used to subscribe to an Amazon SNS topic with the specified - endpoint pattern. The endpoint pattern may optionally contain the - multi-character wildcard (*) or the single-character wildcard (?). - - For example, this condition can restrict subscriptions to a topic to - email addresses in a certain domain ("*@my-company.com"). - - - Policy policy = new Policy("MyTopicPolicy"); - policy.WithStatements(new Statement(Statement.StatementEffect.Allow) - .WithPrincipals(new Principal("*")).WithActionIdentifiers(SNSActionIdentifiers.Subscribe) - .WithResources(new Resource(myTopicArn)) - .WithConditions(ConditionFactory.NewEndpointCondition("*@my-company.com"))); - - - The endpoint pattern against which to compare the requested - endpoint for an Amazon SNS topic subscription. - A new access control policy condition that compares the endpoint - used in a request to subscribe to an Amazon SNS topic with the - endpoint pattern specified. - - - - Constructs a new AWS access control policy condition that allows an - access control statement to restrict subscriptions to an Amazon SNS topic - based on the protocol being used for the subscription. For example, this - condition can restrict subscriptions to a topic to endpoints using HTTPS - to ensure that messages are securely delivered. - - The protocol against which to compare the requested protocol - for an Amazon SNS topic subscription. - A new access control policy condition that compares the - notification protocol requested in a request to subscribe to an - Amazon SNS topic with the protocol value specified. - - - - Deserializes a JSON string into a AWS policy object. - - - - - Serializes an AWS policy object to a JSON string, suitable for sending to an - AWS service. - - - - Converts the specified AWS policy object to a JSON string, suitable for - passing to an AWS service. - - @param policy - The AWS policy object to convert to a JSON string. - - @return The JSON string representation of the specified policy object. - - @throws IllegalArgumentException - If the specified policy is null or invalid and cannot be - serialized to a JSON string. - - - - Uses the specified generator to write the JSON data for the principals in - the specified policy statement. - - - - - This sorts the conditions by condition type and key with the list of values for that combination. - - The list of conditions to be sorted. - - - - - An AWS access control policy is a object that acts as a container for one or - more statements, which specify fine grained rules for allowing or denying - various types of actions from being performed on your AWS resources. - - By default, all requests to use your resource coming from anyone but you are - denied. Access control polices can override that by allowing different types - of access to your resources, or by explicitly denying different types of - access. - - - Each statement in an AWS access control policy takes the form: - "A has permission to do B to C where D applies". - - - A is the prinicpal - The AWS account that is making a request to - access or modify one of your AWS resources. - - - - B is the action - the way in which your AWS resource is being accessed or modified, such - as sending a message to an Amazon SQS queue, or storing an object in an Amazon S3 bucket. - - - - C is the resource - your AWS entity that the principal wants to access, such - as an Amazon SQS queue, or an object stored in Amazon S3. - - - - D is the set of conditions - optional constraints that specify when to allow or deny - access for the principal to access your resource. Many expressive conditions are available, - some specific to each service. For example you can use date conditions to allow access to - your resources only after or before a specific time. - - - - - - Note that an AWS access control policy should not be confused with the - similarly named "POST form policy" concept used in Amazon S3. - - - - - - The default policy version - - - - - Constructs an empty AWS access control policy ready to be populated with - statements. - - - - - Constructs a new AWS access control policy with the specified policy ID. - The policy ID is a user specified string that serves to help developers - keep track of multiple polices. Policy IDs are often used as a human - readable name for a policy. - - The policy ID for the new policy object. Policy IDs serve to - help developers keep track of multiple policies, and are often - used to give the policy a meaningful, human readable name. - - - - Constructs a new AWS access control policy with the specified policy ID - and collection of statements. The policy ID is a user specified string - that serves to help developers keep track of multiple polices. Policy IDs - are often used as a human readable name for a policy. - - The policy ID for the new policy object. Policy IDs serve to - help developers keep track of multiple policies, and are often - used to give the policy a meaningful, human readable name. - The statements to include in the new policy. - - - - Gets and Sets the policy ID for this policy. Policy IDs serve to help - developers keep track of multiple policies, and are often used as human - readable name for a policy. - - - - - Sets the policy ID for this policy and returns the updated policy so that - multiple calls can be chained together. - - Policy IDs serve to help developers keep track of multiple policies, and - are often used as human readable name for a policy. - - - The polich ID for this policy - this instance - - - - Gets and sets the version of this AWS policy. - - - - - Gets and Sets the collection of statements contained by this policy. Individual - statements in a policy are what specify the rules that enable or disable - access to your AWS resources. - - - - - Checks to see if the permissions set in the statement are already set by another - statement in the policy. - - The statement to verify - True if the statement's permissions are already allowed by the statement - - - - Sets the collection of statements contained by this policy and returns - this policy object so that additional method calls can be chained - together. - - Individual statements in a policy are what specify the rules that enable - or disable access to your AWS resources. - - - The collection of statements included in this policy. - this instance - - - - Returns a JSON string representation of this AWS access control policy, - suitable to be sent to an AWS service as part of a request to set an - access control policy. - - A JSON string representation of this AWS access control policy. - - - - Returns a JSON string representation of this AWS access control policy, - suitable to be sent to an AWS service as part of a request to set an - access control policy. - - Toggle pretty print for the generated JSON document - A JSON string representation of this AWS access control policy. - - - - Parses a JSON document of a policy and creates a Policy object. - - JSON document of a policy. - - - - - A principal is an AWS account which is being allowed or denied access to a - resource through an access control policy. The principal is a property of the - Statement object, not directly the object. - - The principal is A in the statement - "A has permission to do B to C where D applies." - - - In an access control policy statement, you can set the principal to all - authenticated AWS users through the member. This - is useful when you don't want to restrict access based on the identity of the - requester, but instead on other identifying characteristics such as the - requester's IP address. - - - - - - Principal instance that includes all authenticated AWS users. - - This is useful when you don't want to restrict access based on the - identity of the requester, but instead on other identifying - characteristics such as the requester's IP address. - - - - - - The anonymous Principal. - - - - - The default Principal provider for AWS accounts. - - - - - Principal provider for Canonical User IDs. - - - - - Principal provider for federated users (using a SAML identity provider) - - - - - Principal provider for assume role policies that will be assumed by an AWS service - (e.g. "ec2.amazonaws.com"). - - - - - Dummy principal provider for anonynous. - - - - - Constructs a new principal with the specified AWS account ID. - - An AWS account ID. - - - - Constructs a new principal with the specified provider and id - - The provider of the principal - The unique ID of the Principal within the provider - - - - Constructs a new principal with the specified provider and id - and optionally strips hyphens from the id - - The provider of the principal - The unique ID of the Principal within the provider - Strip hyphen - - - - Gets and sets the provider for this principal, which indicates in what group of - users this principal resides. - - - - - Gets the unique ID for this principal. - - - - - Represents a resource involved in an AWS access control policy statement. - Resources are the service specific AWS entities owned by your account. Amazon - SQS queues, Amazon S3 buckets and objects, and Amazon SNS topics are all - examples of AWS resources. - - The standard way of specifying an AWS resource is with an Amazon Resource - Name (ARN). - - - The resource is C in the statement - "A has permission to do B to C where D applies." - - - - - - Constructs a new AWS access control policy resource. Resources are - typically specified as Amazon Resource Names (ARNs). - - You specify the resource using the following Amazon Resource Name (ARN) - format: arn:aws:<vendor>:<region>:<namespace>:<relative-id> - - - >vendor identifies the AWS product (e.g., sns) - - - region is the AWS Region the resource resides in (e.g., us-east-1), if any - - - namespace is the AWS account ID with no hyphens (e.g., 123456789012) - - - relative-id is the service specific portion that identifies the specific resource - - - - - For example, an Amazon SQS queue might be addressed with the following - ARN: arn:aws:sqs:us-east-1:987654321000:MyQueue - - - Some resources may not use every field in an ARN. For example, resources - in Amazon S3 are global, so they omit the region field: - arn:aws:s3:::bucket/* - - - The Amazon Resource Name (ARN) uniquely identifying the desired AWS resource. - - - - Gets the resource ID, typically an Amazon Resource Name (ARN), - identifying this resource. - - - - - A factory for creating resources to be used in the policy. - - - - - Constructs a new bucket resource that represents the the specified bucket - but not any of the contained objects. - - The name of the bucket represented by this AWS access control - policy resource. - - - - Constructs a new object resource that represents the specified objects. - The keyPattern argument may contain the '*' wildcard to match multiple - objects. For example, an object resource created for bucket 'mybucket' - and key pattern 'foo*' will match any object stored in 'mybucket' with a - key that starts with 'foo'. - - The name of the bucket containing the object or objects - represented by this resource. - The key or key pattern, which can optionally contain the '*' - wildcard to include multiple objects in the resource. - - - - Constructs a new SQS queue resource for an access control policy. A - policy statement using this resource will allow or deny actions on the - specified queue. - - The AWS account ID of the queue owner. - The name of the Amazon SQS queue. - - - - A statement is the formal description of a single permission, and is always - contained within a policy object. - - A statement describes a rule for allowing or denying access to a specific AWS - resource based on how the resource is being accessed, and who is attempting - to access the resource. Statements can also optionally contain a list of - conditions that specify when a statement is to be honored. - - - For example, consider a statement that: - - - A is the prinicpal - The AWS account that is making a request to - access or modify one of your AWS resources. - - - - B is the action - the way in which your AWS resource is being accessed or modified, such - as sending a message to an Amazon SQS queue, or storing an object in an Amazon S3 bucket. - - - - C is the resource - your AWS entity that the principal wants to access, such - as an Amazon SQS queue, or an object stored in Amazon S3. - - - - D is the set of conditions - optional constraints that specify when to allow or deny - access for the principal to access your resource. Many expressive conditions are available, - some specific to each service. For example you can use date conditions to allow access to - your resources only after or before a specific time. - - - - - - There are many resources and conditions available for use in statements, and - you can combine them to form fine grained custom access control polices. - - - - - - The effect is the result that you want a policy statement to return at - evaluation time. A policy statement can either allow access or explicitly - deny access. - - - - - Constructs a new access control policy statement with the specified - effect. - - Before a statement is valid and can be sent to AWS, callers must set the - principals, resources, and actions (as well as any optional conditions) - involved in the statement. - - - The effect this statement has (allowing access or denying - access) when all conditions, resources, principals, and - actions are matched. - - - - Gets and Sets the ID for this statement. Statement IDs serve to help keep track - of multiple statements, and are often used to give the statement a - meaningful, human readable name. - - Developers should be careful to not use the same statement ID for - multiple statements in the same policy. Reusing the same statement ID in - different policies is not a problem. - - - - - - Sets the ID for this statement and returns the updated statement so - multiple calls can be chained together. - - Statement IDs serve to help keep track of multiple statements, and are - often used to give the statement a meaningful, human readable name. - - - Developers should be careful to not use the same statement ID for - multiple statements in the same policy. Reusing the same statement ID in - different policies is not a problem. - - - The new statement ID for this statement. - this instance - - - - Gets and Sets the result effect of this policy statement when it is evaluated. - A policy statement can either allow access or explicitly - - - - - Gets and Sets the list of actions to which this policy statement applies. - Actions limit a policy statement to specific service operations that are - being allowed or denied by the policy statement. For example, you might - want to allow any AWS user to post messages to your SQS queue using the - SendMessage action, but you don't want to allow those users other actions - such as ReceiveMessage or DeleteQueue. - - - - - Sets the list of actions to which this policy statement applies and - returns this updated Statement object so that additional method calls can - be chained together. - - Actions limit a policy statement to specific service operations that are - being allowed or denied by the policy statement. For example, you might - want to allow any AWS user to post messages to your SQS queue using the - SendMessage action, but you don't want to allow those users other actions - such as ReceiveMessage or DeleteQueue. - - - The list of actions to which this statement applies. - this instance - - - - Gets and Sets the resources associated with this policy statement. Resources - are what a policy statement is allowing or denying access to, such as an - Amazon SQS queue or an Amazon SNS topic. - - Note that some services allow only one resource to be specified per - policy statement. - - - - - - Sets the resources associated with this policy statement and returns this - updated Statement object so that additional method calls can be chained - together. - - Resources are what a policy statement is allowing or denying access to, - such as an Amazon SQS queue or an Amazon SNS topic. - - - Note that some services allow only one resource to be specified per - policy statement. - - - The resources associated with this policy statement. - this instance - - - - Gets and Sets the conditions associated with this policy statement. Conditions - allow policy statements to be conditionally evaluated based on the many - available condition types. - - For example, a statement that allows access to an Amazon SQS queue could - use a condition to only apply the effect of that statement for requests - that are made before a certain date, or that originate from a range of IP - addresses. - - - When multiple conditions are included in a single statement, all - conditions must evaluate to true in order for the statement to take - effect. - - - - - - Sets the conditions associated with this policy statement, and returns - this updated Statement object so that additional method calls can be - chained together. - - Conditions allow policy statements to be conditionally evaluated based on - the many available condition types. - - - For example, a statement that allows access to an Amazon SQS queue could - use a condition to only apply the effect of that statement for requests - that are made before a certain date, or that originate from a range of IP - addresses. - - - Multiple conditions can be included in a single statement, and all - conditions must evaluate to true in order for the statement to take - effect. - - - The conditions associated with this policy statement. - this instance - - - - Gets and Sets the principals associated with this policy statement, indicating - which AWS accounts are affected by this policy statement. - - - - - Sets the principals associated with this policy statement, and returns - this updated Statement object. Principals control which AWS accounts are - affected by this policy statement. - - If you don't want to restrict your policy to specific users, you can use - to apply the policy to any user trying to - access your resource. - - - The list of principals associated with this policy statement. - this instance - - - - Base exception for AccountId error. - - - - - Construct an instance of AmazonAccountIdException - - - - - Construct an instance of AmazonAccountIdException - - The error message that explains the reason for the exception. - - - - Construct an instance of AmazonAccountIdException - - The error message that explains the reason for the exception. - The exception that is the cause of the current exception. - - - - Exception thrown by the SDK for errors that occur within the SDK. - - - - - This exception is thrown when there is a parse error on the response back from AWS. - - - - - The string value which could not be converted into a valid DateTime instance. - - - - - Occurs before a request is marshalled. - - - - - Occurs before a request is issued against the service. - - - - - Occurs after a response is received from the service. - - - - - Occurs after an exception is encountered. - - - - - Assembles the Uri for a given SDK request - - Request to compute Uri for - Uri for the given SDK request - - - - Assembles the Uri for a given SDK request - - Request to compute Uri for - If true the accepted path characters {/+:} are not encoded. - Uri for the given SDK request - - - - Patches the in-flight uri to stop it unescaping the path etc (what Uri did before - Microsoft deprecated the constructor flag). This is particularly important for - Amazon S3 customers who want to use backslash (\) in their key names. - - - Different behavior in the various runtimes has been observed and in addition some - 'documented' ways of doing this between 2.x and 4.x runtimes has also been observed - to not be reliable. - - This patch effectively emulates what adding a schemesettings element to the - app.config file with value 'name="http" genericUriParserOptions="DontUnescapePathDotsAndSlashes"' - does. As we're a dll, that avenue is not open to us. - - - - - - Used to create a copy of the config for a different service than the current instance. - - Target service ClientConfig - The new ClientConfig for the desired service - - - - A base exception for some Amazon Web Services. - - Most exceptions thrown to client code will be service-specific exceptions, though some services - may throw this exception if there is a problem which is caught in the core client code. - - - - - - Whether the error was attributable to Sender or Reciever. - - - - - The error code returned by the service - - - - - The id of the request which generated the exception. - - - - - The HTTP status code from the service response - - - - - Flag indicating if the exception is retryable and the associated retry - details. A null value indicates that the exception is not retryable. - - - - - Class containing the retryable details for an AmazonServiceException - - - - - This property indicates that this exception is a - throttling exception and should be subject to congestion - control throttling. - - - - - This exception is thrown when there is a parse error on the response back from AWS. - - - - - Last known location in the response that was parsed, if available. - - - - - The entire response body that caused this exception, if available. - - - - - Base class for request used by some of the services. - - - - - This flag specifies if SigV4 will be used for the current request. - - - - - This flag specifies if SigV4 will be used for the current request. - Returns true if the request will use SigV4. - Setting it to false will use SigV2. - - - - - Specifies which signature version will be used for the current request. - - - - - Gets or Sets a value indicating if "Expect: 100-continue" HTTP header will be - sent by the client for this request. The default value is false. - - - - - Gets the signer to use for this request. - A null return value indicates to use the configured - signer for the service that this request is part of. - - A signer for this request, or null. - - - - Checksum validation behavior for validating the integrity of this request's response - - - - - Checksum algorithms that are supported for validating the integrity of this request's response - - - - - Abstract class for Response objects, contains only metadata, - and no result information. - - - - - Contains additional information about the request, such as the - Request Id. - - - - - Returns the content length of the HTTP response. - - - - - Returns the status code of the HTTP response. - - - - - Exception thrown for issues related to the AWS Common Runtime (CRT) - - - - - Initializes a new instance of an AWSCommonRuntimeException - - The message that desribes the error - - - - Initializes a new instance of an AWSCommonRuntimeException - - The message that desribes the error - The exception that is the cause of the current exception, or a null reference if no inner exception is specified. - - - - Base class for determining region based on inspection. - - - - - Sets the Region property by looking up the corresponding RegionEndpoint - from the supplied region system name (us-east-1, us-west-2 etc). - - The system name of the region. - - - - Determines region based on application configuration settings. If the configuration does not contain - the region setting key an InvalidOperationException is thrown. - - - - - Attempts to construct an instance of ApplicationConfigAWSRegion. If no region is found in the - application configuration file then an InvalidOperationException is thrown. - - - - - Determines region based on an environment variable. If the environment does not contain - the region setting key an InvalidOperationException is thrown. - - - - - Attempts to construct an instance of EnvironmentVariableAWSRegion. If no region is found in the - environment then an InvalidOperationException is thrown. - - - - - Determines region based on inspection of the instance metadata if running on an EC2 instance. - If instance metadata cannot be read or does not contain region information an InvalidOperationException is thrown. - - - - - Attempts to construct an instance of InstanceProfileAWSRegion. If no region is found in the - metadata or we are not running on an EC2 instance an InvalidOperationException is thrown. - - - - - Determines region based on a stored in an . - If the profile doesn't exist or there is no region information an InvalidOperationException is thrown. - - - - - Attempts to construct an instance of . - If the AWS_PROFILE environment variable is set the instance will be constructed using that profile, - otherwise it will use the default profile. - - If the profile doesn't exist or there is no region information an InvalidOperationException is thrown. - - The ICredentialProfileSource to read the profile from. - - - - Attempts to construct an instance of . - If the profile doesn't exist or there is no region information an InvalidOperationException is thrown. - - The ICredentialProfileSource to read the profile from. - The name of the profile. - - - - Probing mechanism to determine region from various sources. - - - - - This class is responsible for keeping track of Retry capacity across different ServiceURLs. - - - - - CapacityType determines the type of capacity to obtain or use. - - - - - The increment capacity type adds capacity. - - - - - The default retry capacity type uses the default capacity amount. - - - - - The timeout capacity type uses the timeout capacity amount. - - - - - This method acquires a said retry capacity if the container has the capacity. - - Contains the RetryCapacity object for the said ServiceURL. - - - - This method acquires a said retry capacity if the container has the capacity. - - Contains the RetryCapacity object for the said ServiceURL. - Specifies what capacity type cost to use for obtaining capacity - - - - This method calls a method to release capacity back - based on whether it was a successful response or a successful retry response. This is invoked by a retry request response. - - if this request is a retry, use a different capacity cost - Contains the RetryCapacity object for the said ServiceURL. - - - - This method calls a method to release capacity back - based on whether it was a successful response or a successful retry response. This is invoked by a retry request response. - - Specifies what capacity type cost to use for adding capacity - Contains the RetryCapacity object for the said ServiceURL. - - - - Ths method fetches the RetryCapacity for the given ServiceURL from CapacityManager.CapacityContainer - - - - - This method releases capacity back. This is invoked by the TryReleaseCapacity method. - - Contains the RetryCapacity object for the said ServiceURL. - The capacity that needs to be released based on whether it was a successful response or a successful retry response. - - - - This class is the RetryCapacity class for a given ServiceURL. - - - - - This class composes Client Context header for Amazon Web Service client. - It contains information like app title, version code, version name, client id, OS platform etc. - - - - - Adds the custom attributes to the Client Context. - - Key. - Value. - - - - Gets a Json Representation of the Client Context. - - Json Representation of Client Context - - - - Class to which the Json stdout from credential process is - de-serialized into. - - - - - Version of the Json payload - - - - - AWS Access key - - - - - AWS Secret key - - - - - AWS Session token for session credentials - - - - - ISO8601 formatted timestamp till when the credential is valid. - - - - - This class gets the CSM configuration if set. - The priority goes - 1. App.config / instantiate on the AWSConfigs class - 2. Environment variable - 3. Shared Profile - - - - - Determine CSM configs from shared profile file. - - - - - Determine CSM configs from environment variables. - - - - - Determine CSM configs from AWSConfigs class. - - - - - Utility class for CSM. - Contains logic to serialize CSM events to Json. - - - - - Method to retrieve the API name from the request name. - - - - - Method to serialize MonitoringAPICallAttempt CSM event to json. - - - - - Method to serialize MonitoringAPICallEvent CSM event to json. - - - - - Method to serialize MonitoringAPICall CSM event to json. - - - - - Internal class that has the CSM configurations for the Monitoring Listener - after being derived from the CSMConfigChain class. - - - - - CSM event base class - - - - - Contains the operation name for the api call being made - - - - - Contains the service id ServiceId Sep of the service - against which the call is being made - - - - - Contains the "ClientId" configuration value - computed from the CSMConfigChain class - - - - - Contains the elapsed time, in milliseconds, - since January 1st, 1970, for the time point - at which the event occurred - - - - - Contains "ApiCall" or "ApiCallAttempt" - based on what the monitoring event is describing - - - - - Contains the enum of the above CSM type property - - - - - Contains the "Version" configuration value - computed from the CSMConfigChain class - Defaults to 1. - - - - - Contains the signing region used by the - service client that made the request attempt. - - - - - Contains the full value of the SDK's default - user agent header for http requests. - - - - - Class that captures the CSM Api Call Attempt Monitoring Events - for each http request and its subsequent response. - - - - - Contains the fully-qualified domain name of the endpoint that - the request attempt was submitted to. - - - - - Contains the session token passed - in the x-amz-security-token header. - - - - - Contains the aws_access_key value that - was used to sign the http request. - - - - - Contains the attempt's response status code, - as returned by the http client. - - - - - Contains the full text (exception object converted to String, - for example) for any attempt-level failure that is due to - something other than an Aws exception. The value of this entry - has a maximum length of 512. - - - - - Contains the short error name (exception class name, for example) - for any attempt-level failure that is due to something other - than an Aws exception.The value of this entry has a maximum length of 128. - - - - - Contains the Aws exception code returned in the response. - - - - - Contains the full text of the Aws exception message. - - - - - Contains the value of the response's x-amzn-RequestId header. - - - - - Contains the value of the response's x-amz-request-id header. - - - - - Contains the value of the response's x-amz-id-2 header. - - - - - Contains the elapsed time, in milliseconds, - between the construction of the http request and the - point in time where the http response has been parsed - or the attempt has definitively failed. - - - - - Class that captures the CSM Api Call Monitoring Events - for the entire SDK call. This is processed once. - - - - - Contains the total number of attempts that were made - by the service client to fulfill this request before succeeding or failing - - - - - Contains the elapsed time, in milliseconds, - between when the Api Call was begun and when a - final response or error is manifested to the caller - - - - - a boolean (0/1) value that is 0 unless the Api call failed - and the final attempt returned a retryable error.This entry should be - serialized as a numeric 0/1 value. This is mapped to MaxRetriesExceeded - when serialized to a UDP datagram. - - - - - Contains the full text (exception object - converted to String, for example) for an attempt-level failure that is due to - something other than an Aws exception that occurred on the last attempt to - fulfill the Api call.The value of this entry has a maximum length of 512. - - - - - Contains the short error name (exception - class name, for example) for a failure that is due to something other than an - Aws exception that occurred on the last attempt to fulfill an Api call.See - the SdkException entry for more details.The value of this entry has a - maximum length of 128. - - - - - Contains the Aws exception code - returned in the response to the final attempt at fulfilling this API call. - The value of this entry has a maximum length of 128. - - - - - - Contains the attempt's response status code, - as returned by the http client. - - - - - Computes RFC 2104-compliant HMAC signature. - - - - - Computes RFC 2104-compliant HMAC signature. - - - - - Inspects the supplied evidence to determine if sigv4 or sigv2 signing should be used - - Global setting for the service - The request. - Configuration for the client - True if signature v4 request signing should be used, false if v2 signing should be used - - - - Asymmetric SigV4 signer using a the AWS Common Runtime implementation of SigV4a via AWSSDK.Extensions.CrtIntegration - - - - - Instantiates an SigV4a signer using CRT's SigV4a implementation - - - - - Instantiates an SigV4a signer using CRT's SigV4a implementation - - Whether to sign the request's payload - - - - Protocol for the requests being signed - - - - - Calculates and signs the specified request using the asymmetric Sigv4 (Sigv4a) signing protocol. - The resulting signature is added to the request headers as 'Authorization'. Parameters supplied in the request, either in - the resource path as a query string or in the Parameters collection must not have been - uri encoded. If they have, use the SignRequest method to obtain a signature. - - - The request to compute the signature for. Additional headers mandated by the AWS4a protocol - ('host' and 'x-amz-date') will be added to the request before signing. - - - Client configuration data encompassing the service call (notably authentication - region, endpoint and service name). - - - Metrics for the request - - - The AWS credentials for the account making the service call. - - - - - Calculates and signs the specified request using the asymmetric Sigv4 (Sigv4a) signing protocol. - The resulting signature is added to the request headers as 'Authorization'. Parameters supplied in the request, either in - the resource path as a query string or in the Parameters collection must not have been - uri encoded. If they have, use the SignRequest method to obtain a signature. - - - The request to compute the signature for. Additional headers mandated by the AWS4a protocol - ('host' and 'x-amz-date') will be added to the request before signing. - - - Client configuration data encompassing the service call (notably authentication - region, endpoint and service name). - - - Metrics for the request - - - The AWS credentials for the account making the service call. - - AWS4a Signing Result - - - - Calculates the asymmetric Sigv4 (Sigv4a) signature for a presigned url. - - - The request to compute the signature for. - - - Adding supporting data for the service call required by the signer (notably authentication - region, endpoint and service name). - - - Metrics for the request - - - The AWS credentials for the account making the service call. - - - The service to sign for - - - The region to sign to, if null then the region the client is configured for will be used. - - AWS4a Signing Result - - - - Calculates the signature for a single chunk of a chunked SigV4a request - - Content of the current chunk - Signature of the previous chunk - Signing result of the request's header - Unpadded SigV4a signature of the given chunk - - - - Signs the final chunk containing trailing headers - - Trailing header keys and values - Signature of the previously signed chunk - Signing result for the "seed" signature consisting of headers - Signature of the trailing header chunk - - - - Encapsulates the various fields and eventual signing value that makes up - an AWS4a signature. This can be used to retrieve the required authorization string - or authorization query parameters for the final request as well as hold ongoing - signature computations for subsequent calls related to the initial signing. - - - - - Constructs a new signing result instance for a computed signature - - The access key that was included in the signature - Date/time (UTC) that the signature was computed - The collection of headers names that were included in the signature - Formatted 'scope' value for signing (YYYYMMDD/region/service/aws4_request) - The set of AWS regions this signature is valid for - Computed signature - Service the request was signed for - Presigned Uri - Credentials of the AWS account making the signed request - - - - Returns the hex string representing the signature - - - - - Returns the signature in a form usable as an 'Authorization' header value. - - - - - Returns the set of regions this signature is valid for - - - - - Returns the full presigned Uri - - - - - Returns the service the request was signed for - - - - - Returns the credentials of the AWS account making the signed request - - - - - AWS4 protocol signer for service calls that transmit authorization in the header field "Authorization". - - - - - Calculates and signs the specified request using the AWS4 signing protocol by using the - AWS account credentials given in the method parameters. The resulting signature is added - to the request headers as 'Authorization'. Parameters supplied in the request, either in - the resource path as a query string or in the Parameters collection must not have been - uri encoded. If they have, use the SignRequest method to obtain a signature. - - - The request to compute the signature for. Additional headers mandated by the AWS4 protocol - ('host' and 'x-amz-date') will be added to the request before signing. - - - Client configuration data encompassing the service call (notably authentication - region, endpoint and service name). - - - Metrics for the request - - - The AWS public key for the account making the service call. - - - The AWS secret key for the account making the call, in clear text. - - - If any problems are encountered while signing the request. - - - - - Calculates and signs the specified request using the AWS4 signing protocol by using the - AWS account credentials given in the method parameters. The resulting signature is added - to the request headers as 'Authorization'. Parameters supplied in the request, either in - the resource path as a query string or in the Parameters collection must not have been - uri encoded. If they have, use the SignRequest method to obtain a signature. - - - The request to compute the signature for. Additional headers mandated by the AWS4 protocol - ('host' and 'x-amz-date') will be added to the request before signing. - - - Client configuration data encompassing the service call (notably authentication - region, endpoint and service name). - - - Metrics for the request - - - The AWS credentials for the account making the service call. - - - If any problems are encountered while signing the request. - - - - - Calculates and signs the specified request using the AWS4 signing protocol by using the - AWS account credentials given in the method parameters. - - - The request to compute the signature for. Additional headers mandated by the AWS4 protocol - ('host' and 'x-amz-date') will be added to the request before signing. - - - Client configuration data encompassing the service call (notably authentication - region, endpoint and service name). - - - Metrics for the request. - - - The AWS public key for the account making the service call. - - - The AWS secret key for the account making the call, in clear text. - - - If any problems are encountered while signing the request. - - - Parameters passed as part of the resource path should be uri-encoded prior to - entry to the signer. Parameters passed in the request.Parameters collection should - be not be encoded; encoding will be done for these parameters as part of the - construction of the canonical request. - - - - - Sets the AWS4 mandated 'host' and 'x-amz-date' headers, returning the date/time that will - be used throughout the signing process in various elements and formats. - - The current set of headers - - Date and time used for x-amz-date, in UTC - - - - Sets the AWS4 mandated 'host' and 'x-amz-date' headers, accepting and returning the date/time that will - be used throughout the signing process in various elements and formats. - - The current set of headers - - - Date and time used for x-amz-date, in UTC - - - - Sets the x-amz-trailer header for the given set of trailing headers - - request's headers - request's trailing headers - - - - Computes and returns an AWS4 signature for the specified canonicalized request - - - - - - - - - - - - Computes and returns an AWS4 signature for the specified canonicalized request - - - - - - - - - - - - - Computes and returns an AWS4 signature for the specified canonicalized request - - - - - - - - - - - - - - Formats the supplied date and time for use in AWS4 signing, where various formats are used. - - - The required format - The UTC date/time in the requested format - - - - Compute and return the multi-stage signing key for the request. - - The clear-text AWS secret key, if not held in secureKey - The region in which the service request will be processed - Date of the request, in yyyyMMdd format - The name of the service being called by the request - Computed signing key - - - - If the caller has already set the x-amz-content-sha256 header with a pre-computed - content hash, or it is present as ContentStreamHash on the request instance, return - the value to be used in request canonicalization. - If not set as a header or in the request, attempt to compute a hash based on - inspection of the style of the request content. - - Request to sign - The fixed value to set for the x-amz-content-sha256 header for chunked requests - Length of the signature for each chunk in a chuncked request, in bytes - - The computed hash, whether already set in headers or computed here. Null - if we were not able to compute a hash. - - - - - If signPayload is false set the x-amz-content-sha256 header to - the UNSIGNED-PAYLOAD magic string and return it. - Otherwise, if the caller has already set the x-amz-content-sha256 header with a pre-computed - content hash, or it is present as ContentStreamHash on the request instance, return - the value to be used in request canonicalization. - If not set as a header or in the request, attempt to compute a hash based on - inspection of the style of the request content. - - Request to sign - Whether to sign the payload - The fixed value to set for the x-amz-content-sha256 header for chunked requests - Length of the signature for each chunk in a chuncked request, in bytes - - The computed hash, whether already set in headers or computed here. Null - if we were not able to compute a hash. - - - - - Appends "aws-chunked" to the Content-Encoding header if it's already set - - Request to modify - - - - Returns the HMAC256 for an arbitrary blob using the specified key - - - - - - - - Returns the HMAC256 for an arbitrary blob using the specified key - - - - - - - - Compute and return the hash of a data blob using the specified key - - Algorithm to use for hashing - Hash key - Data blob - Hash of the data - - - - Compute and return the hash of a data blob using the specified key - - Algorithm to use for hashing - Hash key - Data blob - Hash of the data - - - - Computes the non-keyed hash of the supplied data - - - - - - - Computes the non-keyed hash of the supplied data - - - - - - - Computes and returns the canonical request - - The endpoint URL - the path of the resource being operated on - The http method used for the request - The full request headers, sorted into canonical order - The query parameters for the request - - The hash of the binary request body if present. If not supplied, the routine - will look for the hash as a header on the request. - - Canonicalised request as a string - - - - Computes and returns the canonical request - - The endpoint URL - the path of the resource being operated on - The http method used for the request - The full request headers, sorted into canonical order - The query parameters for the request - - The path resource values lookup to use to replace the keys within resourcePath - The hash of the binary request body if present. If not supplied, the routine - will look for the hash as a header on the request. - - The version of the marshaller that constructed the request object. - Canonicalised request as a string - - - - Computes and returns the canonical request - - The endpoint URL - the path of the resource being operated on - The http method used for the request - The full request headers, sorted into canonical order - The query parameters for the request - - The path resource values lookup to use to replace the keys within resourcePath - The hash of the binary request body if present. If not supplied, the routine - will look for the hash as a header on the request. - - The version of the marshaller that constructed the request object. - The service being called for the request - Canonicalised request as a string - - - - Reorders the headers for the request for canonicalization. - - The set of proposed headers for the request - List of headers that must be included in the signature - For AWS4 signing, all headers are considered viable for inclusion - - - - Computes the canonical headers with values for the request. Only headers included in the signature - are included in the canonicalization process. - - All request headers, sorted into canonical order - Canonicalized string of headers, with the header names in lower case. - - - - Returns the set of headers included in the signature as a flattened, ;-delimited string - - The headers included in the signature - Formatted string of header names - - - - Collects the subresource and query string parameters into one collection - ready for canonicalization - - The in-flight request being signed - The fused set of parameters - - - - Computes and returns the canonicalized query string, if query parameters have been supplied. - Parameters with no value will be canonicalized as 'param='. The expectation is that parameters - have not already been url encoded prior to canonicalization. - - The set of parameters being passed on the uri - - Parameters must be uri encoded into the canonical request and by default the signer expects - that the supplied collection contains non-encoded data. Set this to false if the encoding was - done prior to signer entry. - - The uri encoded query string parameters in canonical ordering - - - - Computes and returns the canonicalized query string, if query parameters have been supplied. - Parameters with no value will be canonicalized as 'param='. The expectation is that parameters - have not already been url encoded prior to canonicalization. - - The set of parameters to be encoded in the query string - - Parameters must be uri encoded into the canonical request and by default the signer expects - that the supplied collection contains non-encoded data. Set this to false if the encoding was - done prior to signer entry. - - The uri encoded query string parameters in canonical ordering - - - - Returns the request parameters in the form of a query string. - - The request instance - Request parameters in query string format - - - - AWS4 protocol signer for Amazon S3 presigned urls. - - - - - Calculates and signs the specified request using the AWS4 signing protocol by using the - AWS account credentials given in the method parameters. The resulting signature is added - to the request headers as 'Authorization'. - - - The request to compute the signature for. Additional headers mandated by the AWS4 protocol - ('host' and 'x-amz-date') will be added to the request before signing. - - - Adding supporting data for the service call required by the signer (notably authentication - region, endpoint and service name). - - - Metrics for the request - - - The AWS public key for the account making the service call. - - - The AWS secret key for the account making the call, in clear text - - - If any problems are encountered while signing the request. - - - - - Calculates and signs the specified request using the AWS4 signing protocol by using the - AWS account credentials given in the method parameters. The resulting signature is added - to the request headers as 'Authorization'. - - - The request to compute the signature for. Additional headers mandated by the AWS4 protocol - ('host' and 'x-amz-date') will be added to the request before signing. - - - Adding supporting data for the service call required by the signer (notably authentication - region, endpoint and service name). - - - Metrics for the request - - - The AWS credentials for the account making the service call. - - - If any problems are encountered while signing the request. - - - - - Calculates the AWS4 signature for a presigned url. - - - The request to compute the signature for. Additional headers mandated by the AWS4 protocol - ('host' and 'x-amz-date') will be added to the request before signing. If the Expires parameter - is present, it is renamed to 'X-Amz-Expires' before signing. - - - Adding supporting data for the service call required by the signer (notably authentication - region, endpoint and service name). - - - Metrics for the request - - - The AWS public key for the account making the service call. - - - The AWS secret key for the account making the call, in clear text - - - If any problems are encountered while signing the request. - - - Parameters passed as part of the resource path should be uri-encoded prior to - entry to the signer. Parameters passed in the request.Parameters collection should - be not be encoded; encoding will be done for these parameters as part of the - construction of the canonical request. - - - - - Calculates the AWS4 signature for a presigned url. - - - The request to compute the signature for. Additional headers mandated by the AWS4 protocol - ('host' and 'x-amz-date') will be added to the request before signing. If the Expires parameter - is present, it is renamed to 'X-Amz-Expires' before signing. - - - Adding supporting data for the service call required by the signer (notably authentication - region, endpoint and service name). - - - Metrics for the request - - - The AWS public key for the account making the service call. - - - The AWS secret key for the account making the call, in clear text - - - The service to sign for - - - The region to sign to, if null then the region the client is configured for will be used. - - - If any problems are encountered while signing the request. - - - Parameters passed as part of the resource path should be uri-encoded prior to - entry to the signer. Parameters passed in the request.Parameters collection should - be not be encoded; encoding will be done for these parameters as part of the - construction of the canonical request. - - The X-Amz-Content-SHA256 is cleared out of the request. - If the request is for S3 then the UNSIGNED_PAYLOAD value is used to generate the canonical request. - If the request isn't for S3 then the empty body SHA is used to generate the canonical request. - - - - - Encapsulates the various fields and eventual signing value that makes up - an AWS4 signature. This can be used to retrieve the required authorization string - or authorization query parameters for the final request as well as hold ongoing - signature computations for subsequent calls related to the initial signing. - - - - - Constructs a new signing result instance for a computed signature - - The access key that was included in the signature - Date/time (UTC) that the signature was computed - The collection of headers names that were included in the signature - Formatted 'scope' value for signing (YYYYMMDD/region/service/aws4_request) - Returns the key that was used to compute the signature - Computed signature - - - - Returns a copy of the key that was used to compute the signature - - - - - Returns the hex string representing the signature - - - - - Returns the signature in a form usable as an 'Authorization' header value. - - - - - Returns the signature in a form usable as a set of query string parameters. - - - - - Base class for the various fields and eventual signing value - that make up an AWS request signature. - - - - - Constructs a new signing result instance for a computed signature - - The access key that was included in the signature - Date/time (UTC) that the signature was computed - The collection of headers names that were included in the signature - Formatted 'scope' value for signing (YYYYMMDD/region/service/aws4_request) - - - - The access key that was used in signature computation. - - - - - ISO8601 formatted date/time that the signature was computed - - - - - ISO8601 formatted date that the signature was computed - - - - - Original date/time that the signature was computed - - - - - The ;-delimited collection of header names that were included in the signature computation - - - - - Formatted 'scope' value for signing (YYYYMMDD/region/service/aws4_request) - - - - - Null Signer which does a no-op. - - - - - Signs the specified request with the AWS2 signing protocol by using the - AWS account credentials given in the method parameters. - - The AWS public key - The AWS secret key used to sign the request in clear text - Request metrics - The configuration that specifies which hashing algorithm to use - The request to have the signature compute for - If any problems are encountered while signing the request - - - - Signs the specified request with the AWS2 signing protocol by using the - AWS account credentials given in the method parameters. - - The request to have the signature compute for - The configuration that specifies which hashing algorithm to use - Request metrics - AWS credentials for the account making the request - If any problems are encountered while signing the request - - - - S3 signer constructor - - - - - S3 signer constructor - - - - - This exception is thrown if there are problems signing the request. - - - - - Collection used to indicate if the property was initialized by the SDK. - - - - - - Collection used to indicate if the property was initialized by the SDK. - - - - - - - Resolves into the correct given - the current operating environment. - - - - - Resolves into the correct given - the current operating environment. - - Auto resolution is heuristic based and does not guarantee 100% accuracy. - If you are unsure about the behavior, use a other - than . - - The configured in . - - IMDS region provided by . - Func allows to defer the check until the point of use. - - The resolved for the current operating environment. - - - - - - - - - - - - - Determines the correct to use. - - Implementations of are responsible for storing a reference to - all valid s for a given context. Because the default values in a - can differ between Services, it's important to not use s in a different - Service Client. - - The is selected as follows: - - Mode matching . This should be set via - The Environment Variable - Shared config/credential file via - - - - - is not cached. It will be re-resolved on every call. - - - - - - - - - - - - - - - - - - - - Default implementation of the IRequest interface. - - This class is only intended for internal use inside the AWS client libraries. - Callers shouldn't ever interact directly with objects of this class. - - - - - - Constructs a new DefaultRequest with the specified service name and the - original, user facing request object. - - The orignal request that is being wrapped - The service name - - - - The name of the request - - - - - Gets and sets the type of http request to make, whether it should be POST,GET or DELETE - - - - - Gets and sets a flag that indicates whether the request is sent as a query string instead of the request body. - - - - - Returns the original, user facing request object which this internal - request object is representing. - - - - - Returns a dictionary of the headers included in this request. - - - - - Returns a dictionary of the parameters included in this request. - - - - - Collection of parameters included in this request. - - - - - Returns the subresources that should be appended to the resource path. - This is used primarily for Amazon S3, where object keys can contain '?' - characters, making string-splitting of a resource path potentially - hazardous. - - - - - Adds a new null entry to the SubResources collection for the request - - The name of the subresource - - - - Adds a new entry to the SubResources collection for the request - - The name of the subresource - Value of the entry - - - - Gets and Sets the endpoint for this request. - - - - - Gets and Sets the resource path added on to the endpoint. - - - - - Returns the path resources that should be used within the resource path. - This is used for services where path keys can contain '/' - characters, making string-splitting of a resource path potentially - hazardous. - - - - - Adds a new entry to the PathResources collection for the request - - The name of the pathresource with potential greedy syntax: {key+} - Value of the entry - - - - Gets and Sets the version number for the marshaller used to create this request. The version number - is used to support backward compatible changes that would otherwise be breaking changes when a - newer core is used with an older service assembly. - Versions: - 1 - Legacy version (no longer supported) - 2 - Default version. Support for path segments - - - - - Gets and Sets the content for this request. - - - - - Flag that signals that Content was and should be set - from the Parameters collection. - - - - - Gets and sets the content stream. - - - - - Gets and sets the original stream position. - If ContentStream is null or does not support seek, this propery - should be equal to -1. - - - - - Computes the SHA 256 hash of the content stream. If the stream is not - seekable, it searches the parent stream hierarchy to find a seekable - stream prior to computation. Once computed, the hash is cached for future - use. If a suitable stream cannot be found to use, null is returned. - - - - - The name of the service to which this request is being sent. - - - - - Alternate endpoint to use for this request, if any. - - - - - Host prefix value to prepend to the endpoint for this request, if any. - - - - - Gets and sets the Suppress404Exceptions property. If true then 404s return back from AWS will not cause an exception and - an empty response object will be returned. - - - - - If using AWS4 signing protocol, contains the resultant parts of the - signature that we may need to make use of if we elect to do a chunked - encoding upload. - - - - - WARNING: Setting DisablePayloadSigning to true disables the SigV4 payload signing - data integrity check on this request. - If using SigV4, the DisablePayloadSigning flag controls if the payload should be - signed on a request by request basis. By default this flag is null which will use the - default client behavior. The default client behavior is to sign the payload. When - DisablePayloadSigning is true, the request will be signed with an UNSIGNED-PAYLOAD value. - Setting DisablePayloadSigning to true requires that the request is sent over a HTTPS - connection. - Under certain circumstances, such as uploading to S3 while using MD5 hashing, it may - be desireable to use UNSIGNED-PAYLOAD to decrease signing CPU usage. This flag only applies - to Amazon S3 PutObject and UploadPart requests. - MD5Stream, SigV4 payload signing, and HTTPS each provide some data integrity - verification. If DisableMD5Stream is true and DisablePayloadSigning is true, then the - possibility of data corruption is completely dependant on HTTPS being the only remaining - source of data integrity verification. - - - - - If using SigV4a signing protocol, contains the resultant parts of the - signature that we may need to make use of if we elect to do a chunked - encoding upload. - - - - - Determine whether to use a chunked encoding upload for the request - (applies to Amazon S3 PutObject and UploadPart requests only). If - DisablePayloadSigning is true, UseChunkEncoding will be automatically - set to false. - - - - - Used for Amazon S3 requests where the bucket name is removed from - the marshalled resource path into the host header. To comply with - AWS2 signature calculation, we need to recover the bucket name - and include it in the resource canonicalization, which we do using - this field. - - - - - This flag specifies if SigV4 is required for the current request. - Returns true if the request will use SigV4. - Setting it to false will use SigV2. - - - - - Specifies which signature version shall be used for the current request. - - - - - The authentication region to use for the request. - Set from Config.AuthenticationRegion. - - - - - The region in which the service request was signed. - - - - - If the request needs to be signed with a different service name - than the client config AuthenticationServiceName, set it here to override - the result of DetermineService in AWS4Signer - - - - - The checksum algorithm that was selected to validate this request's integrity - - - - - Returns a dictionary of the trailing headers included - after this request's content. - - - - - Checks if the request stream can be rewinded. - - Returns true if the request stream can be rewinded , - else false. - - - - Returns true if the request can contain a request body, else false. - - Returns true if the currect request can contain a request body, else false. - - - - Returns true if the request has a body, else false. - - Returns true if the request has a body, else false. - - - - Class containing the data for one endpoint returned from a endpoint discovery request - - This class is only intended for internal use inside the AWS client libraries. - Callers shouldn't ever interact directly with objects of this class. - - - - - - Constructs a new DiscoveryEndpoint - - The address of the endpoint - The cache period for the endpoint in minutes - - - - The address of the endpoint. - - - - - The cache period for the endpoint in minutes - - - - - Calculates if this endpoint has expired - - A boolean value indicating if the cache period has expired - - - - Extends the endpoint expiration by the specified number of minutes from now. - - - - - Class containing the data for one endpoint returned from a endpoint discovery request - - This class is only intended for internal use inside the AWS client libraries. - Callers shouldn't ever interact directly with objects of this class. - - - - - - Class containing the data to use with endpoint discovery - - This class is only intended for internal use inside the AWS client libraries. - Callers shouldn't ever interact directly with objects of this class. - - - - - - Gets/sets and flag indicating if endpoint discovery is required for the request. - - - - - Sorted dictionary of the identifiers that must be sent with the endpoint discovery request. These - identifiers are used to construct the cache key for the cache that stores discovered endpoints. A - sorted dictionary is used instead of a dictionary to ensure the cache key comes out in the same order - each time it is constructed. - - - - - Represents the data to be used with endpoint discovery operations - - This class is only intended for internal use inside the AWS client libraries. - Callers shouldn't ever interact directly with objects of this class. - - - - - - Class used to resolve endpoints using Endpoint Discovery. - - This class is only intended for internal use inside the AWS client libraries. - Callers shouldn't ever interact directly with objects of this class. - - - - - - Method that performs endpoint discovery for the current operation - - Context information used in calculations for endpoint discovery - The operation to fetch endpoints from the server - - - - - Gets the number of cache keys in the cache - - - - - Class used to resolve endpoints using Endpoint Discovery. - - This class is only intended for internal use inside the AWS client libraries. - Callers shouldn't ever interact directly with objects of this class. - - - - - - Class containing context information to use with endpoint discovery - - This class is only intended for internal use inside the AWS client libraries. - Callers shouldn't ever interact directly with objects of this class. - - - - - - Gets the customer credential information. - - - - - Gets the operation name. - - - - - Gets the current marshalled endpoint discovery data. - - - - - Gets the flag indicating if the specified key should be evicted from the cache. - - - - - Gets the Uri that should be evicted if EvictCacheKey is set to true. - - - - - Class containing context information to use with endpoint discovery - - This class is only intended for internal use inside the AWS client libraries. - Callers shouldn't ever interact directly with objects of this class. - - - - - - Error type, one of Sender, Receiver, Unknown - Only applies to XML-based services. - - - - - Name of the exception class to return - - - - - Error message - - - - - RequestId of the error. - Only applies to XML-based services. - - - - - InternalConfiguration holds the cached SDK configuration values - obtained from the environment and profile configuration - factories. These configuration values are loaded internally and - are not the same as user exposed AWSConfigs. - - - - - Flag indicating if Endpoint Discovery is enabled. - - - - - The retry mode to use: Legacy, Standard, or Adaptive. - - - - - The max number of request attempts. - - - - - Endpoint of the EC2 Instance Metadata Service - - - - - Internet protocol version to be used for communicating with the EC2 Instance Metadata Service - - - - - - - - Configures the endpoint calculation for a service to go to a dual stack (ipv6 enabled) endpoint - for the configured region. - - - - - Configures the endpoint calculation to go to a FIPS (https://aws.amazon.com/compliance/fips/) endpoint - for the configured region. - - - - - Determines the configuration values based on environment variables. If - no values is found for a configuration the value will be set to null. - - - - - Attempts to construct a configuration instance of configuration environment - variables. If an environment variable value isn't found then the individual value - for that environment variable will be null. If unable to obtain a value converter - to convert a configuration string to the appropriate type a InvalidOperationException - is thrown. - - - - - Loads the EC2 Instance Metadata endpoint from the environment variable, and validates it is a well-formed uri - - Override EC2 instance metadata endpoint if valid, else an empty string - - - - Determines configuration values based on a stored in an . - If the profile doesn't exist, the status will be logged and no value will be set in the configuration. - - - - - Attempts to construct an instance of . - If the AWS_PROFILE environment variable is set the instance will be constructed using that profile, - otherwise it will use the default profile. - - If the profile doesn't exist status will be logged and no value will be set in the configuration. - - The ICredentialProfileSource to read the profile from. - - - - Attempts to construct an instance of . - If the profile doesn't exist status will be logged and no value will be set in the configuration. - - The ICredentialProfileSource to read the profile from. - The name of the profile. - - - - Probing mechanism to determine the configuration values from various sources. - - - - - Resets all the configuration values reloading as needed. This method will use - the AWS_PROFILE environment variable if set to construct the instance. Otherwise - the default profile will be used. - - - - - Flag that specifies if endpoint discovery is enabled, disabled, - or not set. - - - - - Flag that specifies which retry mode to use or if retry mode has - not been set. - - - - - Flag that specifies the max number of request attempts or if max - attempts has not been set. - - - - - Endpoint of the EC2 Instance Metadata Service - - - - - Internet protocol version to be used for communicating with the EC2 Instance Metadata Service - - - - - - - - Configures the endpoint calculation to go to a dual stack (ipv6 enabled) endpoint - for the configured region. - - - - - Configures the endpoint calculation to go to a FIPS (https://aws.amazon.com/compliance/fips/) endpoint - for the configured region. - - - - - Class containing the members used to invoke service calls - - This class is only intended for internal use inside the AWS client libraries. - Callers shouldn't ever interact directly with objects of this class. - - - - - - Class containing the members used to invoke service calls - - This class is only intended for internal use inside the AWS client libraries. - Callers shouldn't ever interact directly with objects of this class. - - - - - - Represents a request being sent to an Amazon Web Service, including the - parameters being sent as part of the request, the endpoint to which the - request should be sent, etc. - - This class is only intended for internal use inside the AWS client libraries. - Callers shouldn't ever interact directly with objects of this class. - - - - - - The name of the request - - - - - Returns a dictionary of the headers included in this request. - - - - - Gets and sets a flag that indicates whether the request is sent as a query string instead of the request body. - - - - - Returns a dictionary of the parameters included in this request. - - - - - Collection of parameters included in this request. - - - - - Returns the subresources that should be appended to the resource path. - This is used primarily for Amazon S3, where object keys can contain '?' - characters, making string-splitting of a resource path potentially - hazardous. - - - - - Adds a new null entry to the SubResources collection for the request - - The name of the subresource - - - - Adds a new entry to the SubResources collection for the request - - The name of the subresource - Value of the entry - - - - Gets and sets the type of http request to make, whether it should be POST,GET or DELETE - - - - - Gets and Sets the endpoint for this request. - - - - - Gets and Sets the resource path added on to the endpoint. - - - - - Returns the path resources that should be used within the resource path. - This is used for services where path keys can contain '/' - characters, making string-splitting of a resource path potentially - hazardous. - - - - - Adds a new entry to the PathResources collection for the request - - The name of the pathresource with potential greedy syntax: {key+} - Value of the entry - - - - Gets and Sets the version number for the marshaller used to create this request. The version number - is used to support backward compatible changes that would otherwise be breaking changes when a - newer core is used with an older service assembly. - - - - - Gets and Sets the content for this request. - - - - - Gets the header value from the request. - - - - - Flag that signals that Content was and should be set - from the Parameters collection. - - - - - Gets and sets the content stream. - - - - - Gets and sets the original stream position. - If ContentStream is null or does not support seek, this propery - should be equal to -1. - - - - - Computes the SHA 256 hash of the content stream. If the stream is not - seekable, it searches the parent stream hierarchy to find a seekable - stream prior to computation. Once computed, the hash is cached for future - use. - - - - - If the request needs to be signed with a different service name - than the client config AuthenticationServiceName, set it here to override - the result of DetermineService in AWS4Signer - - - - - The name of the service to which this request is being sent. - - - - - Returns the original, user facing request object which this internal - request object is representing. - - - - - Alternate endpoint to use for this request, if any. - - - - - Host prefix value to prepend to the endpoint for this request, if any. - - - - - Gets and sets the Suppress404Exceptions property. If true then 404s return back from AWS will not cause an exception and - an empty response object will be returned. - - - - - If using AWS4 signing protocol, contains the resultant parts of the - signature that we may need to make use of if we elect to do a chunked - encoding upload. - - - - - WARNING: Setting DisablePayloadSigning to true disables the SigV4 payload signing - data integrity check on this request. - If using SigV4, the DisablePayloadSigning flag controls if the payload should be - signed on a request by request basis. By default this flag is null which will use the - default client behavior. The default client behavior is to sign the payload. When - DisablePayloadSigning is true, the request will be signed with an UNSIGNED-PAYLOAD value. - Setting DisablePayloadSigning to true requires that the request is sent over a HTTPS - connection. - Under certain circumstances, such as uploading to S3 while using MD5 hashing, it may - be desireable to use UNSIGNED-PAYLOAD to decrease signing CPU usage. This flag only applies - to Amazon S3 PutObject and UploadPart requests. - MD5Stream, SigV4 payload signing, and HTTPS each provide some data integrity - verification. If DisableMD5Stream is true and DisablePayloadSigning is true, then the - possibility of data corruption is completely dependant on HTTPS being the only remaining - source of data integrity verification. - - - - - If using SigV4a signing protocol, contains the resultant parts of the - signature that we may need to make use of if we elect to do a chunked - encoding upload. - - - - - Determine whether to use a chunked encoding upload for the request - (applies to Amazon S3 PutObject and UploadPart requests only). If - DisablePayloadSigning is true, UseChunkEncoding will be automatically - set to false. - - - - - Used for Amazon S3 requests where the bucket name is removed from - the marshalled resource path into the host header. To comply with - AWS2 signature calculation, we need to recover the bucket name - and include it in the resource canonicalization, which we do using - this field. - - - - - This flag specifies if SigV4 is required for the current request. - - - - - Specifies which signature version shall be used for the current request. - - - - - The authentication region to use for the request. - Set from Config.AuthenticationRegion. - - - - - The region in which the service request was signed. - - - - - Checks if the request stream can be rewinded. - - Returns true if the request stream can be rewinded , - else false. - - - - Returns true if the request can contain a request body, else false. - - Returns true if the currect request can contain a request body, else false. - - - - Returns true if the request has a body, else false. - - Returns true if the request has a body, else false. - - - - The checksum algorithm that was selected to validate this request's integrity - - - - - Returns a dictionary of the trailing headers included - after this request's content. - - - - - Gets the value of the Service Id. - - - - - Gets the dictionary that gives mapping of renamed operations - - - - - IDictionary{String, String} access to ParameterCollection. - TODO: remove this class in version 3.4 of the SDK. - - - - - Constructs ParametersDictionaryFacade for a ParameterCollection - - - - - - Provides information about the current runtime environment. - - - - - Indicates whether the current application is running on Mobile. - - true if the current application is running on Mobile; otherwise, false. - - - - - - - - SDK does not do intelligent checks like checking package references or reflection to determine whether - the current project is a mobile project because of performance reasons. Moving forward, when .NET 6 support is added, - it should use OperatingSystem.IsAndroid - or OperatingSystem.IsIOS to determine - whether the current application is running on Mobile or not. - - - - - A registry of object that will manipulate the runtime pipeline used by service clients. - - - - - Registers a customizer that will be applied for all service clients created. Each customizer has a unique name associated with it. If a customizer is registered more - than once with the same unique name then the calls after the first will be ignored. - - - - - - Deregistered the runtime pipeline customizer - - - - - - Deregistered the runtime pipeline customizer - - - - - - Applies all of the registered customizers on the runtime pipeline - - The service clients runtime pipeline. - Type object for the service client being created - - - - Interface for objects that will customize the runtime pipleine for newly created service clients. - - - - - The unique name for the customizer that identifies the customizer in the registry. The name is also used to identify the customizer on the SDK logs. - - - - - Called on service clients as they are being constructed to customize their runtime pipeline. - - - Type object for the service client being created - - - - Default ServiceMetadata implementation. - This implementation will be used if the service doesn't have a - IServiceMetadata implementation. - - - - - Gets the value of the Service Id. - - - - - Gets the dictionary that gives mapping of renamed operations - - - - - Response Unmarshaller for all Errors - - - - - Build an ErrorResponse from XML - - The XML parsing context. - Usually an Amazon.Runtime.Internal.UnmarshallerContext. - An ErrorResponse object. - - - - Return an instance of and ErrorResponseUnmarshaller. - - - - - - Interface for unmarshallers which unmarshall objects from response data. - The Unmarshallers are stateless, and only encode the rules for what data - in the XML stream goes into what members of an object. - - The type of object the unmarshaller returns - The type of the XML unmashaller context, which contains the - state during parsing of the XML stream. Usually an instance of - Amazon.Runtime.Internal.Transform.UnmarshallerContext. - - - - Given the current position in the XML stream, extract a T. - - The XML parsing context - An object of type T populated with data from the XML stream. - - - - Interface for unmarshallers which unmarshall service responses. - The Unmarshallers are stateless, and only encode the rules for what data - in the XML stream goes into what members of an object. - - The type of object the unmarshaller returns - The type of the XML unmashaller context, which contains the - state of parsing the XML stream. Uaually an instance of - Amazon.Runtime.Internal.Transform.UnmarshallerContext. - - - - Extracts an exeption with data from an ErrorResponse. - - The XML parsing context. - An inner exception to be included with the returned exception - The HttpStatusCode from the ErrorResponse - Either an exception based on the ErrorCode from the ErrorResponse, or the - general service exception for the service in question. - - - - Interface for unmarshallers which unmarshall objects from response data. - The Unmarshallers are stateless, and only encode the rules for what data - in the XML stream goes into what members of an object. - - The type of object the unmarshaller returns - The type of the XML unmashaller context, which contains the - state during parsing of the XML stream. Usually an instance of - Amazon.Runtime.Internal.Transform.UnmarshallerContext. - - - - Given the current position in the XML stream, extract a T. - - The XML parsing context - An object of type T populated with data from the XML stream. - - - - First-pass unmarshaller for all errors - - - - - Build an ErrorResponse from json - - The json parsing context. - Usually an Amazon.Runtime.Internal.JsonUnmarshallerContext. - An ErrorResponse object. - - - - Return an instance of JsonErrorResponseUnmarshaller. - - - - - - Wraps a json string for unmarshalling. - - Each Read() operation gets the next token. - TestExpression() is used to match the current key-chain - to an xpath expression. The general pattern looks like this: - - JsonUnmarshallerContext context = new JsonUnmarshallerContext(jsonString); - while (context.Read()) - { - if (context.IsKey) - { - if (context.TestExpresion("path/to/element")) - { - myObject.stringMember = stringUnmarshaller.GetInstance().Unmarshall(context); - continue; - } - } - } - - - - - - Wrap the jsonstring for unmarshalling. - - Stream that contains the JSON for unmarshalling - If set to true, maintains a copy of the complete response body constraint to log response size as the stream is being read. - Response data coming back from the request - If set to true, maintains a copy of the complete response body as the stream is being read. - - - - Wrap the jsonstring for unmarshalling. - - Stream that contains the JSON for unmarshalling - If set to true, maintains a copy of the complete response body constraint to log response size as the stream is being read. - Response data coming back from the request - If set to true, maintains a copy of the complete response body as the stream is being read. - Context for the request that produced this response - - - - Are we at the start of the json document. - - - - - Is the current token the end of an object - - - - - Is the current token the start of an object - - - - - Returns the element depth of the parser's current position in the json - document being parsed. - - - - - The current Json path that is being unmarshalled. - - - - - Reads to the next token in the json document, and updates the context - accordingly. - - - True if a token was read, false if there are no more tokens to read. - - - - - Peeks at the next token. This peek implementation - reads the next token and makes the subsequent Read() return the same data. - If Peek is called successively, it will return the same data. - Only the first one calls Read(), subsequent calls - will return the same data until a Read() call is made. - - Token to peek. - Returns true if the peeked token matches given token. - - - - Returns the text contents of the current token being parsed. - - - The text contents of the current token being parsed. - - - - - The type of the current token - - - - - Get the base stream of the jsonStream. - - - - - Peeks at the next (non-whitespace) character in the jsonStream. - - The next (non-whitespace) character in the jsonStream, or -1 if at the end. - - - - Peeks at the next character in the stream. - If the data isn't buffered into the StreamReader (Peek() returns -1), - we flush the buffered data and try one more time. - - - - - - Abstract class for unmarshalling service responses. - - - - - Class for unmarshalling XML service responses. - - - - - Class for unmarshalling EC2 service responses. - - - - - Class for unmarshalling JSON service responses. - - - - - Unmarshaller for int fields - - - - - Unmarshaller for nullable int fields. Implemented only for JSON context - to handle cases where value can be null e.g. {'Priority': null}. - This unmarshaller is not implemented for XML context, as XML responses - will null elements (xsi:nil='true') will be skipped by the XML parser. - - - - - Unmarshaller for long fields - - - - - Unmarshaller for float fields - - - - - Unmarshaller for double fields - - - - - Unmarshaller for decimal fields - - - - - Unmarshaller for bool fields - - - - - Unmarshaller for string fields - - - - - Unmarshaller for byte fields - - - - - Unmarshaller for DateTime fields - - - - - Unmarshalls given string as a DateTime. Handles cases where we want to unmarshall - as just a DateTime or a nullable Datetime. - - Value to be parsed - If true, the method will return null if text is null. - If false, the method will return default(DateTime), if text is null. - - - - - Unmarshaller for nullable DateTime fields. Implemented only for JSON context - to handle cases where value can be null e.g. {'Priority': null}. - This unmarshaller is not implemented for XML context, as XML responses - will null elements (xsi:nil='true') will be skipped by the XML parser. - - - - - Unmarshaller for MemoryStream fields - - - - - Unmarshaller for ResponseMetadata - - - - - Base class for the UnmarshallerContext objects that are used - to unmarshall a web-service response. - - - - - Tests the specified expression against the current position in the XML - document - - The pseudo-XPath expression to test. - - True if the expression matches the current position in the document, - false otherwise. - - - - Tests the specified expression against the current position in the XML - document being parsed, and restricts the expression to matching at the - specified stack depth. - - The pseudo-XPath expression to test. - - The depth in the stack representing where the expression must - start matching in order for this method to return true. - - True if the specified expression matches the current position in - the XML document, starting from the specified depth. - - - - Reads the next token at depth greater than or equal to target depth. - - Tokens are read at depth greater than or equal to target depth. - True if a token was read and current depth is greater than or equal to target depth. - - - - The current path that is being unmarshalled. - - - - - Returns the element depth of the parser's current position in the - document being parsed. - - - - - Reads to the next node in the document, and updates the context accordingly. - - - True if a node was read, false if there are no more elements to read. - - - - - Returns the text contents of the current element being parsed. - - - The text contents of the current element being parsed. - - - - - True if NodeType is Element. - - - - - True if NodeType is EndElement. - - - - - True if the context is at the start of the document. - - - - - Implements the Dispose pattern - - Whether this object is being disposed via a call to Dispose - or garbage collected. - - - - Disposes of all managed and unmanaged resources. - - - - - Wrap an XmltextReader for simulating an event stream. - - Each Read() operation goes either to the next element or next attribute within - the current element. TestExpression() is used to match the current event - to an xpath expression. The general pattern looks like this: - - UnmarshallerContext context = new UnmarshallerContext(...); - while (context.Read()) - { - if (context.TestExpresion("path/to/element")) - { - myObject.stringMember = stringUnmarshaller.GetInstance().Unmarshall(context); - continue; - } - if (context.TestExpression("path/to/@attribute")) - myObject.MyComplexTypeMember = MyComplexTypeUnmarshaller.GetInstance().Unmarshall(context); - } - - - - - - Lookup of element names that are not skipped if empty within the XML response structure. - - - - - Wrap an XmlTextReader with state for event-based parsing of an XML stream. - - Stream with the XML from a service response. - If set to true, maintains a copy of the complete response body constraint to log response size as the stream is being read. - Response data coming back from the request - If set to true, maintains a copy of the complete response body as the stream is being read. - - - - Wrap an XmlTextReader with state for event-based parsing of an XML stream. - - Stream with the XML from a service response. - If set to true, maintains a copy of the complete response body constraint to log response size as the stream is being read. - Response data coming back from the request - If set to true, maintains a copy of the complete response body as the stream is being read. - Context for the request that produced this response - - - - The current XML path that is being unmarshalled. - - - - - Returns the element depth of the parser's current position in the XML - document being parsed. - - - - - Reads to the next node in the XML document, and updates the context accordingly. - - - True if a node was read, false if there are no more elements to read./ - - - - - Returns the text contents of the current element being parsed. - - - The text contents of the current element being parsed. - - - - - True if NodeType is Element. - - - - - True if NodeType is EndElement. - - - - - True if the context is at the start of the document. - - - - - True if NodeType is Attribute. - - - - - Wrap an XmlTextReader with state for event-based parsing of an XML stream. - - Stream with the XML from a service response. - If set to true, maintains a copy of the complete response body constraint to log response size as the stream is being read. - Response data coming back from the request - If set to true, maintains a copy of the complete response body as the stream is being read. - - - - Wrap an XmlTextReader with state for event-based parsing of an XML stream. - - Stream with the XML from a service response. - If set to true, maintains a copy of the complete response body constraint to log response size as the stream is being read. - Response data coming back from the request - If set to true, maintains a copy of the complete response body as the stream is being read. - Context for the request that produced this response - - - - RequestId value, if found in response - - - - - Reads to the next node in the XML document, and updates the context accordingly. - If node is RequestId, reads the contents and stores in RequestId property. - - - True if a node was read, false if there are no more elements to read./ - - - - - A stream which caches the contents of the underlying stream as it reads it. - - - - - All the bytes read by the stream. - - - - - All the bytes read by the stream constrained with _cacheLimit - - - - - Initializes the CachingWrapperStream with a base stream. - - The stream to be wrapped. - Maximum number of bytes to be cached. - - - - Reads a sequence of bytes from the current stream and advances the position - within the stream by the number of bytes read. - - - An array of bytes. When this method returns, the buffer contains the specified - byte array with the values between offset and (offset + count - 1) replaced - by the bytes read from the current source. - - - The zero-based byte offset in buffer at which to begin storing the data read - from the current stream. - - - The maximum number of bytes to be read from the current stream. - - - The total number of bytes read into the buffer. This can be less than the - number of bytes requested if that many bytes are not currently available, - or zero (0) if the end of the stream has been reached. - - - - - Gets a value indicating whether the current stream supports seeking. - CachingWrapperStream does not support seeking, this will always be false. - - - - - Gets or sets the position within the current stream. - CachingWrapperStream does not support seeking, attempting to set Position - will throw NotSupportedException. - - - - - Sets the position within the current stream. - CachingWrapperStream does not support seeking, attempting to call Seek - will throw NotSupportedException. - - A byte offset relative to the origin parameter. - - A value of type System.IO.SeekOrigin indicating the reference point used - to obtain the new position. - The new position within the current stream. - - - - Utilities for working with the checksums used to validate request/response integrity - - - - - Generates the name of the header key to use for a given checksum algorithm - - Checksum algorithm - Name of the HTTP header key for the given algorithm - - - - Attempts to select and then calculate the checksum for a request - - Request to calculate the checksum for - Checksum algorithm to use, specified on the request using a service-specific enum - If checksumAlgorithm is , - this flag controls whether or not to fallback to using a MD5 to generate a checksum. - - - - - Attempts to select and then calculate a MD5 checksum for a request - - Request to calculate the checksum for - - - - Calculates the given checksum for a marshalled request - - Checksum algorithm to calculate - Request whose content to calculate the checksum for - Calculated checksum for the given request - - - - Selects which checksum to use to validate the integrity of a response - - List of checksums supported by the service operation - Response from the service, which potentially contains x-amz-checksum-* headers - Single checksum algorithm to use for validating the response, or NONE if checksum validation should be skipped - - - - Determines if a checksum value is for a whole S3 multipart object, which must skip validation. - These checksums end with `-#`, where # is an integer between 1 and 10000 - - Base 64 checksum value - True if the checksum is for an S3 multipart object, false otherwise - - - - Translates a string representation of a flexible checksum algorithm to the - corresponding enum value. - - Checksum algorithm as a string - Enum value reprsenting the checksum algorithm - Thrown if a matching enum value could not be found - - - - Stream wrapper that double-buffers from a wrapped stream and - returns the buffered content as a series of signed 'chunks' - for the AWS4 ('Signature V4') protocol or the asymmetric Sigv4 (Sigv4a) protocol. - - - - - Initializes a chunked upload stream - - stream to wrap - Size of buffer used for reading from stream - SigV4 or SigV4a signing result for the request's headers - - - - Initializes a chunked upload stream with one or more trailing headers, - which may include a trailing checksum header - - Stream to wrap - Size of buffer used for reading from stream - SigV4 or SigV4a signing result for the request's headers - Algorithm to use to calculate the stream's checksum - Trailing headers to append after the wrapped stream - - - - Reads some or all of the processed chunk to the consumer, constructing - and streaming a new chunk if more input data is available. - - - - - - - - - Attempt to read sufficient data for a whole chunk from the wrapped stream, - returning the number of bytes successfully read to be processed into a chunk - - - - - Results of the header-signing portion of the request when using SigV4 signing - - - - - SigV4a signer - - - - - Computed signature of the chunk prior to the one in-flight in hex, - for either SigV4 or SigV4a - - - - - Computes the derived signature for a chunk of data of given length in the input buffer, - placing a formatted chunk with headers, signature and data into the output buffer - ready for streaming back to the consumer. - - - - - - Constructs the signed trailing headers, optionally including - the selected checksum for this stream's data. For example: - trailing-header-A:value CRLF - trailing-header-B:value CRLF - x-amz-trailer-signature:signature_value CRLF - CRLF - - Stream chunk containing the trailing headers and their signature - - - - Copies the signed trailing headers to the output buffer - - The buffer to write the data into - The byte offset in buffer at which to begin copying data - The maximum number of bytes to copy - Number of bytes copied - - - - Length override to return the true length of the payload plus the metainfo - supplied with each chunk - - - - - Computes the total size of the data payload, including the chunk metadata. - Called externally so as to be able to set the correct Content-Length header - value. - - Length of the wrapped stream - Length of the signature for each chunk, in bytes - Total size of the wrapped payload, in bytes - - - - Computes the total size of the data payload, including the chunk metadata - and optional trailing headers. Called externally so as to be able to set - the correct Content-Length header value. - - Length of the wrapped stream - Length of the signature for each chunk, in bytes - Optional trailing headers - Optional checksum algorithm for a trailing header - Total size of the wrapped payload, in bytes - - - - Builds the string to sign for a single V4/V4a chunk - - Algorithm being used - ISO8601DateTime that we're signing the request for - Signing scope (date/region/service/aws4_request) - Previous chunk's unpadded signature - Length of the content for this chunk - Content of this chunk - The string to sign for this chunk - - - - Computes the size of the header data for each chunk. - - Payload size of each chunk, in bytes - Length of the signature for each chunk, in bytes - - - - - Attempt to read sufficient data for a whole chunk from the wrapped stream, - returning the number of bytes successfully read to be processed into a chunk - - - - - A list object that will always be sent to AWS services, - even if it is empty. - The AWS .NET SDK does not send empty collections to services, unless - the collection is of this type. - - - - - - A dictionary object that will always be sent to AWS services, - even if it is empty. - The AWS .NET SDK does not send empty collections to services, unless - the collection is of this type. - - - - - - - Implementation of CRC32, using the SDK-wide - instance of AWS Common Runtime's checksums - - - - - Implementation of CRC32C, using the SDK-wide - instance of AWS Common Runtime's checksums - - - - - A wrapper stream that decrypts the base stream as it - is being read. - - - - - Initializes an DecryptStream with an decryption algorithm and a base stream. - - Stream to perform encryption on.. - - - - Reads a sequence of bytes from the current stream and advances the position - within the stream by the number of bytes read. - - - An array of bytes. When this method returns, the buffer contains the specified - byte array with the values between offset and (offset + count - 1) replaced - by the bytes read from the current source. - - - The zero-based byte offset in buffer at which to begin storing the data read - from the current stream. - - - The maximum number of bytes to be read from the current stream. - - - The total number of bytes read into the buffer. This can be less than the - number of bytes requested if that many bytes are not currently available, - or zero (0) if the end of the stream has been reached. - - - - - Asynchronously reads a sequence of bytes from the current stream and advances - the position within the stream by the number of bytes read. - - - An array of bytes. When this method returns, the buffer contains the specified - byte array with the values between offset and (offset + count - 1) replaced - by the bytes read from the current source. - - - The zero-based byte offset in buffer at which to begin storing the data read - from the current stream. - - - The maximum number of bytes to be read from the current stream. - - - The token to monitor for cancellation requests. The default value is - System.Threading.CancellationToken.None. - - - The total number of bytes read into the buffer. This can be less than the - number of bytes requested if that many bytes are not currently available, - or zero (0) if the end of the stream has been reached. - - - - - Gets a value indicating whether the current stream supports seeking. - DecryptStream does not support seeking, this will always be false. - - - - - Gets or sets the position within the current stream. - DecryptStream does not support seeking, attempting to set Position - will throw NotSupportedException. - - - - - Sets the position within the current stream. - DecryptStream does not support seeking, attempting to call Seek - will throw NotSupportedException. - - A byte offset relative to the origin parameter. - - A value of type System.IO.SeekOrigin indicating the reference point used - to obtain the new position. - The new position within the current stream. - - - - Validates the underlying stream. - - - - - A wrapper stream that decrypts the base stream as it - is being read. - - - - - Initializes an DecryptStream with an decryption algorithm and a base stream. - - Stream to perform encryption on.. - Symmetric key to perform decryption - Initialization vector to perform decryption - - - - A wrapper stream that decrypts the base stream using AES algorithm as it - is being read. - - - - - Initializes an AESDecryptionStream with a base stream. - - Stream to perform decryption on.. - Symmetric key to perform decryption - Initialization vector to perform decryption - - - - Class to perform actions on a background thread. - Uses a single background thread and performs actions - on it in the order the data was sent through the instance. - - - - - Implements the Dispose pattern - - Whether this object is being disposed via a call to Dispose - or garbage collected. - - - - Disposes of all managed and unmanaged resources. - - - - - Class to invoke actions on a background thread. - Uses a single background thread and invokes actions - on it in the order they were invoked through the instance. - - - - - A wrapper stream that encrypts the base stream as it - is being read. - - - - - Initializes an EncryptStream with an encryption algorithm and a base stream. - - Stream to perform encryption on.. - - - - Reads a sequence of bytes from the current stream and advances the position - within the stream by the number of bytes read. - - - An array of bytes. When this method returns, the buffer contains the specified - byte array with the values between offset and (offset + count - 1) replaced - by the bytes read from the current source. - - - The zero-based byte offset in buffer at which to begin storing the data read - from the current stream. - - - The maximum number of bytes to be read from the current stream. - - - The total number of bytes read into the buffer. This can be less than the - number of bytes requested if that many bytes are not currently available, - or zero (0) if the end of the stream has been reached. - - - - - Asynchronously reads a sequence of bytes from the current stream, advances - the position within the stream by the number of bytes read, and monitors - cancellation requests. - - - An array of bytes. When this method returns, the buffer contains the specified - byte array with the values between offset and (offset + count - 1) replaced - by the bytes read from the current source. - - - The zero-based byte offset in buffer at which to begin storing the data read - from the current stream. - - - The maximum number of bytes to be read from the current stream. - - - The token to monitor for cancellation requests. The default value is - System.Threading.CancellationToken.None. - - - A task that represents the asynchronous read operation. The value of the TResult - parameter contains the total number of bytes read into the buffer. This can be - less than the number of bytes requested if that many bytes are not currently - available, or zero (0) if the end of the stream has been reached. - - - - - Gets a value indicating whether the current stream supports seeking. - - - - - Returns encrypted content length. - - - - - Gets or sets the position within the current stream. - - - - - Sets the position within the current stream. - - A byte offset relative to the origin parameter. - - A value of type System.IO.SeekOrigin indicating the reference point used - to obtain the new position. - The new position within the current stream. - - - - Validates the underlying stream. - - - - - A wrapper stream that encrypts the base stream as it - is being read. - - - - - Initializes an EncryptStream with an encryption algorithm and a base stream. - - Stream to perform encryption on.. - Symmetric key to perform encryption - Initialization vector to perform encryption - - - - A wrapper stream that encrypts the base stream using AES algorithm as it - is being read. - - - - - Initializes an AESEncryptionStream with a base stream. - - Stream to perform encryption on.. - Symmetric key to perform encryption - Initialization vector to perform encryption - - - - A wrapper stream that encrypts the base stream as it - is being read. - - - - - Initializes an EncryptStream for Multipart uploads with an encryption algorithm and a base stream. - - Stream to perform encryption on.. - - - - Reads a sequence of bytes from the current stream and advances the position - within the stream by the number of bytes read. - - - An array of bytes. When this method returns, the buffer contains the specified - byte array with the values between offset and (offset + count - 1) replaced - by the bytes read from the current source. - - - The zero-based byte offset in buffer at which to begin storing the data read - from the current stream. - - - The maximum number of bytes to be read from the current stream. - - - The total number of bytes read into the buffer. This can be less than the - number of bytes requested if that many bytes are not currently available, - or zero (0) if the end of the stream has been reached. - - - - - Asynchronously reads a sequence of bytes from the current stream, advances - the position within the stream by the number of bytes read, and monitors - cancellation requests. - - - An array of bytes. When this method returns, the buffer contains the specified - byte array with the values between offset and (offset + count - 1) replaced - by the bytes read from the current source. - - - The zero-based byte offset in buffer at which to begin storing the data read - from the current stream. - - - The maximum number of bytes to be read from the current stream. - - - The token to monitor for cancellation requests. The default value is - System.Threading.CancellationToken.None. - - - A task that represents the asynchronous read operation. The value of the TResult - parameter contains the total number of bytes read into the buffer. This can be - less than the number of bytes requested if that many bytes are not currently - available, or zero (0) if the end of the stream has been reached. - - - - - Gets a value indicating whether the current stream supports seeking. - - - - - Returns encrypted content length. - - - - - Gets or sets the position within the current stream. - - - - - Sets the position within the current stream. - - A byte offset relative to the origin parameter. - - A value of type System.IO.SeekOrigin indicating the reference point used - to obtain the new position. - The new position within the current stream. - - - - Validates the underlying stream. - - - - - A wrapper stream that encrypts the base stream as it - is being read. - - - - - Initializes an EncryptStream with an encryption algorithm and a base stream. - - Stream to perform encryption on.. - Symmetric key to perform encryption - Initialization vector to perform encryption - - - - A wrapper stream that encrypts the base stream as it - is being read. - - - - - Initializes an AESEncryptionStream with a base stream. - - Stream to perform encryption on.. - Symmetric key to perform encryption - Initialization vector to perform encryption - - - - Returns true if the Content is set or there are - query parameters. - - This request - True if data is present; false otherwise. - - - - Utilities for dealing with Guids - - - - - Hashes a set of objects. - - - - - - - Combines a set of hashses. - - - - - - - Combines two hashes. - - - - - - - - Disposes of all managed and unmanaged resources. - - - - - Implements the Dispose pattern - - Whether this object is being disposed via a call to Dispose - or garbage collected. - - - - A wrapper stream that calculates a hash of the base stream as it - is being read. - The calculated hash is only available after the stream is closed or - CalculateHash is called. After calling CalculateHash, any further reads - on the streams will not change the CalculatedHash. - If an ExpectedHash is specified and is not equal to the calculated hash, - Close or CalculateHash methods will throw an AmazonClientException. - If CalculatedHash is calculated for only the portion of the stream that - is read. - - - Exception thrown during Close() or CalculateHash(), if ExpectedHash is set and - is different from CalculateHash that the stream calculates, provided that - CalculatedHash is not a zero-length byte array. - - - - - Algorithm to use to calculate hash. - - - - - True if hashing is finished and no more hashing should be done; - otherwise false. - - - - - Current position in the stream. - - - - - Calculated hash for the stream. - This value is set only after the stream is closed. - - - - - Expected hash value. Compared against CalculatedHash upon Close(). - If the hashes are different, an AmazonClientException is thrown. - - - - - Expected length of stream. - - - - - Initializes an HashStream with a hash algorithm and a base stream. - - Stream to calculate hash for. - - Expected hash. Will be compared against calculated hash on stream close. - Pass in null to disable check. - - - Expected length of the stream. If the reading stops before reaching this - position, CalculatedHash will be set to empty array. - - - - - Reads a sequence of bytes from the current stream and advances the position - within the stream by the number of bytes read. - - - An array of bytes. When this method returns, the buffer contains the specified - byte array with the values between offset and (offset + count - 1) replaced - by the bytes read from the current source. - - - The zero-based byte offset in buffer at which to begin storing the data read - from the current stream. - - - The maximum number of bytes to be read from the current stream. - - - The total number of bytes read into the buffer. This can be less than the - number of bytes requested if that many bytes are not currently available, - or zero (0) if the end of the stream has been reached. - - - - - Asynchronously reads a sequence of bytes from the current stream, advances - the position within the stream by the number of bytes read, and monitors - cancellation requests. - - - An array of bytes. When this method returns, the buffer contains the specified - byte array with the values between offset and (offset + count - 1) replaced - by the bytes read from the current source. - - - The zero-based byte offset in buffer at which to begin storing the data read - from the current stream. - - - The maximum number of bytes to be read from the current stream. - - - The token to monitor for cancellation requests. The default value is - System.Threading.CancellationToken.None. - - - A task that represents the asynchronous read operation. The value of the TResult - parameter contains the total number of bytes read into the buffer. This can be - less than the number of bytes requested if that many bytes are not currently - available, or zero (0) if the end of the stream has been reached. - - - - - Gets a value indicating whether the current stream supports seeking. - HashStream does not support seeking, this will always be false. - - - - - Gets or sets the position within the current stream. - HashStream does not support seeking, attempting to set Position - will throw NotSupportedException. - - - - - Sets the position within the current stream. - HashStream does not support seeking, attempting to call Seek - will throw NotSupportedException. - - A byte offset relative to the origin parameter. - - A value of type System.IO.SeekOrigin indicating the reference point used - to obtain the new position. - The new position within the current stream. - - - - Gets the overridden length used to construct the HashStream - - - - - Calculates the hash for the stream so far and disables any further - hashing. - - - - - Resets the hash stream to starting state. - Use this if the underlying stream has been modified and needs - to be rehashed without reconstructing the hierarchy. - - - - - Validates the underlying stream. - - - - - Compares two hashes (arrays of bytes). - - Expected hash. - Actual hash. - - True if the hashes are identical; otherwise false. - - - - - A wrapper stream that calculates a hash of the base stream as it - is being read or written. - The calculated hash is only available after the stream is closed or - CalculateHash is called. After calling CalculateHash, any further reads - on the streams will not change the CalculatedHash. - If an ExpectedHash is specified and is not equal to the calculated hash, - Close or CalculateHash methods will throw an AmazonClientException. - If base stream's position is not 0 or HashOnReads is true and the entire stream is - not read, the CalculatedHash will be set to an empty byte array and - comparison to ExpectedHash will not be made. - - - Exception thrown during Close() or CalculateHash(), if ExpectedHash is set and - is different from CalculateHash that the stream calculates, provided that - CalculatedHash is not a zero-length byte array. - - - - - Initializes an HashStream with a hash algorithm and a base stream. - - Stream to calculate hash for. - - Expected hash. Will be compared against calculated hash on stream close. - Pass in null to disable check. - - - Expected length of the stream. If the reading stops before reaching this - position, CalculatedHash will be set to empty array. - - - - - A wrapper stream that calculates an MD5 hash of the base stream as it - is being read or written. - The calculated hash is only available after the stream is closed or - CalculateHash is called. After calling CalculateHash, any further reads - on the streams will not change the CalculatedHash. - If an ExpectedHash is specified and is not equal to the calculated hash, - Close or CalculateHash methods will throw an AmazonClientException. - If base stream's position is not 0 or HashOnReads is true and the entire stream is - not read, the CalculatedHash will be set to an empty byte array and - comparison to ExpectedHash will not be made. - - - Exception thrown during Close() or CalculateHash(), if ExpectedHash is set and - is different from CalculateHash that the stream calculates, provided that - CalculatedHash is not a zero-length byte array. - - - - - Initializes an MD5Stream with a base stream. - - Stream to calculate hash for. - - Expected hash. Will be compared against calculated hash on stream close. - Pass in null to disable check. - - - Expected length of the stream. If the reading stops before reaching this - position, CalculatedHash will be set to empty array. - - - - - Utilities for validating label values for host prefix templates - - - - - Validates a label value - - - - - Provides read/write access to a file in the INI format. - - This class is not threadsafe. - - - - - Construct a new IniFile. - - path of the IniFile - - - - the path of the file - - - - - helper to access the lines of the file - - - - - Persist the changes to this INI file to disk. - - - - - Rename the section fromSectionName to toSectionName - - - - - - - Rename the section fromSectionName to toSectionName - - - - if true and destination section already exists overwrite it - - - - Copy the section fromSectionName to toSectionName - - - - Any properties in the original section that are also in this dictionary will - be replaced by the value from this dictionary. - - - - Copy the section fromSectionName to toSectionName - - - - Any properties in the original section that are also in this dictionary will - be replaced by the value from this dictionary. - if true and destination section already exists overwrite it - - - - Update the section with the properties given. - If the section doesn't exist, it will be appended to the file. - - Notes: - 1. Any properties that do exist in the section will be updated. - 2. A null value for a property denotes that it should be deleted from the section - 3. If any properties don't exist they will be appended to the end of the section - in the same order they appear in the SortedDictionary. - - name of the section to operate on - properties to add/update/delete - - - - Check if the section exists. If not, append it to the end of the file. - - section to ensure exists - - - - If the section exists, delete it from the INI file. - - section to delete - - - - Determine if a section exists in the INI file. - - name of section to look for - true if the section exists, false otherwise - - - - Return the properties for the section if it exists. - - name of section to get - properties contained in the section - True if the section was found, false otherwise - - - - Return the properties for the section if it exists. - - Regex to match name of section to get - properties contained in the section - True if the section was found, false otherwise - - - - Return the properties for the section if it exists. - - Regex to match name of section to get - name of section if regex matches - properties contained in the section - True if the section was found, false otherwise - - - - Simple wrapper around the log4net Error method. - - - - - - - - Write debug message to Console - - - - - - - - Write debug message to Console - - - - - - - Simple wrapper around the log4net InfoFormat method. - - - - - - - This is a dynamic wrapper around log4net so we can avoid log4net being required - to be distributed with the SDK. - - - - - Abstract logger class, base for any custom/specific loggers. - - - - - Flushes the logger contents. - - - - - Simple wrapper around the log4net IsErrorEnabled property. - - - - - Simple wrapper around the log4net IsDebugEnabled property. - - - - - Simple wrapper around the log4net IsInfoEnabled property. - - - - - Simple wrapper around the log4net Error method. - - - - - - - - Simple wrapper around the log4net Debug method. - - - - - - - - Simple wrapper around the log4net DebugFormat method. - - - - - - - Simple wrapper around the log4net InfoFormat method. - - - - - - - Logger wrapper for System.Diagnostics.TraceSource logger. - - - - - Creates TraceRoute for a given Type or the closest "parent" that has a listener configured. - Example: if type is Amazon.DynamoDB.AmazonDynamoDBClient, listeners can be configured for: - -Amazon.DynamoDB.AmazonDynamoDBClient - -Amazon.DynamoDB - -Amazon - The first matching TraceSource with listeners will be used. - If no listeners are configured for type or one of its "parents", will return null. - - - - - Gets a TraceSource for given Type with SourceLevels.All. - If there are no listeners configured for targetType or one of its "parents", returns null. - - - - - - - Gets a TraceSource for given Type and SourceLevels. - If there are no listeners configured for targetType or one of its "parents", returns null. - - - - - - - - Logger wrapper for reflected log4net logging methods. - - - - - This should be a one time call to use reflection to find all the types and methods - needed for the logging API. - - - - - Simple wrapper around the log4net IsErrorEnabled property. - - - - - Simple wrapper around the log4net Error method. - - - - - - - - Simple wrapper around the log4net IsDebugEnabled property. - - - - - Simple wrapper around the log4net Debug method. - - - - - - - - Simple wrapper around the log4net DebugFormat method. - - - - - - - Simple wrapper around the log4net IsInfoEnabled property. - - - - - Simple wrapper around the log4net InfoFormat method. - - - - - - - A single logged message - - - - - Log message arguments. - - - - - Culture-specific formatting provider. - - - - - Log message format. - - - - - a size-limited cache of key value pairs - - Once the maximum size has been reached, the least recently - used pairs will be evicted to make room for any new items. - - - - - - - the maximum number of entries this LruCache will hold - before items begin getting evicted - - - - - the number of items in the cache - - - - - Construct a new LruCache. - - maximum number of entries before items are evicted - - - - Returns the least recently used item if it exists. - - The item that is least recently used or the default value of the LruListItem class if the LRU cache is empty. - - - - Method to evict expired LRUListItems. - - Number of seconds the LRUListItems are valid for. - - - - Add the key/value pair to the cache, or update - the value if the key already exists. - - If the cache is full, evicts the least recently used item. - - - - - - - Evicts a specific key out of the cache if it exists - - the key to evict from the cache - - - - Try to get the value associated with the key. - - the key to look up - the value, if the key exists - true if there is a value associated with the key, or false if no value is associated with the key - - - - Try to get the value associated with the key, if it doesn't exist, use the provided factory method to - create a new value and tries adding it to the cache. - - the key to look up - the factory method used in case the key is not present in the cache - the looked up value or the value created by the factory - - - - Clear the LruCache of all entries. - - - - - Helper class to support LruCache. - Does not implement the error checking and synchronization that - would be necessary for it to stand alone. - - - - - Item to be stored in the LruList - linked list structure. - - - - - Collection of properties being tracked - - - - - Timings for metrics being tracked - - - - - Counters being tracked - - - - - Whether metrics are enabled for the request - - - - - Constructs an empty, disabled metrics object - - - - - Starts timing an event. Logs an exception if an event - of the same type was started but not stopped. - - - - - - - Stops timing an event. Logs an exception if the event wasn't started. - - - - - - - Adds a property for a metric. If there are multiple, the - object is added as a new item in a list. - - - - - - - Sets a counter for a specific metric. - - - - - - - Increments a specific metric counter. - If counter doesn't exist yet, it is set to 1. - - - - - - Returns errors associated with the metric, including - if there are still any timing events in-flight. - - - - - - Returns a string representation of the current metrics. - - - - - - Return a JSON represenation of the current metrics - - - - - - Timing information for a metric - - - - - Empty, stopped timing object - - - - - Timing object in a started state - - - - - - Stops timing - - - - - - Whether the timing has been stopped - - - - - Elapsed ticks from start to stop. - If timing hasn't been stopped yet, returns 0. - - - - - Elapsed time from start to stop. - If timing hasn't been stopped yet, returns TimeSpan.Zero - - - - - Timing event, stops timing of a metric when disposed - - - - - Implements the Dispose pattern - - Whether this object is being disposed via a call to Dispose - or garbage collected. - - - - Disposes of all managed and unmanaged resources. - - - - - The destructor for the client class. - - - - - A wrapper stream which supresses disposal of the underlying stream. - - - - - Constructor for NonDisposingWrapperStream. - - The base stream to wrap. - - - - The Dispose implementation for this wrapper stream - does not close the underlying stream. - - - - - Provides line-based read/write access to a file. - The file can be read into memory, changed, then written back to disk. - When the file is persisted back to disk, an optimistic concurrency - check is performed to make sure the file hasn't changed since it was - originally read. - - This class is not threadsafe. - - - - - a full copy of the original file - This is used for optimistic concurrency. - Note that this assumes a small file and does not scale large files. - - - - - path of the file - - - - - Read/write access to the lines that make up the file. - Any changes to this List are persisted back to disk when Persist() is called. - - NOTE: - The lines have the original line endings on them to preserve the - original text as much as possible. - - - - - Construct a new OptimisticLockedTextFile. - - path of the file - - - - Persist changes to disk after an optimistic concurrency check is completed. - - - - - This class is used to wrap a stream for a particular segment of a stream. It - makes that segment look like you are reading from beginning to end of the stream. - - - - - Asynchronously reads a sequence of bytes from the current stream, advances - the position within the stream by the number of bytes read, and monitors - cancellation requests. - - - An array of bytes. When this method returns, the buffer contains the specified - byte array with the values between offset and (offset + count - 1) replaced - by the bytes read from the current source. - - - The zero-based byte offset in buffer at which to begin storing the data read - from the current stream. - - - The maximum number of bytes to be read from the current stream. - - - The token to monitor for cancellation requests. The default value is - System.Threading.CancellationToken.None. - - - A task that represents the asynchronous read operation. The value of the TResult - parameter contains the total number of bytes read into the buffer. This can be - less than the number of bytes requested if that many bytes are not currently - available, or zero (0) if the end of the stream has been reached. - - - - - Asynchronously writes a sequence of bytes to the current stream and advances the - current position within this stream by the number of bytes written. - - - An array of bytes. This method copies count bytes from buffer to the current stream. - - - The zero-based byte offset in buffer at which to begin copying bytes to the - current stream. - - The number of bytes to be written to the current stream. - - The token to monitor for cancellation requests. The default value is - System.Threading.CancellationToken.None. - - A task that represents the asynchronous write operation. - - - - Subclass of IniFile that allows INI sections to be read with the profile keyword in front of the section name. - - - - - Wrapper stream that only supports reading - - - - - Asynchronously clears all buffers for this stream and causes any buffered data - to be written to the underlying device. - - - The token to monitor for cancellation requests. The default value is - System.Threading.CancellationToken.None. - - - A task that represents the asynchronous flush operation. - - - - - Asynchronously writes a sequence of bytes to the current stream and advances the - current position within this stream by the number of bytes written. - - - An array of bytes. This method copies count bytes from buffer to the current stream. - - - The zero-based byte offset in buffer at which to begin copying bytes to the - current stream. - - The number of bytes to be written to the current stream. - - The token to monitor for cancellation requests. The default value is - System.Threading.CancellationToken.None. - - A task that represents the asynchronous write operation. - - - - Partial wrapper stream that only supports reading - - - - - Uri wrapper that can parse out information (bucket, key, region, style) from an - S3 URI. - - - - - True if the URI contains the bucket in the path, false if it contains the bucket in the authority. - - - - - The bucket name parsed from the URI (or null if no bucket specified). - - - - - The key parsed from the URI (or null if no key specified). - - - - - The region parsed from the URI (or null if no region specified). - - - - - Constructs a parser for the S3 URI specified as a string. - - The S3 URI to be parsed. - - - - Constructs a parser for the S3 URI specified as a Uri instance. - - The S3 URI to be parsed. - - - - Percent-decodes the given string, with a fast path for strings that are not - percent-encoded. - - The string to decode - The decoded string - - - - Percent-decodes the given string. - - The string to decode - The index of the first '%' in the string - The decoded string - - - - Decodes the percent-encoded character at the given index in the string - and appends the decoded value to the string under construction. - - - The string under construction to which the decoded character will be - appended. - - The string being decoded. - The index of the '%' character in the string. - - - - Converts a hex character (0-9A-Fa-f) into its corresponding quad value. - - The hex character - The quad value - - - - Interface for a non-generic cache. - - - - - Clears the entire cache. - - - - - Maximum time to keep an item around after its last use. - - - - - How often should the cache be cleared of old items. - - - - - The number of items in the cache. - - - - - Interface for a generic cache. - - - - - - - Retrieves a value out of the cache or from the source. - - - - - - - - Retrieves a value out of the cache or from the source. - If the item was in the cache, isStaleItem is set to true; - otherwise, if the item comes from the source, isStaleItem is false. - - - - - - - - - Clears a specific value from the cache if it's there. - - - - - - Returns the keys for all items in the cache. - - - - - - Executes specified operation, catches exception, clears the cache for - the given key, retries the operation. - - - - - - - - - - - SDK-wide cache. - Provides access to caches specific to a particular set of credentials - and target region. - - - - - Clear all caches - - - - - Clear all caches of a particular type - - - - - - Retrieve a cache of a specific type for a client object. - The client object can be null in cases where a cache does - not correspond to a specific AWS account or target region. - - - - - - - - - - - Retrieve a cache of a specific type for a client object. - The client object can be null in cases where a cache does - not correspond to a specific AWS account or target region. - - - - - - - - - - - Utilities for converting objects to strings. Used by the marshaller classes. - - - - - Converts a DateTime to ISO8601 formatted string. - - - - - Converts a DateTime to RFC822 formatted string. - - - - - Converts a DateTime to Unix epoch time formatted string. - - - - - Combines a list of enums into a comma-separated string to be marshalled as a header - - List of enums - Header value representing the list of enums - - - - Combines a list of enums into a comma-separated string to be marshalled as a header - - List of enums - Header value representing the list of enums - - - - Combines an enumerable of ConstantClass enums into a comma-separated string to be marshalled as a header - - List of enums - Header value representing the list of enums - - - - Combines a list of ConstantClass enums into a comma-separated string to be marshalled as a header - - List of enums - Header value representing the list of enums - - - - Combines a list of strings into a comma-separated string to be marshalled as a header - - List of strings - Header value representing the list of strings - - - - Wraps an item to be sent in - - Single item from the header's list - Item wrapped in double quotes if appropriate - - - - Stream wrapper to append trailing headers, including an optional - rolling checksum for a request with an unsigned payload. - - - - - Initiates a stream wrapper to append trailing headers to an unsigned payload - - Stream to wrap - Trailing headers to append after the wrapped stream - - - - Initiates a stream wrapper to append trailing headers to an unsigned payload, - with a trailing checksum - - Stream to wrap - Header keys and values to append after the stream's conent - Algorithm to use to calculate the stream's checksum - - - - Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. - - An array of bytes. When this method returns, the buffer contains the specified byte - array with the values between offset and (offset + count - 1) replaced by the bytes read from the current source. - The zero-based byte offset in buffer at which to begin storing the data read from the current stream. - The maximum number of bytes to be read from the current stream. - The total number of bytes read into the buffer. This can be less than the number of bytes requested if - that many bytes are not currently available, or zero (0) if the end of the stream has been reached. - - - - Asynchronously reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. - - An array of bytes. When this method returns, the buffer contains the specified byte - array with the values between offset and (offset + count - 1) replaced by the bytes read from the current source. - The zero-based byte offset in buffer at which to begin storing the data read from the current stream. - The maximum number of bytes to be read from the current stream. - The token to monitor for cancellation requests. - The total number of bytes read into the buffer. This can be less than the number of bytes requested if - that many bytes are not currently available, or zero (0) if the end of the stream has been reached. - - - - Generates the prefix for the content chunk, which is - the content's length in hex followed by CRLF - - Length of a stream chunk - - - - Copies the chunk length prefix to the output buffer - - The buffer to write the data into - The byte offset in buffer at which to begin copying data - The maximum number of bytes to copy - Number of bytes copied - - - - Generates the trailing header content, assuming the rolling checksum is now finalized - - Trailing headers as a single string - - - - Copies the trailing header suffix to the output buffer - - The buffer to write the data into - The byte offset in buffer at which to begin copying data - The maximum number of bytes to copy - Number of bytes copied - - - - Gets the length in bytes of the stream - - - - - Calculates the length in bytes of a TrailingChecksumWrapperStream initialized - with the given trailing headers and optional checksum - - Dictionary of trailing headers - Trailing checksum - Length of the base stream in bytes - Length of a TrailingChecksumWrapperStream with given parameters, in bytes - - - - Gets a value indicating whether the current stream supports seeking - - - - - Gets whether this stream has a length - - - - - A wrapper stream. - - - - - Base stream. - - - - - Initializes WrapperStream with a base stream. - - - - - - Returns the first base non-WrapperStream. - - First base stream that is non-WrapperStream. - - - - Returns the first base non-WrapperStream. - - First base stream that is non-WrapperStream. - - - - Returns the first base non-WrapperStream. - - Potential WrapperStream - Base non-WrapperStream. - - - - Gets a value indicating whether the current stream supports reading. - True if the stream supports reading; otherwise, false. - - - - - Gets a value indicating whether the current stream supports seeking. - True if the stream supports seeking; otherwise, false. - - - - - Gets a value indicating whether the current stream supports writing. - True if the stream supports writing; otherwise, false. - - - - - Closes the current stream and releases any resources (such as sockets and - file handles) associated with the current stream. - - - - - Gets the length in bytes of the stream. - - - - - Gets or sets the position within the current stream. - - - - - Gets or sets a value, in miliseconds, that determines how long the stream - will attempt to read before timing out. - - - - - Gets or sets a value, in miliseconds, that determines how long the stream - will attempt to write before timing out. - - - - - Clears all buffers for this stream and causes any buffered data to be written - to the underlying device. - - - - - Reads a sequence of bytes from the current stream and advances the position - within the stream by the number of bytes read. - - - An array of bytes. When this method returns, the buffer contains the specified - byte array with the values between offset and (offset + count - 1) replaced - by the bytes read from the current source. - - - The zero-based byte offset in buffer at which to begin storing the data read - from the current stream. - - - The maximum number of bytes to be read from the current stream. - - - The total number of bytes read into the buffer. This can be less than the - number of bytes requested if that many bytes are not currently available, - or zero (0) if the end of the stream has been reached. - - - - - Sets the position within the current stream. - - A byte offset relative to the origin parameter. - - A value of type System.IO.SeekOrigin indicating the reference point used - to obtain the new position. - The new position within the current stream. - - - - Sets the length of the current stream. - - The desired length of the current stream in bytes. - - - - Writes a sequence of bytes to the current stream and advances the current - position within this stream by the number of bytes written. - - - An array of bytes. This method copies count bytes from buffer to the current stream. - - - The zero-based byte offset in buffer at which to begin copying bytes to the - current stream. - - The number of bytes to be written to the current stream. - - - - Asynchronously clears all buffers for this stream and causes any buffered data - to be written to the underlying device. - - - The token to monitor for cancellation requests. The default value is - System.Threading.CancellationToken.None. - - - A task that represents the asynchronous flush operation. - - - - - Asynchronously reads a sequence of bytes from the current stream, advances - the position within the stream by the number of bytes read, and monitors - cancellation requests. - - - An array of bytes. When this method returns, the buffer contains the specified - byte array with the values between offset and (offset + count - 1) replaced - by the bytes read from the current source. - - - The zero-based byte offset in buffer at which to begin storing the data read - from the current stream. - - - The maximum number of bytes to be read from the current stream. - - - The token to monitor for cancellation requests. The default value is - System.Threading.CancellationToken.None. - - - A task that represents the asynchronous read operation. The value of the TResult - parameter contains the total number of bytes read into the buffer. This can be - less than the number of bytes requested if that many bytes are not currently - available, or zero (0) if the end of the stream has been reached. - - - - - Asynchronously writes a sequence of bytes to the current stream and advances the - current position within this stream by the number of bytes written. - - - An array of bytes. This method copies count bytes from buffer to the current stream. - - - The zero-based byte offset in buffer at which to begin copying bytes to the - current stream. - - The number of bytes to be written to the current stream. - - The token to monitor for cancellation requests. The default value is - System.Threading.CancellationToken.None. - - A task that represents the asynchronous write operation. - - - - Overridden StringWriter that escapes additional characters in XML requests for consistency across AWS SDKs. - There isn't an XmlWriterSettings.NewLineHandling value which matches the desired - encoding, so this replaces the characters that NewLineHandling.Entitize doesn't encode - - - - - Writes a range of a character array to the underlying string buffer and - encodes additional characters for AWS XML requests - - Characters to write to underlying string buffer - Position in buffer to start writing from - Number of characters to write - - - - This is a utility class to be used in last resort for code paths that are synchronous but need to call an asynchronous method. - This should never be used for methods that are called at high volume as this utility class has a performance cost. For example this - class was added for the refreshing credentials like Cognito which would need to use this about once an hour. - - - - - Custom WebProxy implementation that creates a webproxy based on - user inputs(Host name and port number) - - - - - Set the ProxyUri - - - - - Create a Uri based on the user inputs(Host name and port number) - - - - - Proxy Uri property - - - - - Proxy Credentials property - - - - - Getter to fetch the set proxy - - - - - Method to determine if the proxy should be bypassed when accessing an internet source - - - - - This class is no longer used anymore and should be avoided as it is just meant - as a last resort when blending async and sync operations. The code is still - here to support versions before 3.3.9.0 of AWSSDK.DynamoDBv2. - - - - - Collection of parameters that an SDK client will send to a service. - - - - - Constructs empty ParameterCollection. - - - - - Adds a parameter with a string value. - - - - - - - Adds a parameter with a list-of-strings value. - - - - - - - Adds a parameter with a list-of-doubles value. - - - - - - - Converts the current parameters into a list of key-value pairs. - - - - - - Property to denote that the last exception returned by an AWS Service - was retryable or not. - - - - - This handler processes exceptions thrown from the HTTP handler and - unmarshalls error responses. - - - - - Default set of exception handlers. - - - - - Default set of exception handlers. - - - - - Constructor for ErrorHandler. - - an ILogger instance. - - - - Handles and processes any exception thrown from underlying handlers. - - The execution context which contains both the - requests and response context. - - - - Handles and processes any exception thrown from underlying handlers. - - The response type for the current request. - The execution context, it contains the - request and response context. - A task that represents the asynchronous operation. - - - - Disposes the response body. - - The response context. - - - - Processes an exception by invoking a matching exception handler - for the given exception. - - The execution context, it contains the - request and response context. - The exception to be processed. - - This method returns a boolean value which indicates if the original exception - should be rethrown. - This method can also throw a new exception that may be thrown by exception - processing by a matching exception handler. - - - - - Processes an exception by invoking a matching exception handler - for the given exception. - - The execution context, it contains the - request and response context. - The exception to be processed. - - This method returns a boolean value which indicates if the original exception - should be rethrown. - This method can also throw a new exception that may be thrown by exception - processing by a matching exception handler. - - - - - The abstract base class for exception handlers. - - The exception type. - - - - The exception handler for HttpErrorResponseException exception. - - - - - The constructor for HttpErrorResponseExceptionHandler. - - in instance of ILogger. - - - - Handles an exception for the given execution context. - - The execution context, it contains the - request and response context. - The exception to handle. - - Returns a boolean value which indicates if the original exception - should be rethrown. - This method can also throw a new exception to replace the original exception. - - - - - Handles an exception for the given execution context. - - The execution context, it contains the - request and response context. - The exception to handle. - - Returns a boolean value which indicates if the original exception - should be rethrown. - This method can also throw a new exception to replace the original exception. - - - - - Shared logic for the HandleException and HandleExceptionAsync - - - - - - - - - - Checks if a HTTP 404 status code is returned which needs to be suppressed and - processes it. - If a suppressed 404 is present, it unmarshalls the response and returns true to - indicate that a suppressed 404 was processed, else returns false. - - The execution context, it contains the - request and response context. - - - If a suppressed 404 is present, returns true, else returns false. - - - - - A pipeline handler which provides hooks to run - external code in the pre-invoke and post-invoke phases. - - - - - Action to execute on the pre invoke phase. - - - - - Action to execute on the post invoke phase. - - - - - Calls the PreInvoke and PostInvoke methods before and after calling the next handler - in the pipeline. - - The execution context which contains both the - requests and response context. - - - - Calls the PreInvoke and PostInvoke methods before and after calling the next handler - in the pipeline. - - The response type for the current request. - The execution context, it contains the - request and response context. - A task that represents the asynchronous operation. - - - - Executes the OnPreInvoke action as part of pre-invoke. - - The execution context, it contains the - request and response context. - - - - Executes the OnPreInvoke action as part of post-invoke. - - The execution context, it contains the - request and response context. - - - - This handler retrieved the AWS credentials to be used for the current call. - - - - - The constructor for CredentialsRetriever. - - An AWSCredentials instance. - - - - Retrieves the credentials to be used for the current call before - invoking the next handler. - - - - - - Calls pre invoke logic before calling the next handler - in the pipeline. - - The execution context which contains both the - requests and response context. - - - - Calls pre invoke logic before calling the next handler - in the pipeline. - - The response type for the current request. - The execution context, it contains the - request and response context. - A task that represents the asynchronous operation. - - - - The CSM handler has the logic for capturing data for CSM attempts when enabled. - - - - - Invokes the CSM handler and captures data for the CSM attempts. - - - - - Calls the PreInvoke and PostInvoke methods before and after calling the next handler - in the pipeline. - - - - - Method that gets called in the final clause that captures data for each http request - from the request and response context. - - - - - Executes the OnPreInvoke action as part of pre-invoke. - - - - - Method to collect data in case of connection exception - - - - - Method to collect data in case of Amazon service exception - - - - - The CSM handler has the logic for capturing data for CSM events when enabled. - - - - - Invokes the CSM handler and captures data for the CSM events. - - - - - Calls the PreInvoke and PostInvoke methods before and after calling the next handler - in the pipeline. - - - - - Invoked from the finally block of CSMCallEventHandler's Invoke method. - This method is used to capture CSM Call event metrics. - - - - - - Method that gets invoked in case of an exception in the API request completion. - - - - - - - This handler resolves the endpoint to be used for the current request. - - - - - Calls pre invoke logic before calling the next handler - in the pipeline. - - The execution context which contains both the - requests and response context. - - - - Calls pre invoke logic before calling the next handler - in the pipeline. - - The response type for the current request. - The execution context, it contains the - request and response context. - A task that represents the asynchronous operation. - - - - Resolves the endpoint to be used for the current request - before invoking the next handler. - - The execution context, it contains the - request and response context. - - - - This handler resolves the endpoint to be used for the current request. - - - - - Calls pre invoke logic before calling the next handler - in the pipeline. - - The execution context which contains both the - requests and response context. - - - - Calls pre invoke logic before calling the next handler - in the pipeline. - - The response type for the current request. - The execution context, it contains the - request and response context. - A task that represents the asynchronous operation. - - - - Resolves the endpoint to be used for the current request - before invoking the next handler. - - The execution context, it contains the - request and response context. - - - - Determines the endpoint for the request. - - The request context. - - - - - This handler provides an OnError action that can be used as hook for - external code to handle exceptions in the runtime pipeline. - - - - - Action to execute if an exception occurs during the - execution of any underlying handlers. - - - - - Executes the OnError action if an exception occurs during the - execution of any underlying handlers. - - - - - - - This handler marshalls the request before calling invoking the next handler. - - - - - Calls pre invoke logic before calling the next handler - in the pipeline. - - The execution context which contains both the - requests and response context. - - - - Calls pre invoke logic before calling the next handler - in the pipeline. - - The response type for the current request. - The execution context, it contains the - request and response context. - A task that represents the asynchronous operation. - - - - Marshalls the request before calling invoking the next handler. - - The execution context, it contains the - request and response context. - - - - This handler manages the metrics used to time the complete call and - logs the final metrics. - - - - - Captures the overall execution time and logs final metrics. - - The execution context which contains both the - requests and response context. - - - - Captures the overall execution time and logs final metrics. - - The response type for the current request. - - The execution context, it contains the request and response context. - - A task that represents the asynchronous operation. - - - - This handler processes HTTP redirects and reissues the call to the - redirected location. - - - - - Processes HTTP redirects and reissues the call to the - redirected location. - - The execution context which contains both the - requests and response context. - - - - Processes HTTP redirects and reissues the call to the - redirected location. - - The response type for the current request. - The execution context, it contains the - request and response context. - A task that represents the asynchronous operation. - - - - Checks if an HTTP 307 (temporary redirect) has occured and changes the - request endpoint to the redirected location. - - - The execution context, it contains the request and response context. - - - A boolean value that indicates if a redirect has occured. - - - - - This handler signs the request. - - - - - Calls pre invoke logic before calling the next handler - in the pipeline. - - The execution context which contains both the - requests and response context. - - - - Calls pre invoke logic before calling the next handler - in the pipeline. - - The response type for the current request. - The execution context, it contains the - request and response context. - A task that represents the asynchronous operation. - - - - Signs the request before invoking the next handler. - - - The execution context, it contains the request and response context. - - - - - Determines if the request should be signed. - - The request context. - A boolean value that indicated if the request should be signed. - - - - Signs the request. - - The request context. - - - - This handler unmarshalls the HTTP response. - - - - - The constructor for Unmarshaller. - - - Boolean value which indicated if the unmarshaller - handler supports response logging. - - - - - Unmarshalls the response returned by the HttpHandler. - - The execution context which contains both the - requests and response context. - - - - Unmarshalls the response returned by the HttpHandler. - - The response type for the current request. - The execution context, it contains the - request and response context. - A task that represents the asynchronous operation. - - - - Unmarshalls the HTTP response. - - - The execution context, it contains the request and response context. - - - - - Unmarshalls the HTTP response. - - - The execution context, it contains the request and response context. - - - - - The HTTP handler contains common logic for issuing an HTTP request that is - independent of the underlying HTTP infrastructure. - - - - - - The sender parameter used in any events raised by this handler. - - - - - The constructor for HttpHandler. - - The request factory used to create HTTP Requests. - The sender parameter used in any events raised by this handler. - - - - Issues an HTTP request for the current request context. - - The execution context which contains both the - requests and response context. - - - - Issues an HTTP request for the current request context. - - The response type for the current request. - The execution context, it contains the - request and response context. - A task that represents the asynchronous operation. - - - - Determines the content for request body and uses the HTTP request - to write the content to the HTTP request body. - - Content to be written. - The HTTP request. - The request context. - - - - Creates the HttpWebRequest and configures the end point, content, user agent and proxy settings. - - The async request. - The web request that actually makes the call. - - - - Disposes the HTTP handler. - - - - - An abstract pipeline handler that has implements IPipelineHandler, - and has the default implmentation. This is the base class for most of - the handler implementations. - - - - - The logger used to log messages. - - - - - The inner handler which is called after the current - handler completes it's processing. - - - - - The outer handler which encapsulates the current handler. - - - - - Contains the processing logic for a synchronous request invocation. - This method calls InnerHandler.InvokeSync to continue processing of the - request by the pipeline. - - The execution context which contains both the - requests and response context. - - - - Contains the processing logic for an asynchronous request invocation. - This method calls InnerHandler.InvokeSync to continue processing of the - request by the pipeline. - - The response type for the current request. - The execution context, it contains the - request and response context. - A task that represents the asynchronous operation. - - - - Logs the metrics for the current execution context. - - The execution context, it contains the - request and response context. - - - - The default implementation of the adaptive retry policy. - - - The default implementation of the adaptive policy. - - - - - Constructor for AdaptiveRetryPolicy. - - The maximum number of retries before throwing - back a exception. This does not count the initial request. - - - - Constructor for AdaptiveRetryPolicy. - - The Client config object. This is used to - retrieve the maximum number of retries before throwing - back a exception(This does not count the initial request) and - the service URL for the request. - - - - OnRetry is called when a retry request is initiated to determine if the request will be retried. - - The execution context which contains both the - requests and response context. - true to bypass any attempt to acquire capacity on a retry - true if the error that will be retried is a throtting error - True if retry throttling is disabled or retry throttling is enabled and capacity can be obtained. - - - - This method uses a token bucket to enforce the maximum sending rate. - - The execution context which contains both the - requests and response context. - If the prior request failed, this exception is expected to be - the exception that occurred during the prior request failure. - - - - Virtual method that gets called on a success Response. If its a retry success response, the entire - retry acquired capacity is released(default is 5). If its just a success response a lesser value capacity - is released(default is 1). - - Request context containing the state of the request. - - - - Return true if the request should be retried. - - Request context containing the state of the request. - The exception thrown by the previous request. - Return true if the request should be retried. - - - - Waits before retrying a request. - - The execution context which contains both the - requests and response context. - - - - This method uses a token bucket to enforce the maximum sending rate. - - The execution context which contains both the - requests and response context. - If the prior request failed, this exception is expected to be - the exception that occurred during the prior request failure. - - - - The default implementation of the legacy retry policy. - - - The default implementation of the legacy retry policy. - - - - - The maximum value of exponential backoff in milliseconds, which will be used to wait - before retrying a request. The default is 30000 milliseconds. - - - - - Constructor for DefaultRetryPolicy. - - The maximum number of retries before throwing - back a exception. This does not count the initial request. - - - - Constructor for DefaultRetryPolicy. - - The Client config object. This is used to - retrieve the maximum number of retries before throwing - back a exception(This does not count the initial request) and - the service URL for the request. - - - - Returns true if the request is in a state where it can be retried, else false. - - Request context containing the state of the request. - Returns true if the request is in a state where it can be retried, else false. - - - - Return true if the request should be retried. - - Request context containing the state of the request. - The exception thrown by the previous request. - Return true if the request should be retried. - - - - Virtual method that gets called when a retry request is initiated. If retry throttling is - enabled, the value returned is true if the required capacity is retured, false otherwise. - If retry throttling is disabled, true is returned. - - The execution context which contains both the - requests and response context. - - - - Virtual method that gets called when a retry request is initiated. If retry throttling is - enabled, the value returned is true if the required capacity is retured, false otherwise. - If retry throttling is disabled, true is returned. - - The execution context which contains both the - requests and response context. - true to bypass any attempt to acquire capacity on a retry - - - - Virtual method that gets called when a retry request is initiated. If retry throttling is - enabled, the value returned is true if the required capacity is retured, false otherwise. - If retry throttling is disabled, true is returned. - - The execution context which contains both the - requests and response context. - true to bypass any attempt to acquire capacity on a retry - true if the error that will be retried is a throtting error - - - - Virtual method that gets called on a success Response. If its a retry success response, the entire - retry acquired capacity is released(default is 5). If its just a success response a lesser value capacity - is released(default is 1). - - Request context containing the state of the request. - - - - Perform the processor-bound portion of the RetryForException logic. - This is shared by the sync, async, and APM versions of the RetryForException method. - - The exception thrown by the previous request. - Return true if the request should be retried. - - - - Perform the processor-bound portion of the RetryForException logic. - This is shared by the sync, async, and APM versions of the RetryForException method. - - The exception thrown by the previous request. - Request context containing the state of the request. - Return true if the request should be retried. - - - - Checks if the retry limit is reached. - - Request context containing the state of the request. - Return false if the request can be retried, based on number of retries. - - - - Waits before retrying a request. The default policy implements a exponential backoff. - - Request context containing the state of the request. - - - - Waits for an amount of time using an exponential backoff algorithm. - - The request retry index. The first request is expected to be 0 while - the first retry will be 1. - The max number of milliseconds to wait - - - - Return true if the request should be retried. - - Request context containing the state of the request. - The exception thrown by the previous request. - Return true if the request should be retried. - - - - Waits before retrying a request. - - The execution context which contains both the - requests and response context. - - - - The retry handler has the generic logic for retrying requests. - It uses a retry policy which specifies when - a retry should be performed. - - - - - The logger used to log messages. - - - - - The retry policy which specifies when - a retry should be performed. - - - - - Constructor which takes in a retry policy. - - Retry Policy - - - - Invokes the inner handler and performs a retry, if required as per the - retry policy. - - The execution context which contains both the - requests and response context. - - - - Invokes the inner handler and performs a retry, if required as per the - retry policy. - - The response type for the current request. - The execution context, it contains the - request and response context. - A task that represents the asynchronous operation. - - - - Prepares the request for retry. - - Request context containing the state of the request. - - - - The default implementation of the standard retry policy. - - - The default implementation of the standard policy. - - - - - The maximum value of exponential backoff in milliseconds, which will be used to wait - before retrying a request. The default is 20000 milliseconds. - - - - - Constructor for StandardRetryPolicy. - - The maximum number of retries before throwing - back a exception. This does not count the initial request. - - - - Constructor for StandardRetryPolicy. - - The Client config object. This is used to - retrieve the maximum number of retries before throwing - back a exception(This does not count the initial request) and - the service URL for the request. - - - - Returns true if the request is in a state where it can be retried, else false. - - Request context containing the state of the request. - Returns true if the request is in a state where it can be retried, else false. - - - - Return true if the request should be retried. - - Request context containing the state of the request. - The exception thrown by the previous request. - Return true if the request should be retried. - - - - Virtual method that gets called when a retry request is initiated. If retry throttling is - enabled, the value returned is true if the required capacity is retured, false otherwise. - If retry throttling is disabled, true is returned. - - The execution context which contains both the - requests and response context. - - - - Virtual method that gets called when a retry request is initiated. If retry throttling is - enabled, the value returned is true if the required capacity is retured, false otherwise. - If retry throttling is disabled, true is returned. - - The execution context which contains both the - requests and response context. - true to bypass any attempt to acquire capacity on a retry - - - - Virtual method that gets called when a retry request is initiated. If retry throttling is - enabled, the value returned is true if the required capacity is retured, false otherwise. - If retry throttling is disabled, true is returned. - - The execution context which contains both the - requests and response context. - true to bypass any attempt to acquire capacity on a retry - true if the error that will be retried is a throtting error - - - - Virtual method that gets called on a success Response. If its a retry success response, the entire - retry acquired capacity is released(default is 5). If its just a success response a lesser value capacity - is released(default is 1). - - Request context containing the state of the request. - - - - Perform the processor-bound portion of the RetryForException logic. - This is shared by the sync, async, and APM versions of the RetryForException method. - - The exception thrown by the previous request. - Return true if the request should be retried. - - - - Perform the processor-bound portion of the RetryForException logic. - This is shared by the sync, async, and APM versions of the RetryForException method. - - The exception thrown by the previous request. - Request context containing the state of the request. - Return true if the request should be retried. - - - - Checks if the retry limit is reached. - - Request context containing the state of the request. - Return false if the request can be retried, based on number of retries. - - - - Waits before retrying a request. The default policy implements a exponential backoff with - jitter algorithm. - - Request context containing the state of the request. - - - - Waits for an amount of time using an exponential backoff with jitter algorithm. - - The request retry index. The first request is expected to be 0 while - the first retry will be 1. - The max number of milliseconds to wait - - - - Return true if the request should be retried. - - Request context containing the state of the request. - The exception thrown by the previous request. - Return true if the request should be retried. - - - - Waits before retrying a request. - - The execution context which contains both the - requests and response context. - - - - A runtime pipeline contains a collection of handlers which represent - different stages of request and response processing. - - - - - The top-most handler in the pipeline. - - - - - Constructor for RuntimePipeline. - - The handler with which the pipeline is initialized. - - - - Constructor for RuntimePipeline. - - List of handlers with which the pipeline is initialized. - - - - Constructor for RuntimePipeline. - - List of handlers with which the pipeline is initialized. - The logger used to log messages. - - - - Constructor for RuntimePipeline. - - The handler with which the pipeline is initialized. - The logger used to log messages. - - - - Invokes the pipeline synchronously. - - Request context - Response context - - - - Invokes the pipeline asynchronously. - - Request context - Response context - - - - Adds a new handler to the top of the pipeline. - - The handler to be added to the pipeline. - - - - Adds a handler after the first instance of handler of type T. - - Type of the handler after which the given handler instance is added. - The handler to be added to the pipeline. - - - - Adds a handler before the first instance of handler of type T. - - Type of the handler before which the given handler instance is added. - The handler to be added to the pipeline. - - - - Removes the first occurance of a handler of type T. - - Type of the handler which will be removed. - - - - Replaces the first occurance of a handler of type T with the given handler. - - Type of the handler which will be replaced. - The handler to be added to the pipeline. - - - - Inserts the given handler after current handler in the pipeline. - - Handler to be inserted in the pipeline. - Handler after which the given handler is inserted. - - - - Gets the innermost handler by traversing the inner handler till - it reaches the last one. - - - - - Retrieves a list of handlers, in the order of their execution. - - Handlers in the current pipeline. - - - - Retrieves current handlers, in the order of their execution. - - Handlers in the current pipeline. - - - - This class is responsible for managing adaptive retry mode client rate limiting. - - - - - The rate at which token are replenished. - - - - - The maximum capacity allowed in the token - - - - - The current capacity of the token - - - - - The last time the token bucket was refilled. - - - - - The smoothed rate which tokens are being retrieved. - - - - - The last half second time bucket used. - - - - - The number of requests seen within the current time - - - - - The maximum rate when the client was last throttled. - - - - - The last time when the client was throttled. - - - - - The cached time window calculation - - - - - Boolean indicating if the token bucket is enabled. - - - - - This method attempts to acquire capacity from the client's token - - The amount of capacity to obtain from the token bucket - Indicates that the client should or shouldn't sleep and - try again if capacity cannot be obtained. - - - - - This method attempts to acquire capacity from the client's token - - The amount of capacity to obtain from the token bucket - Indicates that the client should or shouldn't sleep and - try again if capacity cannot be obtained. - - Token which can be used to cancel the task. - - - - Updates the sending rate within the client's token bucket - - Indicates if the request resulted in a throttling error. - - - - Calculates the rate - - - Returns the calculated rate for a successful call - - - - Calculates the rate. - - The rate to use in the calculation - Returns the calculated rate for a throttled call - - - - This class is the base class of all the configurations settings to connect - to a service. - - - This class is the base class of all the configurations settings to connect - to a service. - - - - - Gets Service Version - - - - - Gets and sets of the signatureMethod property. - - - - - Gets and sets of the SignatureVersion property. - - Note: This property exists for backward compatibility but is no longer - used by any service other than S3. - - - - - Gets and sets of the UserAgent property. - - - - - When set to true, the service client will use the x-amz-user-agent - header instead of the User-Agent header to report version and - environment information to the AWS service. - - Note: This is especially useful when using a platform like WebAssembly - which doesn't allow to specify the User-Agent header. - - - - - - Gets and sets the RegionEndpoint property. The region constant that - determines the endpoint to use. - - Setting this property to null will force the SDK to recalculate the - RegionEndpoint value based on App/WebConfig, environment variables, - profile, etc. - - - RegionEndpoint and ServiceURL are mutually exclusive properties. - Whichever property is set last will cause the other to automatically - be reset to null. - - - - - - The constant used to lookup in the region hash the endpoint. - - - - - - Gets and sets of the ServiceURL property. - This is an optional property; change it - only if you want to try a different service - endpoint. - - - RegionEndpoint and ServiceURL are mutually exclusive properties. - Whichever property is set last will cause the other to automatically - be reset to null. - - - - - - Gets and sets the UseHttp. - If this property is set to true, the client attempts - to use HTTP protocol, if the target endpoint supports it. - By default, this property is set to false. - - - - - Given this client configuration, return a string form ofthe service endpoint url. - - - - - Gets and sets the AuthenticationRegion property. - Used in AWS4 request signing, this is an optional property; - change it only if the region cannot be determined from the - service endpoint. - - - - - Gets and sets the AuthenticationServiceName property. - Used in AWS4 request signing, this is the short-form - name of the service being called. - - - - - Returns the flag indicating how many retry HTTP requests an SDK should - make for a single SDK operation invocation before giving up. This flag will - return 4 when the RetryMode is set to "Legacy" which is the default. For - RetryMode values of "Standard" or "Adaptive" this flag will return 2. In - addition to the values returned that are dependent on the RetryMode, the - value can be set to a specific value by using the AWS_MAX_ATTEMPTS environment - variable, max_attempts in the shared configuration file, or by setting a - value directly on this property. When using AWS_MAX_ATTEMPTS or max_attempts - the value returned from this property will be one less than the value entered - because this flag is the number of retry requests, not total requests. To - learn more about the RetryMode property that affects the values returned by - this flag, see . - - - - - Determines if MaxErrorRetry has been manually set. - - - - - Gets and sets the LogResponse property. - If this property is set to true, the service response is logged. - The size of response being logged is controlled by the AWSConfigs.LoggingConfig.LogResponsesSizeLimit property. - - - - - Gets and sets the ReadEntireResponse property. - NOTE: This property does not effect response processing and is deprecated. - To enable response logging, the ClientConfig.LogResponse and AWSConfigs.LoggingConfig - properties can be used. - - - - - Gets and Sets the BufferSize property. - The BufferSize controls the buffer used to read in from input streams and write - out to the request. - - - - - - Gets or sets the interval at which progress update events are raised - for upload operations. By default, the progress update events are - raised at every 100KB of data transferred. - - - If the value of this property is set less than ClientConfig.BufferSize, - progress updates events will be raised at the interval specified by ClientConfig.BufferSize. - - - - - - Flag on whether to resign requests on retry or not. - For Amazon S3 and Amazon Glacier this value will always be set to true. - - - - - This flag controls if .NET HTTP infrastructure should follow redirection - responses (e.g. HTTP 307 - temporary redirect). - - - - - Flag on whether to log metrics for service calls. - - This can be set in the application's configs, as below: - - <?xml version="1.0" encoding="utf-8" ?> - <configuration> - <appSettings> - <add key="AWSLogMetrics" value"true"/> - </appSettings> - </configuration> - - - - - - Gets and sets the DisableLogging. If true logging for this client will be disabled. - - - - - Specify a to use. - - Returns the that will be used. If none is specified, - than the correct one is computed by . - - - - - Credentials to use with a proxy. - - - - - Specialized that is only meant to provide backwards - compatibility for the obsolete constructor. - - - - - - If the value is set, the value is assigned to the Timeout property of the HttpWebRequest/HttpClient object used - to send requests. - - - Please specify a timeout value only if the operation will not complete within the default intervals - specified for an HttpWebRequest/HttpClient. - - - The timeout specified is null. - The timeout specified is less than or equal to zero and is not Infinite. - - - - - - Generates a based on the value - for . - - NOTE: uses - - - - - Configures the endpoint calculation for a service to go to a dual stack (ipv6 enabled) endpoint - for the configured region. - - - Note: AWS services are enabling dualstack endpoints over time. It is your responsibility to check - that the service actually supports a dualstack endpoint in the configured region before enabling - this option for a service. - - - - - Configures the endpoint calculation to go to a FIPS (https://aws.amazon.com/compliance/fips/) endpoint - for the configured region. - - - - - Enable or disable the Retry Throttling feature by setting the ThrottleRetries flag to True/False respectively. - Retry Throttling is a feature that intelligently throttles retry attempts when a large percentage of requests - are failing and retries are unsuccessful as well. In such situations the allotted retry capacity for the service URL - will be drained until requests start to succeed again. Once the requisite capacity is available, retries would - be permitted again. When retries are throttled, the service enters a fail-fast behaviour as the traditional retry attempt - for the request would be circumvented. Hence, errors will resurface quickly. This will result in a greater number of exceptions - but prevents requests being tied up in unsuccessful retry attempts. - Note: Retry Throttling is enabled by default. Set the ThrottleRetries flag to false to switch off this feature. - - - - - Enable or disable the Nagle algorithm on the underlying http - client. - - This method is not intended to be called by consumers of the AWS SDK for .NET - - - - - - Performs validation on this config object. - Throws exception if any of the required values are missing/invalid. - - - - - Returns the current UTC now after clock correction for this endpoint. - - - - - The calculated clock skew correction for a specific endpoint, if there is one. - This field will be set if a service call resulted in an exception - and the SDK has determined that there is a difference between local - and server times. - - If is set to true, this - value will still be set to the correction, but it will not be used by the - SDK and clock skew errors will not be retried. - - - - - Gets and sets the DisableHostPrefixInjection flag. If true, host prefix injection will be disabled for this client, the default value of this flag is false. - Host prefix injection prefixes the service endpoint with request members from APIs which use this feature. - Example: for a hostPrefix of "foo-name." and a endpoint of "service.region.amazonaws.com" the default behavior is to - prefix the endpoint with the hostPrefix resulting in a final endpoint of "foo-name.service.region.amazonaws.com". Setting - DisableHostPrefixInjection to true will disable hostPrefix injection resulting in a final endpoint of - "service.region.amazonaws.com" regardless of the value of hostPrefix. E.g. You may want to disable host prefix injection for testing against a local mock endpoint. - - - - - Returns the flag indicating if endpoint discovery should be enabled or disabled for operations that are not required to use endpoint discovery. - - - - - Returns the maximum number of discovered endpoints that can be stored within the cache for the client. The default limit is 1000 cache entries. - - - - - Returns the flag indicating the current mode in use for request - retries and influences the value returned from . - The default value is RequestRetryMode.Legacy. This flag can be configured - by using the AWS_RETRY_MODE environment variable, retry_mode in the - shared configuration file, or by setting this value directly. - - - - - Under Adaptive retry mode, this flag determines if the client should wait for - a send token to become available or don't block and fail the request immediately - if a send token is not available. - - - - - Throw an exception if the boxed TimeSpan parameter doesn't have a value or is out of range. - - - - - Returns the request timeout value if its value is set, - else returns client timeout value. - - - - - - This is a switch used for performance testing and is not intended for production applications - to change. This switch may be removed in a future version of the SDK as the .NET Core platform matures. - - - If true, the HttpClient is cached and reused for every request made by the service client - and shared with other service clients. - - - For the .NET Core platform this is default to true because the HttpClient manages the connection - pool. - - - - - - If CacheHttpClient is set to true then HttpClientCacheSize controls the number of HttpClients cached. - - On Windows the default value is 1 since the underlying native implementation does not have throttling constraints - like the non Windows Curl based implementation. For non Windows based platforms the default is the value return from - System.Environment.ProcessorCount. - - - - - - Overrides the default read-write timeout value. - - - - If the value is set, the value is assigned to the ReadWriteTimeout property of the HttpWebRequest object used - to send requests. - - The timeout specified is null. - The timeout specified is less than or equal to zero and is not Infinite. - - - - - - Returns a WebProxy instance configured to match the proxy settings - in the client configuration. - - - - - Unpacks the host, port and any credentials info into the instance's - proxy-related fields. - Unlike the SetWebProxy implementation on .NET 3.5/4.5,the Host and the Port are not reconstructed from the - input proxyuri - - The proxy details - - - - Gets and sets of the ProxyHost property. - - - - - Gets and sets of the ProxyPort property. - - - - - Get or set the value to use for on requests. - If this property is null, - will be left at its default value of . - - - - - - Returns true if the clients should be cached by HttpRequestMessageFactory, false otherwise. - - - - - - - Returns true if the SDK should dispose HttpClients after one use, false otherwise. - - - - - - - Create a unique string used for caching the HttpClient based on the settings that are used from the ClientConfig that are set on the HttpClient. - - - - - - - Determines if HttpClients created with the given IClientConfig should be cached at the SDK - client level, or cached globally. - - If there is no HttpClientFactory assigned and proxy or proxy credentials are set - this returns false because those properties can't be serialized as part of the key in the global http client cache. - - - - - Base class for constant class that holds the value that will be sent to AWS for the static constants. - - - - - Gets the value that needs to be used when send the value to AWS - - - - - Attempt to find correct-cased constant value using whatever cased value the user - has provided. This is primarily useful for mapping any-cased values from a CLI - tool to the specific casing required by the service, avoiding the need for the - user to (a) remember the specific case and (b) actually type it correctly. - - The properly cased service constant matching the value - - - - Utility class that stores clock skew information. - - - - - GlobalClockCorrection should be only set by AWSConfigs.ManualClockCorrection property - and is only available to maintain backward compatibilty. This should override any - endpoint specific clockskew correction. - - - - - Return clock skew correction value for an endpoint if there is one. - - AWSConfigs.ManualClockCorrection overrides globally any calculated service endpoint specific - clock correction value. - - Endpoint should in a form such as "https://s3" - Clock correction value for an endpoint in TimeSpan. TimeSpan.Zero if no such clock correction is set. - - - - Get clock skew corrected UTC now value. If ManualClockCorrection is set, - use ManualClockCorrection instead of endpoint specific clock correction value. - - - - - - - Factory to construct different types of AWSCredentials based on a profile. - - - - - Gets the AWSCredentials for this profile if CanCreateAWSCredentials is true - and AWSCredentials can be created. Throws an exception otherwise. - - See for a list of AWSCredentials returned by this method. - - The profile to get AWSCredentials for. - The profile source, for profiles that reference other profiles. - AWSCredentials for this profile. - - - - Gets the AWSCredentials for this profile if CanCreateAWSCredentials is true - and AWSCredentials can be created. Throws an exception otherwise. - - See for a list of AWSCredentials returned by this method. - - The options to get AWSCredentials for. - The profile source, for options that reference other profiles. - AWSCredentials for the options given. - - - - Gets the AWSCredentials for this profile if CanCreateAWSCredentials is true - and AWSCredentials can be created. Throws an exception otherwise. - - See for a list of AWSCredentials returned by this method. - - The profile to get AWSCredentials for. - The profile source, for profiles that reference other profiles. - If true, throw a descriptive exception for any credentials that would not operate as-is. - In other words, any credentials that require programmatic callbacks at runtime. - AWSCredentials for this profile. - - - - Gets the AWSCredentials for this profile if CanCreateAWSCredentials is true - and AWSCredentials can be created. Throws an exception otherwise. - - See for a list of AWSCredentials returned by this method. - - The options to get AWSCredentials for. - The profile source, for options that reference other profiles. - If true, throw a descriptive exception for any credentials that would not operate as-is. - In other words, any credentials that require programmatic callbacks at runtime. - AWSCredentials for the options given. - - - - Return the credentials for the profile if valid credentials can created. - - The profile to create credentials with. - The profile source, for profiles that reference other profiles. - The credentials for the profile. - True if credentials can be created from the profile, false otherwise. - - - - Return the credentials for the profile if valid credentials can created. - - The options to get AWSCredentials for. - The profile source, for profiles that reference other profiles. - The credentials for the profile. - True if credentials can be created from the profile, false otherwise. - - - - Determine if the profileType will generate AWSCredentials that require a callback to be set on them. - - - - - - - A named group of options that are persisted and used to obtain AWSCredentials. - - - - - The name of the CredentialProfile - - - - - The options to be used to create AWSCredentials. - - - - - The region to be used with this CredentialProfile - - - - - The unique key for this CredentialProfile. - This key is used by the Visual Studio Toolkit to associate external artifacts with this profile. - - - - - The desired that - should use. - - If this is null/empty, then the Mode will be used. - - - - - The endpoint discovery enabled value for this CredentialProfile - - - - - If true the region identified in the S3 access point arn will be used when making requests. - - - - - If true, the use of multi-region access points is disabled. - - - - - The Sts Regional Endpoints Value as either legacy or regional - - - - - The S3 Regional Endpoint Value as either legacy or regional - - - - - The request retry mode as legacy, standard, or adaptive - - - - - Specified how many HTTP requests an SDK should make for a single - SDK operation invocation before giving up. - - - - - Endpoint of the EC2 Instance Metadata Service - - - - - Internet protocol version to be used for communicating with the EC2 Instance Metadata Service - - - - - Configures the endpoint calculation to go to a dual stack (ipv6 enabled) endpoint - for the configured region. - - - - - Configures the endpoint calculation to go to a FIPS (https://aws.amazon.com/compliance/fips/) endpoint - for the configured region. - - - - - An optional dictionary of name-value pairs stored with the CredentialProfile - - - - - True if the properties of the Options object can be converted into AWSCredentials, false otherwise. - See for more details about which options are available. - - - - - The that this is associated with. - Null if this is not associated with a . - - - - - If CanCreateAWSCredentials is true, returns a short description of the type of - credentials that would be created. - If CanCreateAWSCredentials is false, return null. - - - - - The CredentialProfileType of this CredentialProfile, if one applies. - - - - - Determine this CredentialProfile will generate AWSCredentials that require a callback to be set on them. - - - - - Construct a new CredentialProfile. - - - - - - - Gets the AWSCredentials for this profile if CanCreateAWSCredentials is true - and AWSCredentials can be created. Throws an exception otherwise. - - See for a list of AWSCredentials returned by this method. - - The profile source, for profiles that reference other profiles. - AWSCredentials for this profile. - - - - Gets the AWSCredentials for this profile if CanCreateAWSCredentials is true - and AWSCredentials can be created. Throws an exception otherwise. - - See for a list of AWSCredentials returned by this method. - - The profile source, for profiles that reference other profiles. - If true, throw a descriptive exception for any credentials that would not operate as-is. - In other words, any credentials that require programmatic callbacks at runtime. - AWSCredentials for this profile. - - - - - The access key to be used in the AWSCredentials. - - - - - The source of credentials to be used to obtain AWSCredentials. - - - - - The endpoint name to be used for federated AWSCredentials. - - - - - The external id to use in assume role AWSCredentials. - - - - - The serial number of the MFA to use in assume role AWSCredentials. - - - - The role ARN to use when creating assume role or federated AWSCredentials. - - - - An identifier for the assumed role session. - - - - - The secret key to use when creating AWSCredentials. - - - - - When this CredentialProfileOptions object references another CredentialProfile, - the name of the referenced CredentialProfile. - - - - - The session token to be used to create AWSCredentials. - - - - - The user identity to use when creating federated AWSCredentials. - If not set, the user identity that the code is running under will be used. - - - - - Contains the executable information to be used by the process credential retriever - to either fetch Basic or Session credentials - - - - - Absolute path to the file on disk containing an OIDC token. - - - - - The AWS account ID that temporary AWS credentials will be resolved for using AWS SSO. - - - - - The AWS region where the SSO directory for is hosted. - - - - - The corresponding IAM role in the AWS account that temporary AWS credentials will be resolved for using AWS SSO. - - - - - The main URL for users to login to their SSO directory. - Provided by the SSO service via the web console. - - - - - Return true the properties are all null or empty, false otherwise. - - - - - Class to abstract the combined use of NetSDKCredentialsFile and SharedCredentialsFile where possible. - - - - - - The location of the shared credentials file, or null to use the default location. - - - - - Construct a CredentialProfileChain. - - - - - Construct a CredentialProfileChain. - - The path to the aws credentials file to look at. - - - - - Try to get from a profile. - - - If ProfilesLocation is non-null and non-empty search the shared credentials - file at the disk path in the ProfilesLocation property. - - - If ProfilesLocation is null or empty and the platform supports the .NET SDK credentials file - search the SDK credentials file. If the profile is not found search the shared credentials file in the default location. - - - If ProfilesLocation is null or empty and the platform doesn't support the .NET SDK credentials file - search the shared credentials file in the default location. - - - The name of the profile to get credentials from. - The credentials, if the profile is found and credentials can be created. - True if the profile was found and credentials could be created, false otherwise. - - - - - Try to get a - - - If ProfilesLocation is non-null and non-empty search the shared credentials - file at the disk path in the ProfilesLocation property. - - - If ProfilesLocation is null or empty and the platform supports the .NET SDK credentials file - search the SDK credentials file. If the profile is not found search the shared credentials file in the default location. - - - If ProfilesLocation is null or empty and the platform doesn't support the .NET SDK credentials file - search the shared credentials file in the default location. - - - The name of the profile to get. - The profile, if found - True if the profile was found, false otherwise. - - - - - Get a list of available objects. - - - If ProfilesLocation is non-null and non-empty include profiles in the shared credentials - file at the disk path in the ProfilesLocation property. - - - If ProfilesLocation is null or empty and the platform supports the .NET SDK credentials file - include profiles from the SDK credentials file and from the shared credentials file in the default location. - - - If ProfilesLocation is null or empty and the platform doesn't support the .NET SDK credentials file - include profiles from the shared credentials file in the default location. - - - A list of objects. - - - - - Register a - - - If ProfilesLocation is non-null and non-empty register the profile in the shared credentials - file at the disk path in the ProfilesLocation property. - - - If ProfilesLocation is null or empty and the platform supports the .NET SDK credentials file - register the profile in the SDK credentials file. - - - If ProfilesLocation is null or empty and the platform doesn't support the .NET SDK credentials file - register the profile in the shared credentials file in the default location. - - - The profile to register. - - - - - Unregister a - - - If ProfilesLocation is non-null and non-empty unregister the profile from the shared credentials - file at the disk path in the ProfilesLocation property. - - - If ProfilesLocation is null or empty and the platform supports the .NET SDK credentials file - search the SDK credentials file. If the profile is found there unregister it. - If the profile was not found search the shared credentials file in the default location. - If the profile is found in the shared credentials file in the default location unregister it. - - - If ProfilesLocation is null or empty and the platform doesn't support the .NET SDK credentials file - search the shared credentials file in the default location. If the profile is found in the - shared credentials file in the default location unregister it. - - - The name of the profile to unregister. - - - - Interface to define the necessary operations for a CredentialProfile lookup mechanism. - - - - - Get the profile with the given name, if one exists. - - The name of the profile to get. - The profile, if it was found, null otherwise. - True if the profile was found, false otherwise. - - - - Interface to define the necessary operations for a CredentialProfile storage mechanism. - - - - - Rename the profile with oldProfileName to newProfileName. - - The profile to rename. - The new name for the profile. - - - - Rename the profile with oldProfileName to newProfileName. - - The profile to rename. - The new name for the profile. - If true and the destination profile exists it will be overwritten. - - - - Make a copy of the profile with fromProfileName called toProfileName. - - The name of the profile to copy from. - The name of the new profile. - - - - Make a copy of the profile with fromProfileName called toProfileName. - - The name of the profile to copy from. - The name of the new profile. - If true and the destination profile exists it will be overwritten. - - - - Add the given profile to the store, or update it if one with the same name already exists. - - - - - - Delete the profile with profileName if it exists. - - The name of the profile to delete. - - - - Get a list of valid profile names from this store. - Invalid profiles are ignored. - See for more information - about valid profiles. - - - - - - Get a list of valid profiles from this store. - Invalid profiles are ignored. - See for more information - about valid profiles. - - - - - - Class to easily convert from Dictionary<string, string> to ProfileOptions and back. - - - - - Separate the profileDictionary into its parts. - profileDictionary = profileOptions + reservedProperties + userProperties - - Dictionary with everything in it - Keys to ignore - The resulting CredentialProfileOptions - The properties that are left - - - - Separate the profileDictionary into its parts. - profileDictionary = profileOptions + reservedProperties + userProperties - - Dictionary with everything in it - Keys for the reservedKeys dictionary - The resulting CredentialProfileOptions - The resulting reserved properties - The properties that are left - - - - Validate the userProperties and then combine profileOptions, reservedProperties, and userProperties into one Dictionary. - - - - - - - - - - Make sure the userProperties dictionary doesn't contain any keys that are reserved. - Check is case-insensitive for added safety. - - - - - - - Make sure the userProperties dictionary doesn't contain any keys that - overlap with the names of mapped names for CredentialProfileOptions property names. - Check is case-insensitive for added safety. - - - - - - This class is used internally and should not be accessed by SDK users. - - Provide access to internal properties of CredentialProfile to - PowerShell tools and the Visual Studio Toolkit. - - - - - Attempt to read a role session with the given name. - If the session is invalid or expired it will not be returned. - - The name of the role session to get. - The credentials for the session, if found. - True if the session was found, false otherwise. - - - - This class allows profiles supporting AWSCredentials to be registered with - the SDK so that they can later be reference by a profile name. The credential profiles will be available - for use in the AWS Toolkit for Visual Studio and the AWS Tools for Windows PowerShell. - - The credentials are stored under the current users AppData folder encrypted using Windows Data Protection API. - - - This class is not threadsafe. - - - - - - Get the profile with the name given, if it exists in this store. - - The name of the profile to find. - The profile, if it was found, null otherwise - True if the profile was found, false otherwise. - - - - Add the profile to this store, if it's valid. - - The profile to add. - - - - If there is a profile in the store with the given name, delete it. - - The name of the profile to delete. - - - - Rename the profile with oldProfileName to newProfileName. - - The profile to rename. - The new name for the profile. - - - - Rename the profile with oldProfileName to newProfileName. - - The profile to rename. - The new name for the profile. - If true and the destination profile exists it will be overwritten. - - - - Make a copy of the profile with fromProfileName called toProfileName. - - The name of the profile to copy from. - The name of the new profile. - - - - Make a copy of the profile with fromProfileName called toProfileName. - - The name of the profile to copy from. - The name of the new profile. - If true and the destination profile exists it will be overwritten. - - - - Set the ProfileType field to maintain backward compatibility with ProfileManager. - The value is ignored when it's read back in. - - - - - - - Represents the different types of authentication available for SAML endpoints. - - - - - Representation of a SAML Endpoint. - - - - - The name given to this SAMLEndpoint. - - - - - The URI of the SAML endnpoint. - - - - - The authentication type associated with the SAML endpoint. - - - - - Internal constructor. Used by SAMLEndpointManager when reading endpoints from the encrypted store. - - - - - - - - Construct a SAMLEndpoint using the default SAMLAuthenticationType - Kerberos. - - The name of the endpoint. - The URI of the endpoint. - - - - Construct a SAMLEndpoint. - - The name of the endpoint. - The URI of the endpoint. - The authentication type of the endpoint. - - - - Manages endpoints to be used in conjunction with SAML role profiles. The role profiles - reference the endpoint to obtain the actual endpoint and any customization settings - needed to perform authentication. - - - - - Construct a SAMLEndpointManager. - - - - - True if the SAMLEndpointManager is available on the current platform, false otherwise. - - - - - Register an endpoint, or update an existing one. - - The endpoint to register. - - - - Get an endpoint, if it exists and is valid. - - The name of the endpoint to get. - The endpoint, or null if it's invalid or doesn't exist. - True if the endpoint exists and is valid, false otherwise. - - - - Get an endpoint from the store. - Throws an exception if there's an error reading the endpoint, or if it doesn't exist. - - The name of the endpoint to get. - The endpoint with the given name. - - - - Delete an endpoint from the store, if it exists. - - The name of the endpoint to delete. - - - - List the names of valid endpoints in the store. - - - - - - List valid endopints that can be read from the store. - - - - - - Provides access to read and write to the shared credentials INI file. - The file is read, parsed, and validated at construction time. - Changes can be made using the RegisterProfile() and - UnregisterProfile() methods. - - This class is not threadsafe. - - - - - To maintain compatibility with the CLI, - SharedCredentialsFile doesn't support the SAML profileTypes. - - - - - Construct a new SharedCredentialsFile in the default location. - - - - - Construct a new SharedCredentialsFile. - - The path of the shared credentials file. - - - - Add the profile given. If the profile already exists, update it. - - The profile to be written. - - - - Update the profile on disk regardless of the profile type. - - - - - - Deletes the section with the given ProfileName from the SharedCredentialsFile, if one exists. - - The ProfileName of the section to delete. - - - - Rename the profile with oldProfileName to newProfileName. - - The profile to rename. - The new name for the profile. - - - - Rename the profile with oldProfileName to newProfileName. - - The profile to rename. - The new name for the profile. - If true and the destination profile exists it will be overwritten. - - - - Make a copy of the profile with fromProfileName called toProfileName. - - The name of the profile to copy from. - The name of the new profile. - - - - Make a copy of the profile with fromProfileName called toProfileName. - - The name of the profile to copy from. - The name of the new profile. - If true and the destination profile exists it will be overwritten. - - - - Try to get a profile that may be partially in the credentials file and partially in the config file. - If there are identically named properties in both files, the properties in the credentials file take precedence. - - - - - - - - Anonymous credentials. - Using these credentials, the client does not sign the request. - - - - - Returns an instance of ImmutableCredentials for this instance - - - - - - AWS Credentials that automatically refresh by calling AssumeRole on - the Amazon Security Token Service. - - - - - The credentials of the user that will be used to call AssumeRole. - - - - - The Amazon Resource Name (ARN) of the role to assume. - - - - - An identifier for the assumed role session. - - - - - Options to be used in the call to AssumeRole. - - - - - Constructs an AssumeRoleAWSCredentials object. - - The credentials of the user that will be used to call AssumeRole. - The Amazon Resource Name (ARN) of the role to assume. - An identifier for the assumed role session. - - - - Constructs an AssumeRoleAWSCredentials object. - - The credentials of the user that will be used to call AssumeRole. - The Amazon Resource Name (ARN) of the role to assume. - An identifier for the assumed role session. - Options to be used in the call to AssumeRole. - - - - A unique identifier that is used by third parties when assuming roles in their customers' accounts. - - - - - An IAM policy in JSON format. - - - - - The length of time in seconds before the credentials will expire. - - - - - The proxy settings to use when calling AssumeRole. - - - - - The identification number of the MFA device that is associated with the user who is making the assume-role call. - - - - - The value provided by the MFA device, if the trust policy of the role being assumed requires MFA. - - - - - A callback that's used to obtain the MFA token code when the AssumeRoleAWSCredentials are refreshed. - - - - - The source identity specified by the principal that is calling the AssumeRole - operation. - - - - - Immutable representation of AWS credentials obtained as a result of - authenticating with the AssumeRole method of the Security Token Service. - - - - - The expiry time of the credentials, obtained from the AssumeRoleResponse. - - - - - Constructs an instance with supplied keys, token, and expiration. - - The AccessKey for the credentials. - The SecretKey for the credentials. - The security token for the credentials. - The expiration time for the credentials. - - - - Get a copy of this AssumeRoleImmutableCredentials object. - - A copy of this object. - - - - AWS Credentials that automatically refresh by calling AssumeRole on - the Amazon Security Token Service. - - - - - As established by STS, the regex used to validate the role session names is a string of 2-64 characters consisting of - upper- and lower-case alphanumeric characters with no spaces. You can also include - underscores or any of the following characters: =,.@- - - - - - Options to be used in the call to AssumeRole. - - - - - The absolute path to the file on disk containing an OIDC token - - - - - The Amazon Resource Name (ARN) of the role to assume. - - - - - An identifier for the assumed role session. - - - - - Constructs an AssumeRoleWithWebIdentityCredentials object. - - The absolute path to the file on disk containing an OIDC token. - The Amazon Resource Name (ARN) of the role to assume. - An identifier for the assumed role session. - - - - Constructs an AssumeRoleWithWebIdentityCredentials object. - - The absolute path to the file on disk containing an OIDC token. - The Amazon Resource Name (ARN) of the role to assume. - An identifier for the assumed role session. - Options to be used in the call to AssumeRole. - - - - Creates an instance of from environment variables. - - Throws an if the needed environment variables are not set. - The new credentials. - - - - Gets a client to be used for AssumeRoleWithWebIdentity requests. - - The STS client. - - - - Options for using a credentials object to make AssumeRoleWithWebIdentity calls. - - - - - Gets and sets the property DurationSeconds. - - The duration, in seconds, of the role session. The value can range from 900 seconds - (15 minutes) up to the maximum session duration setting for the role. This setting - can have a value from 1 hour to 12 hours. If you specify a value higher than this - setting, the operation fails. For example, if you specify a session duration of 12 - hours, but your administrator set the maximum session duration to 6 hours, your operation - fails. To learn how to view the maximum value for your role, see View - the Maximum Session Duration Setting for a Role in the IAM User Guide. - - - - By default, the value is set to 3600 seconds. - - - - The DurationSeconds parameter is separate from the duration of a console - session that you might request using the returned credentials. The request to the - federation endpoint for a console sign-in token takes a SessionDuration - parameter that specifies the maximum length of the console session. For more information, - see Creating - a URL that Enables Federated Users to Access the AWS Management Console in the - IAM User Guide. - - - - - - - Gets and sets the property ProviderId. - - The fully qualified host component of the domain name of the identity provider. - - - - Specify this value only for OAuth 2.0 access tokens. Currently www.amazon.com - and graph.facebook.com are the only supported identity providers for - OAuth 2.0 access tokens. Do not include URL schemes and port numbers. - - - - Do not specify this value for OpenID Connect ID tokens. - - - - - - Gets and sets the property Policy. - - An IAM policy in JSON format that you want to use as an inline session policy. - - - - This parameter is optional. Passing policies to this operation returns new temporary - credentials. The resulting session's permissions are the intersection of the role's - identity-based policy and the session policies. You can use the role's temporary credentials - in subsequent AWS API calls to access resources in the account that owns the role. - You cannot use session policies to grant more permissions than those allowed by the - identity-based policy of the role that is being assumed. For more information, see - Session - Policies in the IAM User Guide. - - - - The plain text that you use for both inline and managed session policies shouldn't - exceed 2048 characters. The JSON policy characters can be any ASCII character from - the space character to the end of the valid character list (\u0020 through \u00FF). - It can also include the tab (\u0009), linefeed (\u000A), and carriage return (\u000D) - characters. - - - - The characters in this parameter count towards the 2048 character session policy guideline. - However, an AWS conversion compresses the session policies into a packed binary format - that has a separate limit. This is the enforced limit. The PackedPolicySize - response element indicates by percentage how close the policy is to the upper size - limit. - - - - - - - Gets and sets the property PolicyArns. - - The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use - as managed session policies. The policies must exist in the same account as the role. - - - - This parameter is optional. You can provide up to 10 managed policy ARNs. However, - the plain text that you use for both inline and managed session policies shouldn't - exceed 2048 characters. For more information about ARNs, see Amazon - Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference. - - - - The characters in this parameter count towards the 2048 character session policy guideline. - However, an AWS conversion compresses the session policies into a packed binary format - that has a separate limit. This is the enforced limit. The PackedPolicySize - response element indicates by percentage how close the policy is to the upper size - limit. - - - - Passing policies to this operation returns new temporary credentials. The resulting - session's permissions are the intersection of the role's identity-based policy and - the session policies. You can use the role's temporary credentials in subsequent AWS - API calls to access resources in the account that owns the role. You cannot use session - policies to grant more permissions than those allowed by the identity-based policy - of the role that is being assumed. For more information, see Session - Policies in the IAM User Guide. - - - - - - The proxy settings to use when calling AssumeRoleWithWebIdentity. - - This parameter is optional. - - - - - - Abstract class that represents a credentials object for AWS services. - - - - - Returns a copy of ImmutableCredentials - - - - - - Called by AmazonServiceClient to validate the credential state - on client construction. - - - - - Basic set of credentials consisting of an AccessKey and SecretKey - - - - - Constructs a BasicAWSCredentials object for the specified accessKey and secretKey. - - - - - - - Returns an instance of ImmutableCredentials for this instance - - - - - - State class passed on callback to demand user credentials when authentication - needs to be performed using a non-default identity. - - - - - If the current authentication callback is associated with - a credential profile, this can be used to give the user - some context on the request for his/her authentication. - - - - - Contains the user identity that the user should supply a password - for. The user can ignore if they choose and return credentials for - an alternate account. - - - - - Any custom state that was registered with the callback. - - - - - Set if the callback was due to a failed authentication attempt. - If false we are beginning to obtain or refresh credentials. - - - - - InstanceProfileAWSCredentials allows configuring Roles and every instance hits IMDS individually. - This class has a singleton timer task that caches instance profile credentials every 2 minutes. - - - - - Returns a copy of the most recent instance profile credentials. - - - - - Returns a copy of the most recent instance profile credentials. - - - - - Dispose this object and all related resources. - - - - - When running in an ECS container and AWS_CONTAINER_CREDENTIALS_RELATIVE_URI is set, - use the given end point to retrieve the credentials. - - - - - - Uses aws credentials stored in environment variables to construct the credentials object. - AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are used for the access key id and secret key. - If the variable AWS_SESSION_TOKEN exists then it will be used to create temporary session - credentials. - - - For backwards compatibility the class will also attempt to discover the secret key from - the AWS_SECRET_KEY variable, if a value cannot be obtained using the standard - AWS_SECRET_ACCESS_KEY variable. - - - - - Constructs an instance of EnvironmentVariablesAWSCredentials. If no credentials are found in - the environment variables then an InvalidOperationException is thrown. - - - - - Creates immutable credentials from environment variables. - - - - - - Returns an instance of ImmutableCredentials for this instance - - - - - If either AWS_CONTAINER_CREDENTIALS_RELATIVE_URI or AWS_CONTAINER_CREDENTIALS_FULL_URI environment variables are set, we want to attempt to retrieve credentials - using ECS endpoint instead of referring to instance profile credentials. - - - If either AWS_CONTAINER_CREDENTIALS_RELATIVE_URI or AWS_CONTAINER_CREDENTIALS_FULL_URI environment variables are set, we want to attempt to retrieve credentials - using ECS endpoint instead of referring to instance profile credentials. - - - - Custom exception type thrown when a role profile with user identity is used - in conjunction with a credential request callback. This exception is thrown - if the callback returns null, indicating the user declined to supply credentials. - - - - - Initializes a new exception instance. - - - - - - Initializes a new exception instance. - - - - - - - Custom exception type thrown when authentication for a user fails due to - invalid credentials. - - - - - Initializes a new exception instance. - - - - - - Initializes a new exception instance. - - - - - - - Temporary credentials that are created following successful authentication with - a federated endpoint supporting SAML. - - - In order to use the FederatedAWSCredentials class the AWSSDK.SecurityToken assembly - must be available to your application at runtime. - - - - - Constructs an instance of FederatedAWSCredentials. After construction call GetCredentials - to authenticate the user/process and obtain temporary AWS credentials. - - The SAML endpoint used for authentication. - The role ARN used for authentication. - - - - Constructs an instance of FederatedAWSCredentials. After construction call GetCredentials - to authenticate the user/process and obtain temporary AWS credentials. - - The SAML endpoint used for authentication. - The role ARN used for authentication. - The options used for authentication. - See for details about available options. - - - - The SAML Endpoint used for authentication. - - - - - The role ARN used for authentication. - - - - - The options used for authentication. - See for details about available options. - - - - - Refresh credentials after expiry. If the role profile is configured with user identity - information and a callback has been registered to obtain the user credential, the callback - will be invoked ahead of authentication. For role profiles configured with user identity - but no callback registration, the SDK will fall back to attempting to use the default - user identity of the current process. - - - - - - Clears currently-stored credentials, forcing the next GetCredentials call to generate new credentials. - - - - - Options that control the behavior of . - - - - - The identity to use when authenticating. - This is in the form domain\username, or just username. - If this option is not set, the current user's identity will be used. - - - - - uses this callback to get credentials if the UserIdentity is set. - - - - - When makes a callback for credentials, - this state will be included for use by the callback handler. - - - - - The proxy settings to use when calling the - Secure Token Service and the ADFS endpoint. - - - - - Set this property when a region-specific STS endpoint must be used (eg cn-north-1). - If left empty/null, the global sts.amazonaws.com endpoint will be used when credentials are obtained. - - - - - The profile name, if this FederatedAWSCredentialsOptions - is associated with a CredentialProfile. - - - - - Immutable representation of AWS credentials. - - - - - Gets the AccessKey property for the current credentials. - - - - - Gets the SecretKey property for the current credentials. - - - - - Gets the Token property for the current credentials. - - - - - Gets the UseToken property for the current credentials. - Specifies if Token property is non-empty. - - - - - Constructs an ImmutableCredentials object with supplied accessKey, secretKey. - - - - Optional. Can be set to null or empty for non-session credentials. - - - - Returns a copy of the current credentials. - - - - - - Credentials that are retrieved from the Instance Profile service on an EC2 instance - - - This is meant to be used when building a , as opposed - to , which is part of the - chain. - - - - - Role for which the credentials are retrieved - - - - - Constructs a InstanceProfileAWSCredentials object for specific role - - Role to use - - - - Constructs a InstanceProfileAWSCredentials object for specific role - - Role to use - - - - Constructs a InstanceProfileAWSCredentials object for the first found role - - - - - Constructs a InstanceProfileAWSCredentials object for the first found role - - - - - Retrieves a list of all roles available through current InstanceProfile service - - - - - - Retrieves a list of all roles available through current InstanceProfile service - - - - - - Return true if string is null or whitespace, false otherwise. - We can't use String.IsNullOrWhitespace because it doesn't exist - in all frameworks we support. - - - - - - - An SSO Token is used by the SSO AWS Credentials provider to request permission to get credentials. - SSO Tokens are persisted using . - - - - - Token string returned by the SSOOIDC service (IAmazonSSOOIDC). - - - - - Expiration time of - - - - - The configured sso_region for the profile that credentials are being resolved for. - - - - - The configured sso_start_url for the profile that credentials are being resolved for. - - - - - Cached Storage IO for SSO Tokens () - - - - - Path to a token cache file. Caching is disabled when this is null. - - - - - Class constructor - Caches SSO Tokens to disk under (user profile)/.aws/sso/cache/ - - The configured sso_start_url for the profile that credentials are being resolved for. - - - - Overload used for unit testing (allows for custom storage location) - - The folder containing Cached SSO Tokens. If this is null, caching is disabled. - The configured sso_start_url for the profile that credentials are being resolved for. - - - - Retrieves the SSO Token's AccessToken. - - - SSO Token AccessToken. - Returns null if the token has expired, or if the cache is invalid or does not exist. - - - - - Caches an SSO Token to disk. - - SSO Token to cache - - - - Loads an SSO Token from cache - - - This method is private. The spec prohibits storing Tokens in memory. They are to be accessed to from disk - when necessary. - - Loaded SSO Token. Returns null if no cache exists, or is otherwise corrupt. - - - - Determines the file name of the Token Cache, regardless of folder. - - The Token's start url - The filename to be used for a Token representing - - - - Produces the default SSO Token Cache Folder path [(user profile)/.aws/sso/cache/], - returning null if this cannot be determined. - - Default path, null if unable to be determined - - - - Generate a SHA1 hash for the given text - - Text to generate a hash for - SHA1 hash for - - - - Whether or not the SSO Token is considered expired - - SSO Token to check if expired - false if the token is not expired, true otherwise - - - - Serializes the SSO Token to JSON - - Token to serialize - - - - Serializes the SSO Token to JSON - - Token to serialize - - - - Deserializes the SSO Token from JSON - - JSON (string) to deserialize - - - - Process Credentials can retrieve credentials by running a process and reading its stdout. - A new config option, "credential_process" is added to the shared config file that allows customers - to specify which process to run. The credentials retrieved by running this process could be either - Basic or Session credentials. - - - - - Generates new credentials by running the "credential_process" process. - - - - - Exception class to capture all exceptions encountered when starting or - executing the "credential_process" process. If the user has specified an executable - and the SDK is unable to execute it, the exception should be surfaces to the user - instead of moving on to the next credential provider. - - - - - Abstract class for automatically refreshing AWS credentials - - - - - Refresh state container consisting of credentials - and the date of the their expiration - - - - - Represents the current state of the Credentials. - - This can be cleared without synchronization. - - - - Semaphore to control thread access to GetCredentialsAsync method. - The semaphore will allow only one thread to generate new credentials and - update the current state. - - - - - The time before actual expiration to expire the credentials. - Property cannot be set to a negative TimeSpan. - - - - - Returns an instance of ImmutableCredentials for this instance - - - - - - Test credentials existence and expiration time - should update if: - credentials have not been loaded yet - it's past the expiration time. At this point currentState.Expiration may - have the PreemptExpiryTime baked into to the expiration from a call to - UpdateToGeneratedCredentials but it may not if this is new application load. - - - - - When overridden in a derived class, generates new credentials and new expiration date. - - Called on first credentials request and when expiration date is in the past. - - - - - - When overridden in a derived class, generates new credentials and new expiration date. - - Called on first credentials request and when expiration date is in the past. - - - - - - Clears currently-stored credentials, forcing the next GetCredentials call to generate new credentials. - - - - - Immutable representation of AWS credentials obtained as a result of - authenticating against a SAML-supporting federated identity provider. - - - - - The expiry time of the credentials, obtained from the AssumeRoleWithSAML response. - - - - - The value of the NameID element in the Subject element of the SAML assertion, as returned in the - AssumeRoleWithSAML response from the Security Token Service. - - - - - Constructs an instance with supplied keys and SAML assertion data. - - - - - - - - - - Constructs an instance with supplied keys and SAML assertion data. - - - - - - - - Returns a copy of the current credentials. - - - - - - Serializes the instance to a json-format string for external storage - - The serialized object in json - - - - Instantiates an instance from persisted json data - - The serialized data - Deserialized instance corresponding to the json data - - - - Session credentials consisting of AccessKey, SecretKey and Token - - - - - Constructs a SessionAWSCredentials object for the specified accessKey, secretKey. - - - - - - - - Returns an instance of ImmutableCredentials for this instance - - - - - - - Credentials that are retrieved using a stored profile. - - - Unless otherwise specified priority is given to loading credentials from the SDK credential store - file which is shared between the SDK, PowerShell CLI and Toolkit. Credentials in profiles in this - file are encrypted and can only be used by the user account on the current machine that stored the - profile. Credentials can also be loaded from the plain-text ini-format credential file which is - shared with other AWS SDKs. This file is expected to exist in a '.aws' folder in the user's home - directory but alternate locations can be specified using either the AWSProfilesLocation setting in - the application configuration file, or by using the AWS_SHARED_CREDENTIALS_FILE environment variable. - - - The profile name can be specified in the App.config using the AWSProfileName setting. - - - - - - Constructs an instance for credentials stored in a profile. This constructor searches for credentials - using the account name specified using the AWSProfileName setting, if set, in the application configuration - file. If the configuration file setting is not set the SDK will attempt to locate a profile with the name - 'default'. - - - - - Constructs an instance for credentials stored in a profile with the specified name. The SDK will - check the SDK credential store file first before looking for the shared ini-format credentials - file unless the application configuration file contains a setting for the 'AWSProfilesLocation' - indicating the search should be constrained to the shared credentials file at the specified - location. - - The name of the profile in which the credentials were stored. - - - - Constructs an instance for credentials stored in a profile with the specified name. - - The profile name to search for credentials for - - Optional; instructs the SDK to check for the profile in the shared credentials file at the - specified location. If not set, the SDK will inspect its own credential store file first before - attempting to locate a shared credential file using either the default location beneath the user's - home profile folder or the location specified in the AWS_SHARED_CREDENTIALS_FILE environment - variable. - - - If credential materials cannot be read or are invalid due to missing data an InvalidDataException - is thrown. If no credentials can be located with the specified profile name, an ArgumentException - is thrown. - - - - - Name of the profile being used. - - - - - Location of the profiles, if used. - - - - - Tests if a profile has been registered in either the SDK store or the specified credential - file. - - The name of the profile to test - - Optional; instructs the SDK to check for the profile in the shared credentials file at the - specified location. If not set, the SDK will inspect its own credential store file first before - attempting to locate a shared credential file using either the default location beneath the user's - home profile folder or the location specified in the AWS_SHARED_CREDENTIALS_FILE environment - variable. - - True if a profile with the specified name has been registered. - - - - Tests if an instance can be created from the persisted profile data. - If profilesLocation is null/empty, the SDK store is searched for the - profile data before probing for the profile in the shared the ini-format - credential file. - - The name of the profile to test - - If null/empty, the SDK store is searched for the named profile otherwise - the ini-format credential file at the specified location is inspected. - - True if the persisted data would yield a valid credentials instance. - - - - Returns an instance of ImmutableCredentials for this instance - - - - - - Helper routiners for AWS and Federated credential profiles. Probes the - profile type for the supplied profile name and returns the appropriate profile - instance. - - - - - Determines the type of the requested profile and returns the - appropriate profile instance. - - The name of the profile (AWS or federated) to be loaded. - Instantiated profile type. - - - - Determines the type of the requested profile and returns the - appropriate profile instance. - - The name of the profile (AWS or federated) to be loaded. - - The location of the shared credentials (.ini) file, for profiles that are not stored in the - SDK credential store. - - Instantiated profile type. - - - - Probes for and returns the fully qualified name of the shared ini-format credentials - file. - - - Contains the file or folder name of the credential file. If not specified, the - routine will first check the application configuration file for a setting indicating - the file location or filename. If the configuration file does not yield a credential - file location then an environment variable is examined. Finally the routine will - inspect the fallback default location beneath the user's home folder location. - - - The fully qualified name to the credential file that was located, or null - if no credential file could be found. - - - - - AWS Credentials that resolve using AWS SSO. - - - - - The AWS account ID that temporary AWS credentials will be resolved for. - - - - - The AWS region where the SSO directory for is hosted. - - - - - The corresponding IAM role in the AWS account that temporary AWS credentials will be resolved for. - - - - - The main URL for users to login to their SSO directory. - Provided by the SSO service via the web console. - - - - - Options to be used in the SSO flow to resolve credentials. - Developers wishing to support AWS SSO would want to provide the following: - - - - - - - - - Constructs an SSOAWSCredentials object. - - The AWS account ID that temporary AWS credentials will be resolved for. - The AWS region where the SSO directory for is hosted. - The corresponding IAM role in the AWS account that temporary AWS credentials will be resolved for. - The main URL for users to login to their SSO directory. - - - - Constructs an SSOAWSCredentials object. - - The AWS account ID that temporary AWS credentials will be resolved for. - The AWS region where the SSO directory for is hosted. - The corresponding IAM role in the AWS account that temporary AWS credentials will be resolved for. - The main URL for users to login to their SSO directory. - Options to be used in the SSO flow to resolve credentials. - - - - Attempts to get a service client at runtime which cannot be made a project reference. - - - - - Performs the SSO flow to authenticate and get credentials - - SSO OIDC client - SSO client - Resolved credentials - - - - Returns true if there is already a non-expired cached login access token in the token cache. - - - - - - - Produces a client name watermarked with a timestamp for use in this provider's SSO Flow. - - - "sometool" -> "sometool-1599153467" - - A Client Name to use in the internal SSO flow - - - - Get resolved credentials from an AWS SSO access token - - AWS SSO Client - AWS SSO access token obtained from a user's authorization - Resolved credentials - - - - The end-user verification code that is provided (by the user or on their behalf) when - the user logs in using - - - - - End-user verification URI on the authorization server. - - - - - A verification URI that includes the "user_code", designed for non-textual transmission. - - - - - Produces a stock message that can be presented to users, instructing them how to log in through SSO. - - - - - Required - Name of the application or system used during SSO client registration. - A timestamp indicating when the client was registered will be appended to requests made to the SSOOIDC service. - - - - - A callback that is used to initiate the SSO Login flow with the user. - - - - - The proxy settings to use when calling SSOOIDC and SSO Services. - - - - - Immutable representation of AWS credentials obtained as a result of - authenticating through AWS SSO. - - - - - The expiry time of the credentials, obtained from the AWS SSO service. - - - - - Constructs an instance with supplied keys, token, and expiration. - - The AccessKey for the credentials. - The SecretKey for the credentials. - The security token for the credentials. - The expiration time for the credentials. - - - - Get a copy of this SSOImmutableCredentials object. - - A copy of this object. - - - - Class that posts the CSM event to a UDP portconfig - This is a singleton class and is created once - per AmazonServiceClient. - - - - - The CSMevents are always posted to the localhost - - - - - Method to post UDP datagram for sync calls - - - - - Method to post UDP datagram for async calls - - - - - Method to post UDP datagram for bcl35 async calls - - - - - A defaults mode determines how certain default configuration options are resolved in the SDK. Based on the provided - mode, the SDK will vend sensible default values tailored to the specific . - - All options above can be configured by users, and the overridden value will take precedence. - - Note: for any mode other than , the vended default values - might change as best practices may evolve. As a result, it is encouraged to perform testing when upgrading the SDK - if you are using a mode other than . - - While the defaults mode is specific to .NET, - other modes are standardized across all of the AWS SDKs. - - The defaults mode can be configured: - - When constructing an implementation by setting . - Globally via the "AWS_DEFAULTS_MODE" environment variable. - On a configuration profile via the "defaults_mode" profile file property. - - - - - - Identifies a specific configuration mode. Example legacy, mobile, cross-region, etc - - - - - A retry mode specifies how the SDK attempts retries. - See https://docs.aws.amazon.com/sdkref/latest/guide/setting-global-retry_mode.html - - - - - Specifies how the SDK determines the AWS service endpoint that it uses to talk to the AWS Security Token Service (AWS STS). - See https://docs.aws.amazon.com/sdkref/latest/guide/setting-global-sts_regional_endpoints.html - - - - - Specifies how the SDK determines the AWS service endpoint that it uses to talk to the Amazon S3 for the us-east-1 region - - - - - The amount of time after making an initial connect attempt on a socket, where if the client does not - receive a completion of the connect handshake, the client gives up and fails the operation. - - - - - The maximum amount of time that a TLS handshake is allowed to take from the time the CLIENT HELLO message is sent to - the client and server have fully negotiated ciphers and exchanged keys - - - - - How long an application will attempt to read the first byte over an established, - open connection after write request before timing out. - - - - - This timeout measures the time between when the first byte is sent over an established, - open connection and when the last byte is received from the service. - If the response is not received by the timeout, then the request is considered timed out. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Enumeration of the supported Default Configurations available to to objects. - - - - -

The STANDARD mode provides the latest recommended default values that should be safe to run in most scenarios

Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK

-
-
- - -

The IN_REGION mode builds on the standard mode and includes optimization tailored for applications which call AWS services from within the same AWS region

Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK

-
-
- - -

The CROSS_REGION mode builds on the standard mode and includes optimization tailored for applications which call AWS services in a different region

Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK

-
-
- - -

The MOBILE mode builds on the standard mode and includes optimization tailored for mobile applications

Note that the default values vended from this mode might change as best practices may evolve. As a result, it is encouraged to perform tests when upgrading the SDK

-
-
- - -

The AUTO mode is an experimental mode that builds on the standard mode. The SDK will attempt to discover the execution environment to determine the appropriate settings automatically.

Note that the auto detection is heuristics-based and does not guarantee 100% accuracy. STANDARD mode will be used if the execution environment cannot be determined. The auto detection might query EC2 Instance Metadata service, which might introduce latency. Therefore we recommend choosing an explicit defaults_mode instead if startup latency is critical to your application

-
-
- - -

The LEGACY mode provides default settings that vary per SDK and were used prior to establishment of defaults_mode

-
-
- - - A specialized type that is used to carry open content. A can represent primitives like - , , and , complex objects - (represented as a Dictionary<string,Document>) and lists of . - - When working with a it's necessary to first convert it to its backing type via one of the provided AsX() methods. - Type checking can be done via IsX() method. - - - - Document Types specification specifies support for arbitrary precision integers. However, the dotnet implementation - is limited to representing numbers as either , or . - - - - - Returns true if is - - - - - Returns the Document's backing value as a . - - Thrown if is not - - - - Returns true if is - - - - - Returns the Document's backing value as a . - - Thrown if is not - - - - Returns true if is - - - - - Returns the Document's backing value as a . - - Thrown if is not - - - - Returns true if is - - - - - Returns the Document's backing value as a . - - Thrown if is not - - - - Returns true if is - - - - - Returns the Document's backing value as a . - - Thrown if is not - - - - Returns true if is - - - - - Returns the Document's backing value as a . - - Thrown if is not - - - - Returns true if is - - - - - Returns true if is - - - - - Returns the Document's backing value as a . - - Thrown if is not - - - - This method is meant to support Collection Initializers and should not be used directly. - Use .Add() instead. - - Supports: - - - Thrown if is not - - - - This method is meant to support Collection Initializers and should not be used directly. - Use .Add() instead. - - Supports: - - - Thrown if is not - - - - Convenience method for generating objects from a strongly typed - or anonymous object. - - This method uses reflection to analyze and is therefor not intended - for performance critical work. Additionally, if is a known primitive (ie ), - using a constructor directly will be more performant. - - - - - Valid types for - - - - - Dedicated Json Marshaller for . - - - - - Dedicated for . - - - Per the Document Spec, Xml is not supported. - - - - - Thrown by AsX methods (ie ) if the - does not match the requested conversion. - - - - - Determines the endpoint discovery enabled value based on an environment variable. If no value is found in the - environment then an InvalidOperationException is thrown. - - - - - Attempts to construct an instance of EnvironmentVariable AWS_ENABLED_ENDPOINT_DISCOVERY. If no value is found in the - environment then an InvalidOperationException is thrown. - - - - - Determines endpoint discovery enabled based on a stored in an . - If the profile doesn't exist or there is no endpoint discovery enabled information an InvalidOperationException is thrown. - - - - - Attempts to construct an instance of . - If the AWS_PROFILE environment variable is set the instance will be constructed using that profile, - otherwise it will use the default profile. - - If the profile doesn't exist or there is no endpoint discovery enabled information an InvalidOperationException is thrown. - - The ICredentialProfileSource to read the profile from. - - - - Attempts to construct an instance of . - If the profile doesn't exist or there is no endpoint discovery enabled information an InvalidOperationException is thrown. - - The ICredentialProfileSource to read the profile from. - The name of the profile. - - - - Probing mechanism to determine the endpoint discovery enabled value from various sources. - - - - - The valid hashing algorithm supported by the sdk for request signing. - - - - - Which end of a request was responsible for a service error response. - - - - - The sender was responsible for the error, i.e. the client - request failed validation or was improperly formatted. - - - - - The error occured within the service. - - - - - An unrecognized error type was returned. - - - - - Sts Regional Endpoints Value determines whether or not - to send the sts request to the regional endpoint or to - the global sts endpoint - - - - - Send the request to the global sts endpoint - if the region is a legacy global region - - - - - Send the request to the regional endpoint - - - - - S3 US East 1 endpoint value determines wheter or not - to send the us-east-1 s3 requests to the regional endpoint or to - the legacy global endpoint - - - - - Sends the requests to the legacy global s3 endpoint for us-east-1 - - - - - Sends the request to the regional s3 endpoint for us-east-1 - - - - - RetryMode determines which request retry mode is used for requests that do - not complete successfully. - - - - - Legacy request retry strategy. - - - - - Standardized request retry strategy that is consistent across all SDKs. - - - - - An experimental request retry strategy that builds on the Standard strategy - and introduces congestion control through client side rate limiting. - - - - - EC2MetadataServiceEndpointMode determines the internet protocol version - to be used for communicating with the EC2 Instance Metadata Service - - - - - Internet Protocol version 4 - - - - - Internet Protocol version 6 - - - - - SignatureVersion determines which signature version is used for the request - - - - - Signature Version 2 - - - - - Signature Version 4 - - - - - Asymmetric Signature Version 4 - - - - - Algorithms for validating request and response integrity for supported operations. - These are the algorithms support by the .NET SDK, a given service may - only use a subset of these. - - - - - Behavior to be used for verifying the checksum of response content - that may be returned by supported service operations. - - - - - The SDK will not attempt to verify the response checksum - - - - - The SDK will attempt to verify the response checksum - - - - - Superclass for Exceptions that come over the event stream, or to wrap other kinds of generic exceptions. - - - - - The numeric code identifier for the type of error. - - - - - Constructs an EventStreamError. - - - - - Constructs an EventStreamError. - - The error code. - The error message. - - - - Event args that contain an . - - The - - - - The EventStream Event. - - - - - Constructs an EventStreamEventReceivedArgs. - - The EventStream Event. - - - - Event args that contain an . - - The . - - - - The EventStream Exception. - - - - - Constructs an EventStreamExceptionReceivedArgs. - - The EventStream Exception. - - - - Supported Header types for vnd.amazon.event-stream - - - - - Name for the Header. Maximum of 255 bytes. - - - - - Header type id - - - - - Computes the amount of memory neccesary to serialize this Header. - - - - - Writes this Header to buffer starting at offset - Keep in mind, this API assumes buffer is large enough - for the operation. - - buffer to serialize this Header to - offset to begin writing at. - - the new offset. - - - - - Returns the current value as a bool - - - - - Sets the current value - - - - - Returns the current value as a byte - - - - - Sets the current value - - - - - Gets the current value as a 16 bit integer. (Host Order). - - - - - - Sets the current value. (Host Order) - - - - - Returns the current value as a 32 bit integer. (Host Order) - - - - - Sets the current value - - - - - returns the current value as a 64-bit integer. (Host Order) - - - - - Sets the current value. (Host Order) - - - - - Returns the current value as a byte buffer. - - - - - - Sets the current value. Max length is 2^15 - 1 - - - - - Returns the current value as a utf-8 string. - - - - - Sets the current value. Utf-8 encoded. Max byte size is 2^16 - 1 - - - - - Gets the current value as a DateTime. - Note: You do not need to compensate for unix epoch on this API. - - - - - - Sets the current value. - Note: You do not need to compensate for unix epoch on this API. - - - - - Returns the current value as a Guid (UUID) - - - - - Sets the current value - - - - - Header Data for an EventStreamMessage - - Each header is of format: - [name len] (1) | [utf-8 name] (v) - [type (1)] - [value (v)] - - - - - Name for the Header. Maximum of 255 bytes. - - - - - Header type id - - - - - Initializes this Header with name. - - utf-8 string, max length is 255 - - - - Deserializes the header in buffer. - - buffer constaining the header - index to start from in the buffer. - updated offset with new value for offset - - - - Writes this Header to buffer starting at offset - Keep in mind, this API assumes buffer is large enough - for the operation. - - buffer to serialize this Header to - offset to begin writing at. - - the new offset. - - - - - Computes the amount of memory neccesary to serialize this Header. - - - - - Returns the current value as a bool - - - - - Sets the current value - - - - - Returns the current value as a byte - - - - - Sets the current value - - - - - Gets the current value as a 16 bit integer. (Host Order). - - - - - - Sets the current value. (Host Order) - - - - - Returns the current value as a 32 bit integer. (Host Order) - - - - - Sets the current value - - - - - returns the current value as a 64-bit integer. (Host Order) - - - - - Sets the current value. (Host Order) - - - - - Returns the current value as a byte buffer. - - - - - - Sets the current value. Max length is 2^15 - 1 - - - - - Returns the current value as a utf-8 string. - - - - - Sets the current value. Utf-8 encoded. Max byte size is 2^16 - 1 - - - - - Gets the current value as a DateTime. - Note: You do not need to compensate for unix epoch on this API. - - - - - - Sets the current value. - Note: You do not need to compensate for unix epoch on this API. - - - - - Returns the current value as a Guid (UUID) - - - - - Sets the current value - - - - - Headers for the message. Can be null. - - - - - Payload for the message. Can be null. - - - - - Converts a message into a byte buffer (usually for network transmission). - - - - - Message is a single datagram. The format is as follows: - [ total length (4) ] | [ headers_length (4)] | [ prelude crc(4)] - [ headers (v)] - [ payload (v)} - [ trailing crc ] - - CRCs use the CRC32 algorithm. - - - - - Content type for EventStreams. - - - - - Headers for the message. Can be null. - - - - - Payload for the message. Can be null. - - - - - Initialize a message with headers and a payload. - - list of headers for the message, can be null. - payload for the message, can be null. - - - - Builds a message from buffer. - - buffer to read - offset to start reading - buffer length. - - parsed instance of EventStreamMessage. Doesn't return null, - does throw if CRCs don't match. - - - - - Converts a message into a byte buffer (usually for network transmission). - - - - - Defines exceptions that arise from an not conforming to specification. - - - - - Constructs an EventStreamValidationException. - - - - - Constructs an EventStreamValidationException. - - The exception message. - - - - Constructs an EventStreamValidationException. - - The exception message. - The inner exception. - - - - The contract for the . - - An implementation of IEventStreamEvent (e.g. IS3Event). - An implementation of EventStreamException (e.g. S3EventStreamException). - - - - A subclass of that enables an enumerable interface for interacting with Events. - - An implementation of IEventStreamEvent (e.g. IS3Event). - An implementation of EventStreamException (e.g. S3EventStreamException). - - - - Flag if the stream was chosen to be enumerated. - - - - - A Stream of Events. Events can be retrieved from this stream by either - - attaching handlers to listen events, and then call StartProcessing or - enumerating over the events. - - - These options should be treated as mutually exclusive. - - - - - A Stream of Events. Events can be retrieved from this stream by either - - attaching handlers to listen events, and then call StartProcessing or - enumerating over the events. - - - These options should be treated as mutually exclusive. - - - - - Returns an enumerator that iterates through the collection. - - An enumerator that can be used to iterate through the collection. - - - - Returns an enumerator that iterates through a collection. - - An object that can be used to iterate through the collection. - - - - Starts the background thread to start reading events from the network stream. - - - - - The contract for the . - - An implementation of IEventStreamEvent (e.g. IS3Event). - An implementation of EventStreamException (e.g. S3EventStreamException). - - - - The size of the buffer for reading from the network stream. - - - - - Fires when an event is received. - - - - - Fired when an exception or error is raised. - - - - - Starts the background thread to start reading events from the network stream. - - - - - The superclass for all EventStreams. It contains the common processing logic needed to retreive events from a network Stream. It - also contains the mechanisms needed to have a background loop raise events. - - An implementation of IEventStreamEvent (e.g. IS3Event). - An implementation of EventStreamException (e.g. S3EventStreamException). - - - - "Unique" key for unknown event lookup. - - - - - Header key for message type. - - - - - Header key for event type. - - - - - Header key for exception type. - - - - - Header key for error code. - - - - - Header key for error message. - - - - - Value of when the message is an event. - - - - - Value of when the message is an exception. - - - - - Value of when the message is an error. - - - - - The size of the buffer for reading from the network stream. - Default is 8192. - - - - - The underlying stream to read events from. - - - - - Responsible for decoding events from sequences of bytes. - - - - - Fires when an event is recieved. - - - - - Fired when an exception or error is raised. - - - - - The mapping of event message to a generator function to construct the matching Event Stream event. - - - - - The mapping of event message to a generator function to construct the matching Event Stream exception. - - - - - Whether the Stream is currently being processed. - - - - - A Stream of Events. Events can be retrieved from this stream by attaching handlers to listen events, and then calling StartProcessing. - - - - - A Stream of Events. Events can be retrieved from this stream by attaching handlers to listen events, and then calling StartProcessing. - - - - - Converts an EventStreamMessage to an event. - - The event stream message to be converted. - The event - - - - Abstraction for cross-framework initiation of the background thread. - - - - - The background thread main loop. It will constantly read from the network stream until IsProcessing is false, or an error occurs. - - This stub exists due to FXCop. - - - - - The background thread main loop. It will constantly read from the network stream until IsProcessing is false, or an error occurs. - - Needed for 3.5 support. Not used. - - - - Reads from the stream into the buffer. It then passes the buffer to the decoder, which raises an event for - each message it decodes. - - The buffer to store the read bytes from the stream. - - - - Wraps exceptions in an outer exception so they can be passed to event handlers. If the Exception is already of a compatable type, - the method returns what it was given. - - The exception to wrap. - An exception of type TE - - - - Starts the background thread to start reading events from the network stream. - - - - - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - - - - - Disposes the resources of this stream. - - Should dispose of unmanged resources. - - - - Event Arguments for EventStreamDecoder.MessageReceived. - - - - - Received message. - - - - - Additional object context - - - - - Initialize this with message - - - - - Initialize this with message and object conetext - - - - - Exception thrown when a request is made of the Decoder, but the internal state - machine is an invalid state. This is usually the result of an interanl exception - being thrown during parsing of the network stream. - - - - - Contract for EventStreamDecoder - - - - - Invoked anytime an EventStreamMessage is found. - - - - - Processes data starting at offset up to length. - Invokes MessageRecieved for each message encountered. - If an exception is thrown, this object is not safe for reuse. - - buffer to read - offset in buffer to start reading. - length of data. - - - - Streaming decoder for listening for incoming EventStreamMessage datagrams. - - - - - Invoked anytime an EventStreamMessage is found. - - - - - Object data (optional) that can be passed to the event handler for MessageReceived. - - - - - Default constructor. Initializes internal _state machine. - - - - - Processes data starting at offset up to length. - Invokes MessageRecieved for each message encountered. - If an exception is thrown, this object is not safe for reuse. - - buffer to read - offset in buffer to start reading. - length of data. - - - - Superclass for Exceptions that come over the event stream, or to wrap other kinds of generic exceptions. - - - - - Constructs an EventStreamException. - - - - - Constructs an EventStreamException. - - The exception message. - - - - Constructs an EventStreamException. - - The exception message. - The inner exception. - - - - The contract for EventStream events. - - - - - The contract for EventStream terminal events. - - - - - This Event is returned if an event is retrieved from the event stream, but a generator function - for the event is not defined. This can occur if the SDK is not updated after a new event type is introduced. - - - - - The Message recieved from the event stream before conversion. - - - - - The event type. - - - - - Constructs an UnknownEventStreamEvent. - - - - - Constructs an UnknownEventStreamEvent. - - The Message recieved from the event stream before conversion. - The event type. - - - - Signals that an an has an unknown message type. These exceptions whould be - swallowed to allow future expansion of the EventStream specification without breaking existing clients. - - - - - Constructs an UnknownEventStreamMessageTypeException. - - - - - This exception is thrown if an exception is retrieved from the event stream and should be modeled, - but a generator function for the strongly-typed exception is not defined. - - - - - The exception type. - - - - - Constructs an EventStreamException. - - The exception type. - - - - All Amazon service interfaces like IAmazonS3 extend from this interface. This allows all the - Amazon service interfaces be identified by this base interface and helps with generic constraints. - - - - - A readonly view of the configuration for the service client. - - - - - This interface is the read only access to the ClientConfig object used when setting up service clients. Once service clients - are initiated the config object should not be changed to avoid issues with using a service client in a multi threaded environment. - - - - - Returns the that will be used. If none is specified, - than the correct one is computed by . - - - - - Gets the RegionEndpoint property. The region constant to use that - determines the endpoint to use. If this is not set - then the client will fallback to the value of ServiceURL. - - - - - The constant used to lookup in the region hash the endpoint. - - - - - Gets and sets of the ServiceURL property. - This is an optional property if you need to set a specific service URL - instead setting the region with the RegionEndpoint property. - - - - - Gets the UseHttp property. - If this property is set to true, the client attempts - to use HTTP protocol. - By default, this property is set to false. - - - - - Gets Service Version - - - - - Gets the signatureMethod property. - - - - - Gets the SignatureVersion property. - - Note: This property exists for backward compatibility but is no longer - used by any service other than S3. - - - - - Gets the AuthenticationRegion property. - Used in AWS4 request signing, this is an optional property; - change it only if the region cannot be determined from the - service endpoint. - - - - - Gets the AuthenticationServiceName property. - Used in AWS4 request signing, this is the short-form - name of the service being called. - - - - - Gets the UserAgent property. - - - - - Gets the DisableLogging. If true logging for this client will be disabled. - - - - - Flag on whether to log metrics for service calls. - - This can be set in the application's configs, as below: - - <?xml version="1.0" encoding="utf-8" ?> - <configuration> - <appSettings> - <add key="AWSLogMetrics" value"true"/> - </appSettings> - </configuration> - - - - - - Gets the LogResponse property. - If this property is set to true, the service response - is read in its entirety and logged. - - - - - Gets the ReadEntireResponse. - If this property is set to true, the service response - is read in its entirety before being processed. - - - - - This flag controls if .NET HTTP infrastructure should follow redirection - responses (e.g. HTTP 307 - temporary redirect). - - - - - Gets the BufferSize property. - The BufferSize controls the buffer used to read in from input streams and write - out to the request. - - - - - Returns the flag indicating how many retry HTTP requests an SDK should - make for a single SDK operation invocation before giving up. This flag will - return 4 when the RetryMode is set to "Legacy" which is the default. For - RetryMode values of "Standard" or "Adaptive" this flag will return 2. In - addition to the values returned that are dependant on the RetryMode, the - value can be set to a specific value by using the AWS_MAX_ATTEMPTS environment - variable, max_attempts in the shared configuration file, or by setting a - value directly on this property. When using AWS_MAX_ATTEMPTS or max_attempts - the value returned from this property will be one less than the value entered - because this flag is the number of retry requests, not total requests. To - learn more about the RetryMode property that affects the values returned by - this flag, see . - - - - - Determines if MaxErrorRetry has been manually set. - - - - - Gets the interval at which progress update events are raised - for upload operations. By default, the progress update events are - raised at every 100KB of data transferred. - - - - - Flag on whether to resign requests on retry or not. - - - - - Credentials to use with a proxy. - - - - - Gets the default request timeout value. - - - - If the value is set, the value is assigned to the Timeout property of the HTTPWebRequest/HttpClient object used - to send requests. - - - Please specify a timeout value only if the operation will not complete within the default intervals - specified for an HttpWebRequest/HttpClient. - - - - - - Configures the endpoint calculation for a service to go to a dual stack (ipv6 enabled) endpoint - for the configured region. - - - Note: AWS services are enabling dualstack endpoints over time. It is your responsibility to check - that the service actually supports a dualstack endpoint in the configured region before enabling - this option for a service. - - - - - Configures the endpoint calculation to go to a FIPS (https://aws.amazon.com/compliance/fips/) endpoint - for the configured region. - - - - - Configures a flag enabling to either opt in or opt out of the retry throttling service. - Note: set value to true to enable retry throttling feature. The Default value for this flag is false. - - - - - Using either the RegionEndpoint or the ServiceURL determine what the URL to the service is. - - The URL to the service. - - - - Performs validation on this config object. - Throws exception if any of the required values are missing/invalid. - - The timeout specified is null. - - - - Returns the clock skew adjusted utc now. This value is affected by AWSConfigs.ManualClockCorrection - - - - - Returns the calculated clock skew value for this config's service endpoint. If AWSConfigs.CorrectForClockSkew is false, - this value won't be used to construct service requests. - - - - - Gets the DisableHostPrefixInjection flag. If true, host prefix injection will be disabled for this client, the default value of this flag is false. - Host prefix injection prefixes the service endpoint with request members from APIs which use this feature. - Example: for a hostPrefix of "foo-name." and a endpoint of "service.region.amazonaws.com" the default behavior is to - prefix the endpoint with the hostPrefix resulting in a final endpoint of "foo-name.service.region.amazonaws.com". Setting - DisableHostPrefixInjection to true will disable hostPrefix injection resulting in a final endpoint of - "service.region.amazonaws.com" regardless of the value of hostPrefix. E.g. You may want to disable host prefix injection for testing against a local mock endpoint. - - - - - Returns the flag indicating if endpoint discovery should be enabled or disabled for operations that are not required to use endpoint discovery. - - - - - Returns the maximum number of discovered endpoints that can be stored within the cache for the client. The default limit is 1000 cache entries. - - - - - Returns the flag indicating the current mode in use for request - retries and influences the value returned from . - The default value is RequestRetryMode.Legacy. This flag can be configured - by using the AWS_RETRY_MODE environment variable, retry_mode in the - shared configuration file, or by setting this value directly. - - - - - Under Adaptive retry mode, this flag determines if the client should wait for - a send token to become available or don't block and fail the request immediately - if a send token is not available. - - - - - When set to true, the service client will use the x-amz-user-agent - header instead of the User-Agent header to report version and - environment information to the AWS service. - - Note: This is especially useful when using a platform like WebAssembly - which doesn't allow to specify the User-Agent header. - - - - - Get the value to use for on requests. - If this property is null, - will be left at its default value of . - - - - - - This is a switch used for performance testing and is not intended for production applications - to change. This switch may be removed in a future version of the SDK as the .NET Core platform matures. - - - If true, the HttpClient is cached and reused for every request made by the service client - and shared with other service clients. - - - For the .NET Core platform this is default to true because the HttpClient manages the connection - pool. - - - - - - If CacheHttpClient is set to true then HttpClientCacheSize controls the number of HttpClients cached. - - - - - Gets the ProxyHost property. - - - - - Gets the ProxyPort property. - - - - - Returns a WebProxy instance configured to match the proxy settings - in the client configuration. - - - - - - Interface for a single logged message. - - - - - Log message format. - - - - - Log message arguments. - - - - - Culture-specific formatting provider. - - - - - Abstract parameter value. - - - - - String parameter value. - - - - - String value of the parameter. - - - - - Constructs ParameterValue for a single string. - - - - - - String list parameter value. - - - - - List of strings value of the parameter. - - - - - Constructs ParameterValue for a list of strings. - - - - - - Double list parameter value. - - - - - List of doubles value of the parameter. - - - - - Constructs ParameterValue for a list of doubles. - - - - - - The interface for an exception handler. - - - - - Handles an exception for the given execution context. - - The execution context, it contains the - request and response context. - The exception to handle. - - Returns a boolean value which indicates if the original exception - should be rethrown. - This method can also throw a new exception to replace the original exception. - - - - - Handles an exception for the given execution context. - - The execution context, it contains the - request and response context. - The exception to handle. - - Returns a boolean value which indicates if the original exception - should be rethrown. - This method can also throw a new exception to replace the original exception. - - - - - The interface for an exception handler with a generic parameter for the exception type. - - The exception type. - - - - Handles an exception for the given execution context. - - The execution context, it contains the - request and response context. - The exception to handle. - - Returns a boolean value which indicates if the original exception - should be rethrown. - This method can also throw a new exception to replace the original exception. - - - - - The interface for a HTTP request factory. - - The type used by the underlying HTTP API to represent the request body. - - - - Creates an HTTP request for the given URI. - - The request URI. - An HTTP request. - - - - The interface for an HTTP request that is agnostic of the underlying HTTP API. - - The type used by the underlying HTTP API to represent the HTTP request content. - - - - The HTTP method or verb. - - - - - The request URI. - - - - - Configures a request as per the request context. - - The request context. - - - - Sets the headers on the request. - - A dictionary of header names and values. - - - - Gets a handle to the request content. - - The request content. - - - - Returns the HTTP response. - - The HTTP response. - - - - Writes a stream to the request body. - - The destination where the content stream is written. - The content stream to be written. - HTTP content headers. - The request context. - - - - Writes a byte array to the request body. - - The destination where the content stream is written. - The content stream to be written. - HTTP content headers. - - - - Sets up the progress listeners - - The content stream - The interval at which progress needs to be published - The objects which is trigerring the progress changes - The callback which will be invoked when the progress changed event is trigerred - an object, incase the progress is setup, else returns the original stream - - - - Aborts the HTTP request. - - - - - Gets a handle to the request content. - - - - - - Returns the HTTP response. - - A cancellation token that can be used to cancel the asynchronous operation. - - - - - A factory which creates HTTP clients. - - - - - Create and configure an HttpClient. - - - - - - If true the SDK will internally cache the clients created by CreateHttpClient. - If false the sdk will not cache the clients. - Override this method to return false if your HttpClientFactory will handle its own caching - or if you don't want clients to be cached. - - - - - - - Determines if the SDK will dispose clients after they're used. - If HttpClients are cached, either by the SDK or by your HttpClientFactory, this should be false. - If there is no caching then this should be true. - - - - - - - Returns a string that's used to group equivalent HttpClients into caches. - This method isn't used unless UseSDKHttpClientCaching returns true; - - A null return value signals the SDK caching mechanism to cache HttpClients per SDK client. - So when the SDK client is disposed, the HttpClients are as well. - - A non-null return value signals the SDK that HttpClients created with the given clientConfig - should be cached and reused globally. ClientConfigs that produce the same result for - GetConfigUniqueString will be grouped together and considered equivalent for caching purposes. - - - - - - - A factory which creates HTTP requests which uses System.Net.Http.HttpClient. - - - - - The constructor for HttpRequestMessageFactory. - - Configuration setting for a client. - - - - Creates an HTTP request for the given URI. - - The request URI. - An HTTP request. - - - - Disposes the HttpRequestMessageFactory. - - - - - Dispose the factory - - - - - - Create and configure a managed HttpClient instance. - The use of HttpClientHandler in the constructor for HttpClient implicitly creates a managed HttpClient. - - - - - - - A cache of HttpClient objects. The GetNextClient method does a round robin cycle through the clients - to distribute the load even across. - - - - - Constructs a container for a cache of HttpClient objects - - The HttpClient to cache - - - - Returns the next HttpClient using a round robin rotation. It is expected that individual clients will be used - by more then one Thread. - - - - - - Disposes the HttpClientCache. - - - - - Dispose the HttpClientCache - - - - - - HTTP request wrapper for System.Net.Http.HttpRequestMessage. - - - - - Set of content header names. - - - - - The constructor for HttpWebRequestMessage. - - The HttpClient used to make the request. - The request URI. - The service client config. - - - - The underlying HttpClient - - - - - The underlying HTTP web request. - - - - - The HTTP method or verb. - - - - - The request URI. - - - - - Configures a request as per the request context. - - The request context. - - - - Sets the headers on the request. - - A dictionary of header names and values. - - - - Gets a handle to the request content. - - The request content. - - - - Returns the HTTP response. - - The HTTP response. - - - - Aborts the HTTP request. - - - - - Returns the HTTP response. - - A cancellation token that can be used to cancel the asynchronous operation. - - - - - Writes a stream to the request body. - - The destination where the content stream is written. - The content stream to be written. - HTTP content headers. - The request context. - - - - Writes a byte array to the request body. - - The destination where the content stream is written. - The content stream to be written. - HTTP content headers. - - - - Gets a handle to the request content. - - - - - - Disposes the HttpWebRequestMessage. - - - - - - - - - - - Sets up the progress listeners - - The content stream - The interval at which progress needs to be published - The objects which is triggering the progress changes - The callback which will be invoked when the progress changed event is triggered - an object, incase the progress is setup, else returns the original stream - - - - Interface for a handler in a pipeline. - - - - - The logger used to log messages. - - - - - The inner handler which is called after the current - handler completes it's processing. - - - - - The outer handler which encapsulates the current handler. - - - - - Contains the processing logic for a synchronous request invocation. - This method should call InnerHandler.InvokeSync to continue processing of the - request by the pipeline, unless it's a terminating handler. - - The execution context which contains both the - requests and response context. - - - - Contains the processing logic for an asynchronous request invocation. - This method should call InnerHandler.InvokeSync to continue processing of the - request by the pipeline, unless it's a terminating handler. - - The response type for the current request. - The execution context, it contains the - request and response context. - A task that represents the asynchronous operation. - - - - A retry policy specifies all aspects of retry behavior. This includes conditions when the request should be retried, - checks of retry limit, preparing the request before retry and introducing delay (backoff) before retries. - - - A retry policy specifies all aspects of retry behavior. This includes conditions when the request should be retried, - checks of retry limit, preparing the request before retry and introducing delay (backoff) before retries. - - - - - Maximum number of retries to be performed. - This does not count the initial request. - - - - - The logger used to log messages. - - - - - The standard set of throttling error codes - - - - - The standard set of timeout error codes to retry on. - - - - - List of AWS specific error codes which are returned as part of the error response. - These error codes will be retried. - - - - - The standard set of transient error, HTTP status codes to retry on. - 502 and 504 are returned by proxies. These can also be returned for - S3 accelerate requests which are served by CloudFront. - - - - - Set of web exception status codes to retry on. - - - - - This parameter serves as the value to the CapacityManager.Container datastructure. - Its properties include the available capacity left for making a retry request and the maximum - capacity size. - - - - - Checks if a retry should be performed with the given execution context and exception. - - The execution context which contains both the - requests and response context. - The exception thrown after issuing the request. - Returns true if the request should be retried, else false. The exception is retried if it matches with clockskew error codes. - - - - Returns true if the request is in a state where it can be retried, else false. - - The execution context which contains both the - requests and response context. - Returns true if the request is in a state where it can be retried, else false. - - - - Return true if the request should be retried for the given exception. - - The execution context which contains both the - requests and response context. - The exception thrown by the previous request. - Return true if the request should be retried. - - - - Checks if the retry limit is reached. - - The execution context which contains both the - requests and response context. - Return false if the request can be retried, based on number of retries. - - - - Waits before retrying a request. - - The execution context which contains both the - requests and response context. - - - - Virtual method that gets called on a successful request response. - - The execution context which contains both the - requests and response context. - - - - Virtual method that gets called before a retry request is initiated. The value - returned is True by default(retry throttling feature is disabled). - - The execution context which contains both the - requests and response context. - - - - Virtual method that gets called before a retry request is initiated. The value - returned is True by default(retry throttling feature is disabled). - - The execution context which contains both the - requests and response context. - true to bypass any attempt to acquire capacity on a retry - - - - Virtual method that gets called before a retry request is initiated. The value - returned is True by default(retry throttling feature is disabled). - - The execution context which contains both the - requests and response context. - true to bypass any attempt to acquire capacity on a retry - true if the error that will be retried is a throttling error - - - - This method uses a token bucket to enforce the maximum sending rate. - - The execution context which contains both the - requests and response context. - If the prior request failed, this exception is expected to be - the exception that occurred during the prior request failure. - - - - Determines if an AmazonServiceException is a throttling error - - The current exception to check. - true if it is a throttling error else false. - - - - Determines if an AmazonServiceException is a transient error that - should be retried. - - The current execution context - The current exception to check. - true if the exception is a transient error else false. - - - - Determines if the exception is a known timeout error code that - should be retried under the timeout error category. - - The current exception to check. - true if the exception is considered a timeout else false - - - - Checks if a retry should be performed with the given execution context and exception. - - The execution context which contains both the - requests and response context. - The exception throw after issuing the request. - Returns true if the request should be retried, else false. The exception is retried if it matches with clockskew error codes. - - - - This method uses a token bucket to enforce the maximum sending rate. - - The execution context which contains both the - requests and response context. - If the prior request failed, this exception is expected to be - the exception that occurred during the prior request failure. - - - - Return true if the request should be retried for the given exception. - - The execution context which contains both the - requests and response context. - The exception thrown by the previous request. - Return true if the request should be retried. - - - - Waits before retrying a request. - - The execution context which contains both the - requests and response context. - - - - Metrics collected by the SDK on a per-request basis. - - - Each request made to an AWS service by the SDK can have metrics - collected and logged. This interface represents the collected - metrics for a request. The metrics include properties (i.e. request id - and other metadata), timings for each stage of the request, and counters. - - - - - Collection of properties being tracked - - - - - Timings for metrics being tracked - - - - - Counters being tracked - - - - - Whether metrics are enabled for the request - - - - - JSON representation of the current metrics - - JSON string - - - - Represents how long a phase of an SDK request took. - - - - - Whether the timing has been stopped - - - - - Elapsed ticks from start to stop. - If timing hasn't been stopped yet, returns 0. - - - - - Elapsed time from start to stop. - If timing hasn't been stopped yet, returns TimeSpan.Zero - - - - - User supplied type to perform metrics formatting. - - - - - Produce custom formatting for SDK metrics. - - - If defined, this method will be called for every request made by the SDK. - - An instance of IRequestMetrics produced by the SDK - formatted string representation of the metrics - - - - Predefined request metrics that are collected by the SDK. - - - - - Information about the request. - - - - - Gets and sets the RequestId property. - ID that uniquely identifies a request. Amazon keeps track of request IDs. If you have a question about a request, include the request ID in your correspondence. - - - - - Checksum algorithm that was selected to validate the response's integrity - - - - - Status of checksum validation for this response - - - - - States for response checksum validation - - - - - Set when the SDK did not perform checksum validation. - - - - - Set when a checksum was selected to be validated, but validation - will not completed until the response stream is fully read. At that point an exception - will be thrown if the checksum is invalid. - - - - - The checksum has been validated successfully during response unmarshalling. - - - - - The checksum of the response stream did not match the header sent by the service. - - - - - Interface for an asymmetric SigV4 (SigV4a) signer - - - - - Protocol for the requests being signed - - - - - Calculates and signs the specified request using the asymmetric Sigv4 (Sigv4a) signing protocol. - The resulting signature is added to the request headers as 'Authorization'. Parameters supplied in the request, either in - the resource path as a query string or in the Parameters collection must not have been - uri encoded. If they have, use the SignRequest method to obtain a signature. - - - The request to compute the signature for. Additional headers mandated by the AWS4a protocol - ('host' and 'x-amz-date') will be added to the request before signing. - - - Client configuration data encompassing the service call (notably authentication - region, endpoint and service name). - - - Metrics for the request - - - The AWS credentials for the account making the service call. - - - - - Calculates and signs the specified request using the asymmetric Sigv4 (Sigv4a) signing protocol. - The resulting signature is added to the request headers as 'Authorization'. Parameters supplied in the request, either in - the resource path as a query string or in the Parameters collection must not have been - uri encoded. If they have, use the SignRequest method to obtain a signature. - - - The request to compute the signature for. Additional headers mandated by the AWS4a protocol - ('host' and 'x-amz-date') will be added to the request before signing. - - - Client configuration data encompassing the service call (notably authentication - region, endpoint and service name). - - - Metrics for the request - - - The AWS credentials for the account making the service call. - - AWS4a Signing Result - - - - Calculates the asymmetric Sigv4 (Sigv4a) signature for a presigned url. - - - The request to compute the signature for. - - - Adding supporting data for the service call required by the signer (notably authentication - region, endpoint and service name). - - - Metrics for the request - - - The AWS credentials for the account making the service call. - - - The service to sign for - - - The region to sign to, if null then the region the client is configured for will be used. - - AWS4a Signing Result - - - - Calculates the signature for a single chunk of a chunked SigV4a request - - Content of the current chunk - Signature of the previous chunk - Signing result of the request's header - Unpadded SigV4a signature of the given chunk - - - - Signs the final chunk containing trailing headers - - Trailing header keys and values - Signature of the previous chunk - Signing result of the request's header - Signature of the trailing header chunk - - - - ICoreAmazonKMS is not meant to be used directly. It defines Key Management Service - with basic .NET types and allows other services to be able to use the service as - a runtime dependency. This interface is implemented by the AmazonKeyManagementServiceClient - defined in the AWSSDK.KeyManagementService assembly. - - - - - The result of the GenerateDataKey and GenerateDataKeyAsync operations. - - - - - The plaintext for the data key. - - - - - The ciphertext for the data key. - - - - - ICoreAmazonS3 is not meant to use directly. It defines S3 with basic .NET types - and allows other services to be able to use S3 as a runtime dependency. This interface - is implemented by the AmazonS3Client defined in the S3 assembly. - - - ICoreAmazonS3 is not meant to use directly. It defines S3 with basic .NET types - and allows other services to be able to use S3 as a runtime dependency. This interface - is implemented by the AmazonS3Client defined in the S3 assembly. - - - - - Generate a presigned URL. - - - - - - - - - - Get all the object keys for the particular bucket and key prefix. - - - - - - - - - Upload an object from a stream. - - - - - - - - - - - Delete an object. - - - - - - - - - - Delete an object. - - - - - - - - - - Open a stream to an object in S3. - - - - - - - - - - Upload an object from a file path. - - - - - - - - - - - Download an object in S3 to a file path. - - - - - - - - - - - Set the ACL on the object to public readable. - - - - - - - - Check to see if the bucket exists and if it doesn't create the bucket. - - - - - - Check to see if the bucket exists. - - - - - - - ICoreAmazonSQS is not meant to use directly. It defines SQS with basic .NET types - and allows other services to be able to use SQS as a runtime dependency. This interface - is implemented by the AmazonSQSClient defined in the SQS assembly. - - - - - Get the attributes for the queue identified by the queue URL asynchronously. - - The queue URL to get attributes for. - A Task containing the result of a dictionary of attributes for the queue. - - - - Set the attributes on the queue identified by the queue URL asynchronously. - - The queue URL to set the attributues. - The attributes to set. - A Task - - - - ICoreAmazonSTS is not meant to be used directly. It defines Security Token - service with basic .NET types and allows other services to be able to use the service as - a runtime dependency. This interface is implemented by the AmazonSecurityTokenServiceClient - defined in the AWSSDK.SecurityToken assembly. - - - - - - This method is used internally to access the Amazon Security Token - service within other service assemblies. - Please use AmazonSecurityTokenServiceClient to access the Amazon Security Token - service instead. - - Use Amazon Security Token Service to assume a role. - - Proxy settings that are required for the HTTPS and STS calls made during the authentication/credential - generation process are supported and should have been configured on the STS ClientConfig instance - associated with the STS client instance exposing this interface. - - - The Amazon Resource Name (ARN) of the role to assume. - An identifier for the assumed role session. - Options to be used in the call to AssumeRole. - - - - - ICoreAmazonSTS_SAML is not meant to be used directly. It defines Security Token - service with basic .NET types and allows other services to be able to use the service as - a runtime dependency. This interface is implemented by the AmazonSecurityTokenServiceClient - defined in the AWSSDK.SecurityToken assembly. - - - - - - This method is used internally to access the Amazon Security Token - service within other service assemblies. - Please use AmazonSecurityTokenServiceClient to access the Amazon Security Token - service instead. - - Authenticates against a federated identity endpoint supporting SAML and returns - temporary AWS credentials for the supplied role. - - The endpoint for the federated identity provider - The authentication type to use (NTLM, Kerberos etc) - The ARN of the role the user is to assume following authentication - TTL duration for the generated credentials. - - Optional; alternate user credential for authentication. If null the identity of the - current process is used. - - Generated credential data, including SAML-related information such as subject. - - Proxy settings that are required for the HTTPS and STS calls made during the authentication/credential - generation process are supported and should have been configured on the STS ClientConfig instance - associated with the STS client instance exposing this interface. - - - - - - This method is used internally to access the Amazon Security Token - service within other service assemblies. - Please use AmazonSecurityTokenServiceClient to access the Amazon Security Token - service instead. - - Use Amazon Security Token Service to assume a role. - - Proxy settings that are required for the HTTPS and STS calls made during the authentication/credential - generation process are supported and should have been configured on the STS ClientConfig instance - associated with the STS client instance exposing this interface. - - - The web identity token used to assume the role. - The Amazon Resource Name (ARN) of the role to assume. - An identifier for the assumed role session. - Options to be used in the call to AssumeRoleWithWebIdentity - - - - - - This method is used internally to access the Amazon Security Token - service within other service assemblies. - Please use AmazonSecurityTokenServiceClient to access the Amazon Security Token - service instead. - - Use Amazon Security Token Service to assume a role. - - Proxy settings that are required for the HTTPS and STS calls made during the authentication/credential - generation process are supported and should have been configured on the STS ClientConfig instance - associated with the STS client instance exposing this interface. - - - The web identity token used to assume the role. - The Amazon Resource Name (ARN) of the role to assume. - An identifier for the assumed role session. - Options to be used in the call to AssumeRoleWithWebIdentity - - - - - CoreAmazonKMS is not meant to use directly. It implements ICoreAmazonKMS - and allows other service clients to be able to use the KMS service as a runtime dependency. - - This class waits until a method is actually called on the ICoreAmazonKMS interface - before requiring the KMS assembly to be present and loaded. - - - - - Interface for an implementation of checksum algorithms - - - - - Computes a CRC32 hash - - Data to hash - CRC32 hash as a base64-encoded string - - - - Computes a CRC32 hash - - Data to hash - Previous value of a rolling checksum - Updated CRC32 hash as 32-bit integer - - - - Computes a CRC32C hash - - Data to hash - CRC32C hash as a base64-encoded string - - - - Computes a CRC32C hash - - Data to hash - Previous value of a rolling checksum - Updated CRC32C hash as 32-bit integer - - - - ICoreAmazonSSO is not meant to be used directly. It defines SSO - service with basic .NET types and allows other services to be able to use the service as - a runtime dependency. This interface is implemented by the AmazonSSOClient - defined in the AWSSDK.SSO assembly. - - - - - ICoreAmazonSSOOIDC is not meant to be used directly. It defines SSO OIDC - service with basic .NET types and allows other services to be able to use the service as - a runtime dependency. This interface is implemented by the AmazonSSOOIDCClient - defined in the AWSSDK.SSOOIDC assembly. - - - - - This method is used internally to access the Amazon SSO OIDC service within other service assemblies. - Please use AmazonSSOOIDCClient to access the Amazon SSO OIDC service instead. - - Use Amazon SSO OIDC to get an SSO Token - - - - - Name of the application or system used during SSO client registration. - - - - - OAuth client type - - - - - The StartUrl to request an SSO Token from. - - - - - Callback for presenting the user with a SSO Login flow. - - - - - Additional properties to provide to the operation. - Optional, can be null. - - - - - The SSO login token that can be exchanged for temporary AWS credentials. - - - - - When expires - - - - - This exception is thrown if there are problems signing the request. - - - - - The constructor takes the number of - currently transferred bytes and the - total number of bytes to be transferred - - The number of bytes transferred since last event - The number of bytes transferred - The total number of bytes to be transferred - - - - Gets the percentage of transfer completed - - - - - Gets the number of bytes transferred since last event - - - - - Gets the number of bytes transferred - - - - - Gets the total number of bytes to be transferred - - - - - Returns a string representation of this object - - - - - - Interface for enumerables consumed by the customer - to read responses or result keys - - - - - - Interface for operation paginators - - - - - - An enumerable containing all of the responses for a paginated - operation - - - - - - Create a PaginatedResponse object by providing - any operation paginator - - - - - - Get responses asynchronously - - - - - - - An enumerable containing all of the Result Keys for a paginator - - - - - - - Create a PaginatedResultKeyResponse by providing any operation paginator - and a selector function for the result key - - - - - - - Get the result keys asynchronously - - - - - - - Settings for configuring a proxy for the SDK to use. - - - - - The host name or IP address of the proxy server. - - - - - The port number of the proxy. - - - - - The username to authenticate with the proxy server. - - - - - The password to authenticate with the proxy server. - - - - - Collection of one or more regular expressions denoting addresses - for which the proxy will not be used. - - - For more information on bypass lists - see https://msdn.microsoft.com/en-us/library/system.net.webproxy.bypasslist%28v=vs.110%29.aspx. - - - - - If true requests to local addresses bypass the configured - proxy. - - - - - Settings for logging in the SDK. - - - - - Logging destination. - - - - - When to log responses. - - - - - Gets or sets the size limit in bytes for logged responses. - If logging for response body is enabled, logged response - body is limited to this size. The default limit is 1KB. - - - - - Whether or not to log SDK metrics. - - - - - A custom formatter added through Configuration - - - - - This class can be used to discover the public address ranges for AWS. The - information is retrieved from the publicly accessible - https://ip-ranges.amazonaws.com/ip-ranges.json file. - - - The information in this file is generated from our internal system-of-record and - is authoritative. You can expect it to change several times per week and should - poll accordingly. - - - - - Region identifier string for ROUTE53 and CLOUDFRONT ranges - - - - - Collection of service keys found in the data file. - - - - - The publication date and time of the file that was downloaded and parsed. - - - - - Collection of all public IP ranges. - - - - - Filtered collection of public IP ranges for the given service key - - - - - Filtered collection of public IP ranges for the given region (us-east-1 etc) or GLOBAL. - - - - - Filtered collection of public IP ranges for the given network border group. - - - - - Downloads the most recent copy of the endpoint address file and - parses it to a collection of address range objects. - - - - - Downloads the most recent copy of the endpoint address file and - parses it to a collection of address range objects. - - - - - Represents the IP address range for a single region and service key. - - - - - The public IPv4 or Ipv6 address range, in CIDR notation. - - - - - Indicates ipv4 or v6 format of the address - - - - - The AWS region or GLOBAL for edge locations. Note that the CLOUDFRONT and ROUTE53 - ranges are GLOBAL. - - - - - The subset of IP address ranges. Specify AMAZON to get all IP address ranges - (for example, the ranges in the EC2 subset are also in the AMAZON subset). Note - that some IP address ranges are only in the AMAZON subset. - - - Valid values for the service key include "AMAZON", "EC2", "ROUTE53", - "ROUTE53_HEALTHCHECKS", and "CLOUDFRONT." If you need to know all of - the ranges and don't care about the service, use the "AMAZON" entries. - The other entries are subsets of this one. Also, some of the services, - such as S3, are represented in "AMAZON" and do not have an entry that - is specific to the service. We plan to add additional values over time; - code accordingly! - - - - - The network border group the IP address range belongs to. - - - AWS Local Zones allow you to seamlessly connect to the full range of services in the AWS Region such - as Amazon Simple Storage Service and Amazon DynamoDB through the same APIs and tool sets. You can extend - your VPC Region by creating a new subnet that has a Local Zone assignment. When you create a subnet in - a Local Zone, the VPC is also extended to that Local Zone. - - A network border group is a unique set of Availability Zones or Local Zones from where AWS advertises - public IP addresses. - - When you create a VPC that has IPv6 addresses, you can choose to assign a set of Amazon-provided public - IP addresses to the VPC and also set a network border group for the addresses that limits the addresses - to the group. When you set a network border group, the IP addresses cannot move between network - border groups. The us-west-2 network border group contains the four US West (Oregon) Availability Zones. - The us-west-2-lax-1 network border group contains the Los Angeles Local Zones. - - - - - This class defines utilities and constants that can be used by - all the client libraries of the SDK. - - - - - The user agent string header - - - - - The Set of accepted and valid Url characters per RFC3986. - Characters outside of this set will be encoded. - - - - - The Set of accepted and valid Url characters per RFC1738. - Characters outside of this set will be encoded. - - - - - The set of accepted and valid Url path characters per RFC3986. - - - - - The string representing Url Encoded Content in HTTP requests - - - - - The GMT Date Format string. Used when parsing date objects - - - - - The ISO8601Date Format string. Used when parsing date objects - - - - - The ISO8601Date Format string. Used when parsing date objects - - - - - The ISO8601 Basic date/time format string. Used when parsing date objects - - - - - The ISO8601 basic date format. Used during AWS4 signature computation. - - - - - The RFC822Date Format string. Used when parsing date objects - - - - - Returns an extension of a path. - This has the same behavior as System.IO.Path.GetExtension, but does not - check the path for invalid characters. - - - - - - Convert request parameters to Url encoded query string - - - Convert Dictionary of parameters to Url encoded query string - - - - Returns the canonicalized resource path for the service endpoint with single URL encoded path segments. - - Endpoint URL for the request - Resource path for the request - - If resourcePath begins or ends with slash, the resulting canonicalized - path will follow suit. - - Canonicalized resource path for the endpoint - - - - Returns the canonicalized resource path for the service endpoint - - Endpoint URL for the request - Resource path for the request - If true pre URL encode path segments if necessary. - S3 is currently the only service that does not expect pre URL encoded segments. - - If resourcePath begins or ends with slash, the resulting canonicalized - path will follow suit. - - Canonicalized resource path for the endpoint - - - - Returns the canonicalized resource path for the service endpoint - - Endpoint URL for the request - Resource path for the request - If true pre URL encode path segments if necessary. - S3 is currently the only service that does not expect pre URL encoded segments. - Dictionary of key/value parameters containing the values for the ResourcePath key replacements - The version of the marshaller that constructed the request object. - - If resourcePath begins or ends with slash, the resulting canonicalized - path will follow suit. - - Canonicalized resource path for the endpoint - - - - Splits the resourcePath at / into segments then resolves any keys with the path resource values. Greedy - key values will be split into multiple segments at each /. - - The patterned resourcePath - The key/value lookup for the patterned resourcePath - A list of path segments where all keys in the resourcePath have been resolved to one or more path segment values - - - - Joins all path segments with the / character and encodes each segment before joining. - - The segments of a URL path split at each / character - If the path property is specified, - the accepted path characters {/+:} are not encoded. - A joined URL with encoded segments - - - - Takes a patterned resource path and resolves it using the key/value path resources into - a segmented encoded URL. - - The patterned resourcePath - The key/value lookup for the patterned resourcePath - A segmented encoded URL - - - - Takes a patterned resource path and resolves it using the key/value path resources into - a segmented encoded URL. - - The patterned resourcePath - The key/value lookup for the patterned resourcePath - If true valid path characters {/+:} are not encoded - A segmented encoded URL - - - - Returns a new string created by joining each of the strings in the - specified list together, with a comma between them. - - The list of strings to join into a single, comma delimited - string list. - A new string created by joining each of the strings in the - specified list together, with a comma between strings. - - - - Attempt to infer the region for a service request based on the endpoint - - Endpoint to the service to be called - - Region parsed from the endpoint; DefaultRegion (or DefaultGovRegion) - if it cannot be determined/is not explicit - - - - - Attempt to infer the service name for a request (in short form, eg 'iam') from the - service endpoint. - - Endpoint to the service to be called - - Short-form name of the service parsed from the endpoint; empty string if it cannot - be determined - - - - - Utility method for converting Unix epoch seconds to DateTime structure. - - The number of seconds since January 1, 1970. - Converted DateTime structure - - - - Utility method for converting Unix epoch milliseconds to DateTime structure. - - The number of milliseconds since January 1, 1970. - Converted DateTime structure - - - - Helper function to format a byte array into string - - The data blob to process - If true, returns hex digits in lower case form - String version of the data - - - - Calls a specific EventHandler in a background thread - - - - - - - - Parses a query string of a URL and returns the parameters as a string-to-string dictionary. - - - - - - - Utility method for converting a string to a MemoryStream. - - - - - - - Utility method for copy the contents of the source stream to the destination stream. - - - - - - - Utility method for copy the contents of the source stream to the destination stream. - - - - - - - - Formats the current date as a GMT timestamp - - A GMT formatted string representation - of the current date and time - - - - - Formats the current date as ISO 8601 timestamp - - An ISO 8601 formatted string representation - of the current date and time - - - - - Gets the ISO8601 formatted timestamp that is minutesFromNow - in the future. - - The number of minutes from the current instant - for which the timestamp is needed. - The ISO8601 formatted future timestamp. - - - - Formats the current date as ISO 8601 timestamp - - An ISO 8601 formatted string representation - of the current date and time - - - - - Gets the RFC822 formatted timestamp that is minutesFromNow - in the future. - - The number of minutes from the current instant - for which the timestamp is needed. - The ISO8601 formatted future timestamp. - - - - Determines whether the given string is an absolute path to a root. - - The hypothetical absolute path. - True if is an absolute path. - - - - Returns true if the path specified is relative to the current drive or working directory. - Returns false if the path is fixed to a specific drive or UNC path. This method does no - validation of the path (URIs will be returned as relative as a result). - - - Handles paths that use the alternate directory separator. It is a frequent mistake to - assume that rooted paths (Path.IsPathRooted) are not relative. This isn't the case. - "C:a" is drive relative- meaning that it will be resolved against the current directory - for C: (rooted, but relative). "C:\a" is rooted and not relative (the current directory - will not be used to modify the path). - - - - - True if the given character is a directory separator. - - - - - Returns true if the given character is a valid drive letter - - - - - URL encodes a string per RFC3986. If the path property is specified, - the accepted path characters {/+:} are not encoded. - - The string to encode - Whether the string is a URL path or not - The encoded string - - - - URL encodes a string per the specified RFC. If the path property is specified, - the accepted path characters {/+:} are not encoded. - - RFC number determing safe characters - The string to encode - Whether the string is a URL path or not - The encoded string - - Currently recognised RFC versions are 1738 (Dec '94) and 3986 (Jan '05). - If the specified RFC is not recognised, 3986 is used by default. - - - - - URL encodes a string per the specified RFC with the exception of preserving the encoding of previously encoded slashes. - If the path property is specified, the accepted path characters {/+:} are not encoded. - - The string to encode - Whether the string is a URL path or not - The encoded string with any previously encoded %2F preserved - - - - Generates an MD5 Digest for the stream specified - - The Stream for which the MD5 Digest needs - to be computed. - A string representation of the hash with base64 encoding - - - - - Generates an MD5 Digest for the string-based content - - The content for which the MD5 Digest needs - to be computed. - - Whether the returned checksum should be - base64 encoded. - - A string representation of the hash with or w/o base64 encoding - - - - - Generates an MD5 Digest for the given byte array - - The content for which the MD5 Digest needs - to be computed. - - Whether the returned checksum should be - base64 encoded. - - A string representation of the hash with or w/o base64 encoding - - - - - Convert bytes to a hex string - - Bytes to convert. - Hexadecimal string representing the byte array. - - - - Convert a hex string to bytes - - Hexadecimal string - Byte array corresponding to the hex string. - - - - Returns DateTime.UtcNow + ManualClockCorrection when - is set. - This value should be used instead of DateTime.UtcNow to factor in manual clock correction - - - - - Returns true if the string has any bidirectional control characters. - - - - - - - Executes an HTTP request and returns the response as a string. This method - throws WebException and HttpRequestException. In the event HttpRequestException - is thrown the StatusCode is sent as user defined data on the exception under - the key "StatusCode". - - The URI to make the request to - The request type: GET, PUT, POST - null or the content to send with the request - Timeout for the request - Proxy for the request - null or any headers to send with the request - The response as a string. - - - - Utility method that accepts a string and replaces white spaces with a space. - - - - - - - Runs a process with the below input parameters. - - - - - - - This method allows to check whether a property of an object returned by a service call - is set. This method is needed to discriminate whether a field is not set (not present in - the service response) or if it is set to the default value for its type. Using this - method is not required for nullable properties (non-ValueType and Nullable) because - they will be simply set to null when not included in the service response. - This method can also be used on objects used as part of service requests. - This method doesn't support objects that are part of the S3 service model. - - An object that is used in an AWS service request or is - returned as part of an AWS service response. - The name of the property of awsServiceObject to check. - True if the property is set, otherwise false. - - - - This method is used preserve the stacktrace used from clients that support async calls. This - make sure that exceptions thrown during EndXXX methods has the orignal stacktrace that happen - in the background thread. - - - - - - Returns a new instance of the specified hashing algorithm - - Hashing algorithm to instantiate - New instance of the given algorithm - - - - Returns the length of the base64 encoded checksum of the specifed hashing algorithm - - Hashing algorithm - Length of the base64 encoded checksum - - - - Computes a hash-based message authentication code - - Input to compute the hash code for - Signing key - Hashing algorithm to use - Computed hash code - - - - Computes a SHA1 hash - - Input to compute the hash code for - Computed hash code - - - - Computes a SHA256 hash - - Input to compute the hash code for - Computed hash code - - - - Computes a SHA256 hash - - Input to compute the hash code for - Computed hash code - - - - Computes an MD5 hash - - Input to compute the hash code for - Computed hash code - - - - Computes an MD5 hash - - Input to compute the hash code for - Computed hash code - - - - Computes a CRC32 hash - - Data to hash - CRC32 hash as a base64-encoded string - - - - Computes a CRC32C hash - - Data to hash - CRC32C hash as a base64-encoded string - - - - Provides access to EC2 instance metadata when running on an EC2 instance. - If this class is used on a non-EC2 instance, the properties in this class - will return null. - - - - Amazon EC2 instances can access instance-specific metadata, as well as data supplied when launching the instances, using a specific URI. - - - You can use this data to build more generic AMIs that can be modified by configuration files supplied at launch time. - For example, if you run web servers for various small businesses, they can all use the same AMI and retrieve their content from the - Amazon S3 bucket you specify at launch. To add a new customer at any time, simply create a bucket for the customer, add their content, - and launch your AMI. - - - More information about EC2 Metadata - - - - - - Base endpoint of the instance metadata service. Returns the endpoint configured first - via environment variable AWS_EC2_METADATA_SERVICE_ENDPOINT then the current profile's - ec2_metadata_service_endpoint value. If a specific endpoint is not configured, it selects a pre-determined - endpoint based on environment variable AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE then the - current profile's ec2_metadata_service_endpoint_mode setting. - - - - - Root URI to retrieve instance metadata - - - - - Root URI to retrieve instance user data - - - - - Root URI to retrieve dynamic instance data - - - - - URI to retrieve the IMDS API token - - - - - Returns whether requesting the EC2 Instance Metadata Service is - enabled via the AWS_EC2_METADATA_DISABLED environment variable. - - - - - Allows to configure the proxy used for HTTP requests. The default value is null. - - - - - The AMI ID used to launch the instance. - - - - - The index of this instance in the reservation. - - - - - The manifest path of the AMI with which the instance was launched. - - - - - The AMI IDs of any instances that were rebundled to create this AMI. - Will only exist if the AMI manifest file contained an ancestor-amis key. - - - - - The private hostname of the instance. - In cases where multiple network interfaces are present, - this refers to the eth0 device (the device for which the device number is 0). - - - - - Notifies the instance that it should reboot in preparation for bundling. - Valid values: none | shutdown | bundle-pending. - - - - - The ID of this instance. - - - - - The type of instance. - - - - - The ID of the kernel launched with this instance, if applicable. - - - - - The local hostname of the instance. In cases where multiple network interfaces are present, - this refers to the eth0 device (the device for which device-number is 0). - - - - - The instance's MAC address. In cases where multiple network interfaces are present, - this refers to the eth0 device (the device for which device-number is 0). - - - - - The private IP address of the instance. In cases where multiple network interfaces are present, - this refers to the eth0 device (the device for which device-number is 0). - - - - - The Availability Zone in which the instance launched. - - - - - Product codes associated with the instance, if any. - - - - - Public key. Only available if supplied at instance launch time. - - - - - The ID of the RAM disk specified at launch time, if applicable. - - - - - The region in which the instance is running, extracted from the identity - document data. - - - - - ID of the reservation. - - - - - The names of the security groups applied to the instance. - - - - - Returns information about the last time the instance profile was updated, - including the instance's LastUpdated date, InstanceProfileArn, and InstanceProfileId. - - - - - Returns the temporary security credentials (AccessKeyId, SecretAccessKey, SessionToken, and Expiration) - associated with the IAM roles on the instance. - - - - - The virtual devices associated with the ami, root, ebs, and swap. - - - - - The network interfaces on the instance. - - - - - The metadata sent to the instance. - - - - - Value showing whether the customer has enabled detailed - one-minute monitoring in CloudWatch. - - - - - JSON containing instance attributes, such as instance-id, private IP - address, etc - - - - - Data that can be used by other parties to verify its origin and authenticity. - - - - - Used to verify the document's authenticity and content against the signature. - - - - - Return the list of items in the metadata at path. - - Path at which to query the metadata; may be relative or absolute. - List of items returned by the metadata service - - - - Return the metadata at the path - - Path at which to query the metadata; may be relative or absolute. - Data returned by the metadata service - - - - Return the metadata at the path - - Path at which to query the metadata; may be relative or absolute. - Number of attempts to make - Data returned by the metadata service - - - - Return the list of items in the metadata at path. - - Path at which to query the metadata; may be relative or absolute. - Number of attempts to make - List of items returned by the metadata service - - - - Fetches the api token to use with metadata requests. - - The API token or null - - - - Fetches the api token to use with metadata requests. - - The number of tries to fetch the api token before giving up and throwing the web exception - The API token or null if an API token couldn't be obtained and doesn't need to be used - - - - Exponentially sleeps based on the current retry value. A lower - value will sleep shorter than a larger value - - Base 0 retry index - - - - Returns information about the last time the instance profile was updated, - including the instance's LastUpdated date, InstanceProfileArn, and InstanceProfileId. - - - - - The status of the instance profile - - - - - Further information about the status of the instance profile - - - - - The date and time the instance profile was updated - - - - - The Amazon Resource Name (ARN) of the instance profile - - - - - The Id of the instance profile - - - - - The temporary security credentials (AccessKeyId, SecretAccessKey, SessionToken, and Expiration) associated with the IAM role. - - - - - The status of the security credential - - - - - Further information about the status of the instance profile - - - - - The date and time the security credential was last updated - - - - - The type of the security credential - - - - - The uniqe id of the security credential - - - - - The secret key used to sign requests - - - - - The security token - - - - - The date and time when these credentials expire - - - - - All of the metadata associated with a network interface on the instance. - - - - - Construct an instance of NetworkInterface - - - - - - The interface's Media Access Control (mac) address. - - - - - The ID of the owner of the network interface. - - - In multiple-interface environments, an interface can be attached by a third party, such as Elastic Load Balancing. - Traffic on an interface is always billed to the interface owner. - - - - - The interface's profile - - - - - The interface's local hostname. - - - - - The private IP addresses associated with the interface. - - - - - The interface's public hostname. - - - - - The elastic IP addresses associated with the interface. - - - There may be multiple IP addresses on an instance. - - - - - Security groups to which the network interface belongs. - - - - - IDs of the security groups to which the network interface belongs. Returned only for Amazon EC2 instances launched into a VPC. - - - - - The ID of the Amazon EC2-VPC subnet in which the interface resides. - - - Returned only for Amazon EC2 instances launched into a VPC. - - - - - The CIDR block of the Amazon EC2-VPC subnet in which the interface resides. - - - Returned only for Amazon EC2 instances launched into a VPC. - - - - - The CIDR block of the Amazon EC2-VPC subnet in which the interface resides. - - - Returned only for Amazon EC2 instances launched into a VPC. - - - - - Get the private IPv4 address(es) that are associated with the public-ip address and assigned to that interface. - - The public IP address - Private IPv4 address(es) associated with the public IP address - - - - Wrapper class which invokes the static method - public static string GetEnvironmentVariable(string variable) - underneath. This class is added as a property on the singleton class - EnvironmentVariableSource. This change was done for testability. - - - - - Singleton class that holds the property of type IEnvironmentVariableRetreiver. - This property can hold an instance of type EnvironmentVariableRetreiver which has a wrapper - method for - public static string GetEnvironmentVariable(string variable) - or can be mocked for testing purposes. - - - - - Interface for EnvironmentVariableRetriever. - This serves as a property for the singleton EnvironmentVariableSource - - - - - Returns the type of platform and version.!-- If on a special platform, a static "0" is used as the version since - we have nothing more specific that actually means anything. Otherwise, asks InteropServices RuntimeInformation for - the OSDescription and trims off the OS name. - - - - - Returns the special platform information (e.g. Unity_OSXEditor, Xamarin_AndroidTablet) if - on those platforms, otherwise asks InteropServices RuntimeInformation for the OSDescription - and trims off the version. - - - - - Returns the special platform information (e.g. Unity_OSXEditor, Xamarin_AndroidTablet) if - on those platforms, otherwise asks InteropServices RuntimeInformation for the OSDescription, - keeping the version tail. - - - - - Manager to access a settings store file. Objects are primarily accessed by DisplayName rather than unique key. - Settings store files are located under the current user's AppData\Local\AWSToolkit folder. - Select keys in these files are encrypted on a per user, per machine basis using the Windows Data Protection API; - the encrypted values cannot be used by any other user or on any other machine. - - This class is not threadsafe. - - - - - True if the encrypted store is availble, false otherwise. - - - - - Construct an NamedSettingsManager. - - The base filename to read/write. - - - - Register an object. Let the uniqueKey be assigned automatically. - - The display name for the object. - The property names and values for the object. - The unique key that was assigned to the object. - - - - Try to get an object form the store. - - The display name for the object. - The property names and values for the object. - True if the object was found, false otherwise. - - - - Try to get an object form the store. - - The display name for the object. - The uniqueKey of the object in the store - The property names and values for the object. - True if the object was found, false otherwise. - - - - Unregister an object from the store. - - The display name for the object. - - - - Rename an object in the store. - - - - if true and destination object already exists overwrite it - - - - Copy an object in the store. - The new object will be a copy of the original, except it will be assigned a new unique key. - - - - if true and destination object already exists overwrite it - - - - Get a list of the display names for the objects in the store. - - A list of display names. - - - - Finds region string in the endpoint string using predefined rules - If predefined rules fail to match the region, regular expression strings provided in - endpoints.json are used to find the region. - If regular expressions also fail, then a default region is returned. - - - - - Finds the region in the provided endpoint parsing from right to left - Try to find exact match of the region in endpoints.json - If there doesn't exist an exact match, find a fuzzy match - Else return default region - - Endpoint string - First successfully parsed region from right to left in the given endpoint or default region - - - - Returns the Domain Name System host name - - URL string - A String containing the authority component of the URL - - - - Find region in the endpoint using endpoints.json region regexs - If there doesn't exist a match, return null - - - First matched region from right to left in the given endpoint or null - - - - Find endpoint segment in the endpoint parsing right to left - If there exists an exception such as us-gov, return exception value - Else return null - - Endpoint string - First parsed region from right to left in the given endpoint or null - - - - Builds an exception tree root that is used to handle the exception cases for an endpoint to determine the region. - New exceptions must be added as a child to the root. - If there exists a sub-exception that depends on the parent exception, it must be added as a child to the parent node - For example, us-gov followed by s-accelerate from right to left, then us-gov must have s3-accelerate as a Child - - Root of exception tree - - - - Gets the singleton. - - - - - Root AWS config - - - - - Manager to access a settings store file. - Settings store files are located under the current user's AppData\Local\AWSToolkit folder. - Select keys in these files are encrypted on a per user, per machine basis using the Windows Data Protection API; - the encrypted values cannot be used by any other user or on any other machine. - - This class is not threadsafe. - - - - - True if the encrypted store is availble, false otherwise. - - - - - Construct a SettingsManager. - - The base filename to read/write. - - - - The base filename to read/write. - - - - - Register an object. Let the uniqueKey be assigned automatically. - - The property names and values for the object. - The unique key that was assigned to the object. - - - - Register an object. - - The uniqueKey for the object, or null if one should be assigned automatically. - The property names and values for the object. - The unique key that was assigned to the object. - - - - Try to get an object form the store. - - The uniqueKey of the object in the store - The property names and values for the object. - True if the object was found, false otherwise. - - - - Try to get an object form the store based on the value of a specific property. - If multiple objects with the same property value exist, return the first one. - - The name of the property to search on. - The value of the property to search on. - The unique key of the object. - The properties of the object. - - - - - Get a list of the unique keys of all the objects in the store. - - - - - - Get the value of a specific property for each object in the store. - - - - - - - Unregister an object from the store. - - The unique key for the object. - - - - Class that contains result of executing an external process through the SDKs - AWSSDKUtils.RunProcess/AWSSDKUtils.RunProcessAsync - - - - - The exit code with which the process exited - - - - - The output of the process read till the end - - - - - The error output of the process read till the end - - - - - This class allows profiles supporting AWS credentials and SAML-based authentication to be registered with - the SDK so that they can later be reference by a profile name. The credential profiles will be available - for use in the AWS Toolkit for Visual Studio and the AWS Tools for Windows PowerShell. - - The credentials are stored under the current users AppData folder encrypted using Windows Data Protection API. - - - To reference a profile from an application's App.config or Web.config use the AWSProfileName setting. - - <?xml version="1.0" encoding="utf-8" ?> - <configuration> - <appSettings> - <add key="AWSProfileName" value="development"/> - </appSettings> - </configuration> - - - - - - - Registers an AWS credentials profile that can later be referenced by the profileName. - This profile will only be visible for the current user. - - Name given to the AWS credentials. - The AWS access key id - The AWS secret key - - - - - Registers a role-based profile to be used with SAML authentication. The profile contains - details of the role to be assumed when AWS credentials are requested based on the role and - a reference to a SAML endpoint profile containing details of the endpoint to be called to - authenticate the user. - - - If user identity information is not supplied then the identity of the logged-in user will - be used when authenticaton is performed against the endpoint referenced in the SAML endpoint - profile. If identity is provided, no password information is stored in the role profile and - the user must supply the password for the identity prior to authentication with the endpoint. - - - Name to be assigned to the profile - - The name assigned to the endpoint settings, previously saved with RegisterSAMLEndpoint. - - - The arn of the role that the user wants to assume when using this profile. This - must be one of the set returned by the saml endpoint when the user authenticates. - - - Optional. By default the identity of the logged-in user will be used when authentication - is performed - the user will not be prompted to supply a password. By supplying a custom - identity for this parameter, the user will be prompted to supply the password for the - identity prior to authentication. - - - - - - Registers a role-based profile to be used with SAML authentication. The profile contains - details of the role to be assumed when AWS credentials are requested based on the role and - a reference to a SAML endpoint profile containing details of the endpoint to be called to - authenticate the user. - - - If user identity information is not supplied then the identity of the logged-in user will - be used when authenticaton is performed against the endpoint referenced in the SAML endpoint - profile. If identity is provided, no password information is stored in the role profile and - the user must supply the password for the identity prior to authentication with the endpoint. - - - Name to be assigned to the profile - - The name assigned to the endpoint settings, previously saved with RegisterSAMLEndpoint. - - - The arn of the role that the user wants to assume when using this profile. This - must be one of the set returned by the saml endpoint when the user authenticates. - - - Optional. By default the identity of the logged-in user will be used when authentication - is performed - the user will not be prompted to supply a password. By supplying a custom - identity for this parameter, the user will be prompted to supply the password for the - identity prior to authentication. - - - Set for profiles intended to be used in regions where a region-specific STS endpoint - must be used (eg cn-north-1). If left empty/null, the global sts.amazonaws.com endpoint - will be used when credentials are obtained for this profile. - - - - - Registers an endpoint to be used in conjunction with SAML role profiles. The role profiles - reference the endpoint settings to obtain the actual endpoint and any customization settings - needed to perform authentication. - - Name to be assigned to the endpoint settings. - The full uri of the authentication endpoint. - - The authentication type to use when performing calls against the endpoint. Valid values are 'NTLM', - 'Digest', 'Kerberos' and 'Negotiate'. The default if not configured (null/empty string) is 'Kerberos'. - - The unique id assigned to the new settings. - - - - Deletes the settings for an AWS credentials or SAML role profile from the SDK account store. - - The name of the profile to remove. - - - - Lists all profile names registered with the SDK account store. - - The profile names. - - - - Loads and returns all available credential profiles registered in the store. - - Collection of profiles. - - - - Checks if a given profile is known in the SDK credential store. - - The name of the profile to test for existence - True if the profile exists. - - - - Copies the contents of the source profile to the destination. If the destination - profile does not exist a new profile is created. Note that if the destination - profile exists, all keys it contains are removed and replaced with keys from the - source profile. - - The name of the profile to copy from. - The name of the profile to create or update. - The unique id assigned to the destination settings. - - - - Copies the contents of the source profile to the destination. If the destination - profile does not exist a new profile is created. Note that if the destination - profile exists, all keys it contains are removed and replaced with keys from the - source profile. - - The source profile to copy keys and values from. - The name of the profile to create or update. - The unique id assigned to the destination settings. - - - - Tries to get the AWS credentials from a profile in the SDK account store. - - The profile to get the credentials for. - Outputs the credentials for the profile. - Returns true if the profile exists otherwise false is returned. - - - - Gets the AWS credentials from a profile in the SDK account store. - - The profile to get the credentials for. - The AWS credentials for the profile. - Thrown if the profile does not exist - - - - Returns the profile with the specified name, if it has been registered in the SDK store. - - The name of the registered profile - The loaded profile data - - - - Returns the persisted data in the SDK store as a profile of the specified type T. - - The name of the profile holding the settings. - The loaded profile. An exception is thrown if the profile could not be loaded. - Thrown if the profile does not exist - - Currently supported profile types: AWSCredentialsProfile and SAMLRoleProfile. - - - - - Tries to load the specified profile data corresponding to profile type T from a named - profile in the SDK account store. - - The name of the profile holding the settings. - The loaded profile data. - Returns true if the profile exists otherwise false is returned. - - Currently supported profile types: AWSCredentialsProfile and SAMLRoleProfile. - - - - - Attempts to load the settings defining a SAML endpoint. - - The name assigned to the settings for the endpoint. - The instantiated endpoint. - True if the settings were successfully loaded. - - - - Loads the settings defining a SAML endpoint. - - The name assigned to the settings for the endpoint. - The loaded settings. An exception is thrown if they could not be loaded. - Thrown if the endpoint settings do not exist. - - - - Common base contract for all types of credential and role profiles. - - - - - The user-defined name for the settings. - - - - - The unique id of the profile in the backing store. - - - - - Saves the profile data to backing store, returning the unique id - assigned to the data. - - - - - The persisted data for a set of AWS credentials. At a minimum this - is access key and secret key data. - - - - - Tests if an AWSCredentialsProfile instance could be instantiated from - the persisted settings data. - - The name given to the persisted settings (previously verified as existing). - True if the settings are compatible with an AWSCredentialsProfile type. - - - - Tests if an AWSCredentialsProfile instance could be instantiated from - the persisted settings data. - - The persisted settings. - True if the settings are compatible with an AWSCredentialsProfile type. - - - - Instantiates an AWSCredentialsProfile instance from the specified profile name. - - The name of the profile holding the settings. - New credentials profile instance. An exception is thrown if the profile data is invalid. - - - - Instantiates an AWSCredentialsProfile instance from the supplied settings collection. - - The settings representing the stored profile. - New credentials profile instance. An exception is thrown if the profile data is invalid. - - - - Validates the contents of the specified profile. - - The name of the AWS credentials profile to validate. - Thrown if the profile settings fail to validate. - - - - Verifies that the persisted settings contains the minimal viable data to - instantiate an AWSCredentialsProfile instance. - - The persisted settings. - Thrown if the profile settings fail to validate. - - - - Persists the profile data to the store file. - - The unique ID assigned to the settings. - - - - Creates or updates the profile data in the store file. - - The unique ID assigned to the settings. - - - - The persisted data for a SAML endpoint. One or more role profiles - will reference this to obtain the common endpoint and other data needed - to perform authentication with a set of user credentials. - - - - - The default authentication type to use when attempting to perform an - authentication call against the configured endpoint. - - - - - The authentication endpoint which must be a HTTPS scheme. - - - - - The authentication type to use when calling the endpoint. - - - - - Tests if a SAMLEndpointSettings instance could be instantiated from - the persisted settings data. - - The name given to the persisted settings. - True if the settings are compatible. - - - - Tests if a SAMLEndpointSettings instance could be instantiated from - the persisted settings data. - - The persisted settings. - True if the settings are compatible. - - - - Instantiates an instance from settings stored with the specified name. - - The name of the endpoint settings in the store. - Profile instance or an exception if the profile data does not exist/contains invalid data. - - - - Instantiates an instance from the supplied settings. - - The persisted settings. - Profile instance or an exception if the profile data is invalid. - - - - Validates the contents of the specified endpoint settings. - - The name of the SAML endpoint settings to validate. - Thrown if the settings fail to validate. - - - - Verifies that the persisted settings contains the minimal viable data to - instantiate a SAMLEndpointSettings instance. - - The persisted settings. - Thrown if the settings fail to validate. - - - - Persists the settings to the storage file. - - The unique id assigned to the profile - - - - Creates or updates the settings data for a SAML endpoint in the backing store file. An error is - thrown if the scheme for the endpoint is not https. - - The name of the settings to create or update - The authentication endpoint - Optional authentication type to use when performing calls against the endpoint - The unique id assigned to the profile - - - - Constructs an endpoint settings instance. - - The user-defined name to assign to the settings. - - The absolute uri, including any query and relyingParty data, of the endpoint. - - - The authentication type to use when performing requests against the endpoint. - - - - - - The persisted data for a saml role profile for a user. This profile - references an endpoint profile containing the actual endpoint to be used, and - adds details of the role to be assumed when the profile is selected. - - - Optionally the profile can store a username and domain to be used during - authentication (default behavior, if this is not specified, is to use the user's - default network credentials). - - - - - - The ARN of the role that is to be assumed. - - - - - If non-default network credentials are to used contains - the user identity (in domain\user format, domain optional) that - should be used to supply credentials when the profile is used in - authentication. The user must be prompted to supply the - corresponding password prior to authentication. - - - - - If a specific user identity was specified in the profile, - returns true to indicate a password needs to be obtained from - the user before obtaining network credentials to be used on - authentication. The default is to use the credentials - associated with the currently logged-in user or process to - perform authentication, which does not require the user to be - prompted. - - - - - - For regions with a region-specific endpoint for STS (eg cn-north-1) this - field can be set to ensure calls to obtain temporary credentials - after successful authentication are forwarded to the correct regional - endpoint. - - - This field does not need to be set when running in a region for - which the sts.amazonaws.com endpoint is valid. - - - - - - Retrieves the active credential session, if any, associated with the - role profile. - - - The current credentials valid for the role specified in the profile. Returns - null if no active session is available, or the active session has expired. - - - When a user successfully authenticates and receives temporary AWS - credentials for a role, the profile is updated with details of the - session. When the profile is loaded by other processes or tools, if - session data is present and still valid it can be retrieved using this - method avoiding the need to re-authenticate and get additional temporary - credentials. - - - - - Persists the current credentials to a 'session' key in the RoleSessions.json file. - This enables external applications and tools using the same profile to obtain credentials - without needing to separately re-authenticate the user prior to expiry of the current - credentials. After persisting the session data it can be retrieved using GetCurrentSession(). - - - Although the credentials are temporary we still encrypt the stored data when at rest in - the sdk credential store. - - - The current credentials valid for the role specified in the profile. - - - - - Stores or clears the persisted session data. - - - - - - The endpoint settings from which the actual endpoint to use in authentication - is obtained. - - - - - Tests if a SAMLRoleProfile instance could be instantiated from - the persisted settings data. - - The name given to the persisted settings. - True if the settings are compatible with a SAMLRoleProfile type. - - - - Tests if a SAMLRoleProfile instance could be instantiated from - the persisted settings data. - - The persisted settings. - True if the settings are compatible with a SAMLRoleProfile type. - - - - Instantiates an instance from settings stored with the specified name. - - The name of the endpoint profile. - Profile instance or an exception if the profile data does not exist/contains invalid data. - - - - Instantiates an instance from the supplied settings. In addition to the profile settings - the SDK will inspect for a RoleSessions.json file containing active session data and if - an entry for the profile is present, will add the session data to the returned profile - object. - - The persisted settings. - Profile instance or an exception if the profile data is invalid. - - - - Validates the contents of the specified profile. - - The name of the SAML role profile to validate. - Thrown if the profile settings fail to validate. - - - - Validates that the presented settings would result in a valid role profile - instance. - - The persisted settings. - Thrown if the profile settings fail to validate. - - - - Stores the data in the role profile to the backing store file. - - - - - - Registers a role-based profile to be used with SAML authentication. The profile contains - details of the role to be assumed when AWS credentials are requested based on the role and - a reference to a SAML endpoint profile containing details of the endpoint to be called to - authenticate the user. - - - If user identity information is not supplied then the identity of the logged-in user will - be used when authenticaton is performed against the endpoint referenced in the SAML endpoint - profile. If identity is provided, no password information is stored in the role profile and - the user must supply the password for the identity prior to authentication with the endpoint. - - - Name to be assigned to the profile - - The name of the settings in the SAML endpoints file containing details of the - endpoint to authenticate with. - - - The arn of the role that the user wants to assume when using this profile. This - must be one of the set returned by the saml endpoint when the user authenticates. - - - Optional, can be used to prompt the user for a password for the account when authentication - is performed from a system that is not domain-joined. - - - Optional, details of the currently active credentials for the role that we want to - persist into the profile for other tools or processes to pick up, avoiding the need - to continually re-authenticate the user as they switch between tools. The active session, - if any, is stored separately from the profile using the file RoleSessions.json. - - - Set for profiles intended to be used in regions where a region-specific STS endpoint - must be used (eg cn-north-1). If left empty/null, the global sts.amazonaws.com endpoint - will be used when credentials are obtained for this profile. - - The unique id assigned to the profile. - - - - Tests for and loads any active session credentials for the specified profile. The session data - exists in a separate file from the profile, RoleSessions.json. - - - - - - - Stores the supplied session data into the RoleSessions.json backing file. - - - - - - - Constructs a profile data instance that will use the specified network identity - during authentication with configured endpoint. - - The user-defined name of the profile that sourced this data. - The settings for the authentication endpoint. - The role that should be assumed on successful authentication. - The credentials to supply in authentication, in domain\user format. - - Deserialized credential data from the profile, if still valid. Null if the profile does not - contain any active credentials, or the credentials it did hold are now invalid. - - - Set for profiles intended to be used in regions where a region-specific STS endpoint - must be used (eg cn-north-1). If left empty/null, the global sts.amazonaws.com endpoint - will be used when credentials are obtained for this profile. - - - - - Object to track circular references in nested types. - At each level of nesting, make a call to Track to retrieve Tracker, - a tracking object implementing the IDisposable interface. - Dispose of this tracker when leaving the context of the tracked object. - - - - - Tracker. Must be disposed. - - - - - Implements the Dispose pattern - - Whether this object is being disposed via a call to Dispose - or garbage collected. - - - - Disposes of all managed and unmanaged resources. - - - - - Adds the current target to a reference list and returns a tracker. - The tracker removes the target from the reference list when the - tracker is disposed. - - - - - - - AwsHttpClient is a wrapper around HttpClient class of the System.Net.Http library. - The wrapper has been added so as to remove System.Net.Http dependencies from the Services - and migrate it to a Core level dependecy only. This avoids version clashes when a service - and the Core depends on different versions of the System.Net.Http library. This is a Service - level utility method - - - - - AWSHttpClient wrapper that is wrapped around - HttpClient default wrapper. - - - - - AWSHttpClient BaseAddress property that is wrapper for - HttpClient BaseAddress property. - - - - - AWSHttpClient Timeout property that is wrapper for - HttpClient Timeout property. - - - - - AWSHttpClient MaxResponseContentBufferSize property that is wrapper for - HttpClient MaxResponseContentBufferSize property. - - - - - AWSHttpClient GetStreamAsync that accepts the requester's URI - and make a HttpClient.GetStreamAsync call. - - Requester Uri - - - - Wrapper method that accepts a request uri, stream content and headers and makes a sendAsync call. - - - - - - - Wrapper for HttpClient's HttpRequestMessage and SendAsync methods. - - - - Returns response headers information- header name,value and status code - - - - Wrapper for HttpClient Dispose. - - - - - Method that checks if the passed exception is of type - HttpRequestException - - - - - - - AWSStreamContent is a wrapper for StreamContent class in - the System.Net.Http library.The wrapper has been added so as to - remove System.Net.Http dependencies from the Services - and migrate it to a Core level dependecy only. This avoids version clashes when a service - and the Core depends on different versions of the System.Net.Http library. This is a Service - level utility method - - - - - Wrapper for StreamContent constructor - for stream content - - - - - - Wrapper for StreamContent constructor - for stream content and bufferSize - - - - - - - Wrapper to allow Services to remove StreamContent Headers - - - - - - - Wrapper to allow Services to add StreamContent Headers - - - - - - - Wrapper for StreamContent Dispose. - - - - - Utility class to parse Amazon resource names more commonly known as an ARN. - - - - - Gets and sets the partition associated with the ARN (e.g.: 'aws'). - - - - - Gets and sets the AWS service associated with the ARN (e.g.: 's3'). - - - - - Gets and sets the region associated with the ARN (e.g.: 'us-east-1'). - - - - - Gets and sets the account ID associated with the ARN. - - - - - Gets and sets the resource associated with the ARN (e.g.: 'mybucket/myobject'). - - - - - Returns true if the string appears to be an ARN by seeing if the string starts with "arn:". This method - doesn't guarantee the string is a valid ARN. To validate the string call TryParse. - - - - - - - Parses the string into an ARN object. - - String to parse into an ARN. - The out parameter for the ARN object created by TryParse. - True if the string was parsed into an ARN object. - - - - Parses the string into an ARN object. - - String to parse into an Arn. - The Arn object created from the passed in string. - Thrown if arnString is null. - Thrown if the string passed in not valid ARN. - - - - Turns the Arn object into a string representation of an ARN. - - - - - - Configuration options that apply to the entire SDK. - - These settings can be configured through app.config or web.config. - Below is a full sample configuration that illustrates all the possible options. - - <configSections> - <section name="aws" type="Amazon.AWSSection, AWSSDK.Core"/> - </configSections> - <aws region="us-west-2"> - <logging logTo="Log4Net, SystemDiagnostics" logResponses="Always" logMetrics="true" /> - <s3 useSignatureVersion4="true" /> - <proxy host="localhost" port="8888" username="1" password="1" /> - - <dynamoDB> - <dynamoDBContext tableNamePrefix="Prod-"> - - <tableAliases> - <alias fromTable="FakeTable" toTable="People" /> - <alias fromTable="Persons" toTable="People" /> - </tableAliases> - - <mappings> - <map type="Sample.Tests.Author, SampleDLL" targetTable="People" /> - <map type="Sample.Tests.Editor, SampleDLL" targetTable="People"> - <property name="FullName" attribute="Name" /> - <property name="EmployeeId" attribute="Id" /> - <property name="ComplexData" converter="Sample.Tests.ComplexDataConverter, SampleDLL" /> - <property name="Version" version="true" /> - <property name="Password" ignore="true" /> - </map> - </mappings> - - </dynamoDBContext> - </dynamoDB> - </aws> - - - - Configuration options that apply to the entire SDK. - - - - - Manual offset to apply to client clock. This is a global setting that overrides - ClockOffset value calculated for all service endpoints. - - - - - Determines if the SDK should correct for client clock skew - by determining the correct server time and reissuing the - request with the correct time. - Default value of this field is True. - will be updated with the calculated - offset even if this field is set to false, though requests - will not be corrected or retried. - Ignored if is set. - - - - - The calculated clock skew correction, if there is one. - This field will be set if a service call resulted in an exception - and the SDK has determined that there is a difference between local - and server times. - - If is set to true, this - value will be set to the correction, but it will not be used by the - SDK and clock skew errors will not be retried. - - - - - Key for the AWSRegion property. - - - - - - Configures the default AWS region for clients which have not explicitly specified a region. - Changes to this setting will only take effect for newly constructed instances of AWS clients. - - This setting can be configured through the App.config. For example: - - <configSections> - <section name="aws" type="Amazon.AWSSection, AWSSDK"/> - </configSections> - <aws region="us-west-2" /> - - - - - - Key for the AWSProfileName property. - - - - - - Profile name for stored AWS credentials that will be used to make service calls. - Changes to this setting will only take effect in newly-constructed clients. - - To reference the account from an application's App.config or Web.config use the AWSProfileName setting. - - <?xml version="1.0" encoding="utf-8" ?> - <configuration> - <appSettings> - <add key="AWSProfileName" value="development"/> - </appSettings> - </configuration> - - - - - - - Key for the AWSProfilesLocation property. - - - - - - Location of the credentials file shared with other AWS SDKs. - By default, the credentials file is stored in the .aws directory in the current user's home directory. - - Changes to this setting will only take effect in newly-constructed clients. - - To reference the profile from an application's App.config or Web.config use the AWSProfileName setting. - - <?xml version="1.0" encoding="utf-8" ?> - <configuration> - <appSettings> - <add key="AWSProfilesLocation" value="c:\config"/> - </appSettings> - </configuration> - - - - - - - Key for the Logging property. - - - - - - Configures how the SDK should log events, if at all. - Changes to this setting will only take effect in newly-constructed clients. - - The setting can be configured through App.config, for example: - - <appSettings> - <add key="AWSLogging" value="log4net"/> - </appSettings> - - - - - - Key for the ResponseLogging property. - - - - - - - Configures when the SDK should log service responses. - Changes to this setting will take effect immediately. - - The setting can be configured through App.config, for example: - - <appSettings> - <add key="AWSResponseLogging" value="OnError"/> - </appSettings> - - - - - - Key for the LogMetrics property. - - - - - - Configures if the SDK should log performance metrics. - This setting configures the default LogMetrics property for all clients/configs. - Changes to this setting will only take effect in newly-constructed clients. - - The setting can be configured through App.config, for example: - - <appSettings> - <add key="AWSLogMetrics" value="true"/> - </appSettings> - - - - - - Key for the EndpointDefinition property. - - - - - - Configures if the SDK should use a custom configuration file that defines the regions and endpoints. - - <configSections> - <section name="aws" type="Amazon.AWSSection, AWSSDK"/> - </configSections> - <aws endpointDefinition="c:\config\endpoints.json" /> - - - - - - Key for the UseSdkCache property. - - - - - - Configures if the SDK Cache should be used, the default value is true. - - <configSections> - <section name="aws" type="Amazon.AWSSection, AWSSDK"/> - </configSections> - <aws useSdkCache="true" /> - - - - - - Configuration for the Logging section of AWS configuration. - Changes to some settings may not take effect until a new client is constructed. - - Example section: - - <configSections> - <section name="aws" type="Amazon.AWSSection, AWSSDK"/> - </configSections> - <aws> - <logging logTo="Log4Net, SystemDiagnostics" logResponses="Always" logMetrics="true" /> - </aws> - - - - - - Configuration for the Proxy section of AWS configuration. - Changes to some settings may not take effect until a new client is constructed. - - Example section: - - <configSections> - <section name="aws" type="Amazon.AWSSection, AWSSDK"/> - </configSections> - <aws> - <proxy host="localhost" port="8888" username="1" password="1" bypassList="addressexpr1;addressexpr2;..." bypassOnLocal="true" /> - </aws> - - - - - - When set to true, the service client will use the x-amz-user-agent - header instead of the User-Agent header to report version and - environment information to the AWS service. - - Note: This is especially useful when using a platform like WebAssembly - which doesn't allow to specify the User-Agent header. - - - - - Configuration for the region endpoint section of AWS configuration. - Changes may not take effect until a new client is constructed. - - Example section: - - <configSections> - <section name="aws" type="Amazon.AWSSection, AWSSDK"/> - </configSections> - <aws region="us-west-2" /> - - - - - - Lock for SomeEvent delegate access. - - - - - This method should never be called directly. - Call AWSSDKUtils.CorrectedUtcNow instead. - - - - - - Add a listener for SDK logging. - - If the listener does not have a name, you will not be able to remove it later. - The source to log for, e.g. "Amazon", or "Amazon.DynamoDB". - The listener to add. - - - - Remove a trace listener from SDK logging. - - The source the listener was added to. - The name of the listener. - - - - Logging options. - Can be combined to enable multiple loggers. - - - - - No logging - - - - - Log using log4net - - - - - Log using System.Diagnostics - - - - - Log to the console - - - - - Response logging option. - - - - - Never log service response - - - - - Only log service response when there's an error - - - - - Always log service response - - - - - Format for metrics data in the logs - - - - - Emit metrics in human-readable format - - - - - Emit metrics as JSON data - - - - - Customizations for - - - - - If true a dualstack endpoint is returned. It is the user's responsibility to verify that the given service - supports a dualstack endpoint for the region. - - - - - If true an endpoint that supports FIPS is returned. It is the user's responsibility to verify that the given service - supports a FIPS endpoint for the region. For background, see https://aws.amazon.com/compliance/fips/ - - - - - Gets the endpoint for a service in a region. - - For forwards compatibility, if the service being requested for isn't known in the region, this method - will generate an endpoint using the AWS endpoint heuristics. In this case, it is not guaranteed the - endpoint will point to a valid service endpoint. - - - The services system name. Service system names can be obtained from the - RegionEndpointServiceName member of the ClientConfig-derived class for the service. - - - Specify additional requirements on the to be returned. - - - - - Allows to configure the proxy used for HTTP requests. The default value is null. - - - - - Returns the DNS suffix for the given partition, or - an empty string if a matching partition was not found - - partition - DNS suffix for the given partition, empty string if a matching partition was not found - - - - This class contains the endpoints available to the AWS clients. The static constants representing the - regions can be used while constructing the AWS client instead of looking up the exact endpoint URL. - - - - - Gets the endpoint for a service in a region. - - The services system name. - If true returns the endpoint for dualstack - Thrown when the request service does not have a valid endpoint in the region. - - - - Gets the endpoint for a service in a region. - - The services system name. - Specify additional requirements on the to be returned. - Thrown when the request service does not have a valid endpoint in the region. - - - - Enumerate through all the regions. - - - - - Gets the region based on its system name like "us-west-1" - - The system name of the service like "us-west-1" - - - - - This is a testing method and should not be called by production applications. - - - - - Gets the system name of a region. - - - - - Gets the display name of a region. - - - - - Retrieves the endpoint for the given service in the current region - - Name of the service in endpoints.json - Whether to retrieve the dual-stack variant - Matching endpoint from endpoints.json, or a computed endpoint if possible - - - - Retrieves the endpoint for the given service in the current region - - Name of the service in endpoints.json - Specify additional requirements on the to be returned. - Matching endpoint from endpoints.json, or a computed endpoint if possible - - - - Retrieves the endpoint for the given service in the current region - - Name of the service in endpoints.json - Set of tags describing an endpoint variant - Matching endpoint from endpoints.json, or a computed endpoint if possible - - - - Builds the set used to identify a specific endpoint variant - - Whether to use a dualstack (IPv6 enabled) endpoint - Whether to use a FIPS-compliant endpoint - Set used to identify the combined variant in endpoints.json - - - - Stores the plain endpoints for each service in the current region - - - - - Stores the variants for each service in the current region, identified by the set of variant tags. - - - - - This region name is non-standard. Search the whole endpoints.json file to - determine the partition this region is in. - - - - - Returns the DNS suffix for the given partition, or - an empty string if a matching partition was not found in endpoints.json - - partition - DNS suffix for the given partition, empty string if a matching partition was not found - - - - This class contains region information used to lazily compute the service endpoints. The static constants representing the - regions can be used while constructing the AWS client instead of looking up the exact endpoint URL. - - - This class contains region information used to lazily compute the service endpoints. The static constants representing the - regions can be used while constructing the AWS client instead of looking up the exact endpoint URL. - - - - - Represents the endpoint overridding rules in the endpoints.json - Is used to map private region (ie us-east-1-regional) to public regions (us-east-1) - For signing purposes. Map is keyed by region SystemName. - - - - - Enumerate through all the regions. - - - - - Gets the region based on its system name like "us-west-1" - - The system name of the service like "us-west-1" - - - - - Gets the region endpoint override if exists - - The region endpoint to find the possible override for - - - - - Force the SDK to load and apply the given endpoints details - (eg: an updated endpoints.json file). - Service clients created after this call will be set up with - endpoints based on this information. - - This function should only be used at application startup, before - creating service clients. - - Known Caveats: - * static readonly fields (eg: ) are not updated. - If you use this function, you should use with - explicit region system names to ensure you work with RegionEndpoint objects containing - the reloaded data. RegionEndpoint objects returned from GetEndpoint will generally - fail Equality comparisons against the static fields. - * Service clients created before calling Reload have no guarantee around - which endpoint data will be used. - - Stream containing an Endpoints manifest to reload in the SDK. - Pass null in to reset the SDK, so that it uses its built-in manifest instead. - - - - Rebuilds the endpoint override map, referencing the SDK's current Region Endpoint data. - - - - - Returns the DNS suffix for the given partition, or - an empty string if a matching partition was not found in endpoints.json - - partition - DNS suffix for the given partition, empty string if a matching partition was not found - - - - Gets the system name of a region. - - - - - Gets the display name of a region. - - - - - Gets the partition name the region is in. For example for us-east-1 the partition name is aws. For cn-northwest-1 the partition name is aws-cn. - - - - - Gets the dns suffix for the region endpoints in a partition. For example the aws partition's suffix is amazonaws.com. The aws-cn partition's suffix is amazonaws.com.cn. - - - - - Gets the endpoint for a service in a region. - - - The services system name. Service system names can be obtained from the - RegionEndpointServiceName member of the ClientConfig-derived class for the service. - - - For forwards compatibility, if the service being requested for isn't known in the region, this method - will generate an endpoint using the AWS endpoint heuristics. In this case, it is not guaranteed the - endpoint will point to a valid service endpoint. - - - - - - Gets the endpoint for a service in a region, optionally selecting a dualstack compatible endpoint. - - - The services system name. Service system names can be obtained from the - RegionEndpointServiceName member of the ClientConfig-derived class for the service. - - - If true a dualstack endpoint is returned. It is the user's responsibility to verify that the given service - supports a dualstack endpoint for the region. - - - For forwards compatibility, if the service being requested for isn't known in the region, this method - will generate an endpoint using the AWS endpoint heuristics. In this case, it is not guaranteed the - endpoint will point to a valid service endpoint. - - - - - Gets the endpoint for a service in a region. - - For forwards compatibility, if the service being requested for isn't known in the region, this method - will generate an endpoint using the AWS endpoint heuristics. In this case, it is not guaranteed the - endpoint will point to a valid service endpoint. - - - The services system name. Service system names can be obtained from the - RegionEndpointServiceName member of the ClientConfig-derived class for the service. - - - Specify additional requirements on the to be returned. - - - - - This class defines an endpoints hostname and which protocols it supports. - - - - - Gets the hostname for the service. - - - - - The authentication region to be used in request signing. - - - - - This property is only set for S3 endpoints. For all other services this property returns null. - For S3 endpoints, if the endpoint supports signature version 2 this property will be "2", otherwise it will be "4". - - - - - Gets the hostname for the service. - - - - - The US East (Virginia) regional endpoint. - S3-specific, use for backward compatibility only. - - - - - The Africa (Cape Town) endpoint. - - - - - The Asia Pacific (Hong Kong) endpoint. - - - - - The Asia Pacific (Tokyo) endpoint. - - - - - The Asia Pacific (Seoul) endpoint. - - - - - The Asia Pacific (Osaka) endpoint. - - - - - The Asia Pacific (Mumbai) endpoint. - - - - - The Asia Pacific (Singapore) endpoint. - - - - - The Asia Pacific (Sydney) endpoint. - - - - - The Asia Pacific (Jakarta) endpoint. - - - - - The Canada (Central) endpoint. - - - - - The Europe (Frankfurt) endpoint. - - - - - The Europe (Stockholm) endpoint. - - - - - The Europe (Milan) endpoint. - - - - - The Europe (Ireland) endpoint. - - - - - The Europe (London) endpoint. - - - - - The Europe (Paris) endpoint. - - - - - The Middle East (Bahrain) endpoint. - - - - - The South America (Sao Paulo) endpoint. - - - - - The US East (N. Virginia) endpoint. - - - - - The US East (Ohio) endpoint. - - - - - The US West (N. California) endpoint. - - - - - The US West (Oregon) endpoint. - - - - - The China (Beijing) endpoint. - - - - - The China (Ningxia) endpoint. - - - - - The AWS GovCloud (US-East) endpoint. - - - - - The AWS GovCloud (US-West) endpoint. - - - - - The US ISO East endpoint. - - - - - The US ISO WEST endpoint. - - - - - The US ISOB East (Ohio) endpoint. - - - - - Wrapper for checksum algorithms provided by the AWS Common Runtime - - - - - Computes a CRC32 hash - - Data to hash - CRC32 hash as a base64-encoded string - - - - Computes a CRC32 hash - - Data to hash - Previous value of a rolling checksum - Updated CRC32 hash as 32-bit integer - - - - Computes a CRC32C hash - - Data to hash - CRC32c hash as a base64-encoded string - - - - Computes a CRC32C hash - - Data to hash - Previous value of a rolling checksum - Updated CRC32C hash as 32-bit integer - - - a general purpose ASN.1 decoder - note: this class differs from the - others in that it returns null after it has read the last object in - the stream. If an ASN.1 Null is encountered a Der/BER Null object is - returned. - - - Create an ASN1InputStream where no DER object will be longer than limit. - - @param input stream containing ASN.1 encoded data. - @param limit maximum size of a DER encoded object. - - - Create an ASN1InputStream based on the input byte array. The length of DER objects in - the stream is automatically limited to the length of the input array. - - @param input array containing ASN.1 encoded data. - - - build an object given its tag and the number of bytes to construct it from. - - - Create a base ASN.1 object from a byte array. - The byte array to parse. - The base ASN.1 object represented by the byte array. - If there is a problem parsing the data. - - - Read a base ASN.1 object from a stream. - The stream to parse. - The base ASN.1 object represented by the byte array. - If there is a problem parsing the data. - - - return the object at the sequence position indicated by index. - - @param index the sequence number (starting at zero) of the object - @return the object at the sequence position indicated by index. - - - create an empty sequence - - - create a sequence containing one object - - - create a sequence containing a vector of objects. - - - - A - - - - - - A - - - A - - - - - - A - - - - - return a = a + b - b preserved. - - - unsigned comparison on two arrays - note the arrays may - start with leading zeros. - - - returns x = x - y - we assume x is >= y - - - - Calculates a 32bit Cyclic Redundancy Checksum (CRC) using the - same polynomial used by Zip. This type is used internally by DotNetZip; it is generally not used directly - by applications wishing to create, read, or manipulate zip archive files. - - - - - indicates the total number of bytes read on the CRC stream. - This is used when writing the ZipDirEntry when compressing files. - - - - - Indicates the current CRC for all blocks slurped in. - - - - - Returns the CRC32 for the specified stream. - - The stream over which to calculate the CRC32 - the CRC32 calculation - - - - Returns the CRC32 for the specified stream, and writes the input into the output stream. - - The stream over which to calculate the CRC32 - The stream into which to deflate the input - the CRC32 calculation - - - - Get the CRC32 for the given (word,byte) combo. - This is a computation defined by PKzip. - - The word to start with. - The byte to combine it with. - The CRC-ized result. - - - - Update the value for the running CRC32 using the given block of bytes. - This is useful when using the CRC32() class in a Stream. - - block of bytes to slurp - starting point in the block - how many bytes within the block to slurp - - - - A Stream that calculates a CRC32 (a checksum) on all bytes read, - or on all bytes written. - - - - - This class can be used to verify the CRC of a ZipEntry when reading from a stream, - or to calculate a CRC when writing to a stream. The stream should be used to either - read, or write, but not both. If you intermix reads and writes, the results are - not defined. - - This class is intended primarily for use internally by the DotNetZip library. - - - - - Gets the total number of bytes run through the CRC32 calculator. - - - - This is either the total number of bytes read, or the total number - of bytes written, depending on the direction of this stream. - - - - - The constructor. - - The underlying stream - - - - The constructor. - - The underlying stream - The length of the stream to slurp - - - - Provides the current CRC for all blocks slurped in. - - - - - Read from the stream - - the buffer to read - the offset at which to start - the number of bytes to read - the number of bytes actually read - - - - Write to the stream. - - the buffer from which to write - the offset at which to start writing - the number of bytes to write - - - - Indicates whether the stream supports reading. - - - - - Indicates whether the stream supports seeking. - - - - - Indicates whether the stream supports writing. - - - - - Flush the stream. - - - - - Not implemented. - - - - - Not implemented. - - - - - Not implemented. - - N/A - N/A - N/A - - - - Not implemented. - - N/A - -
-
diff --git a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Data.Sqlite.dll b/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Data.Sqlite.dll deleted file mode 100755 index a9b1ee0e0..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Data.Sqlite.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll b/csharp/app/Backend/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll deleted file mode 100755 index 0f8b12d43..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll b/csharp/app/Backend/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll deleted file mode 100755 index 7cdfca995..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Relational.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Sqlite.dll b/csharp/app/Backend/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Sqlite.dll deleted file mode 100755 index 4b944a072..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.Sqlite.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll b/csharp/app/Backend/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll deleted file mode 100755 index 00688c8be..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.EntityFrameworkCore.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Caching.Abstractions.dll b/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Caching.Abstractions.dll deleted file mode 100755 index be7386923..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll b/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll deleted file mode 100755 index 561804a83..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll b/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll deleted file mode 100755 index 3a12ec40b..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll b/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll deleted file mode 100755 index 03edd8f2f..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Logging.dll b/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Logging.dll deleted file mode 100755 index c53f5d2a6..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Logging.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Options.dll b/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Options.dll deleted file mode 100755 index 3987d66d5..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Options.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Primitives.dll b/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Primitives.dll deleted file mode 100755 index 081abea4c..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/Microsoft.Extensions.Primitives.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll b/csharp/app/Backend/bin/Debug/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll deleted file mode 100755 index aa3d274c1..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/System.Text.Encodings.Web.dll b/csharp/app/Backend/bin/Debug/net6.0/System.Text.Encodings.Web.dll deleted file mode 100755 index 13a219a44..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/System.Text.Json.dll b/csharp/app/Backend/bin/Debug/net6.0/System.Text.Json.dll deleted file mode 100755 index 2078226f4..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/System.Text.Json.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/runtimes/alpine-arm/native/libe_sqlite3.so b/csharp/app/Backend/bin/Debug/net6.0/runtimes/alpine-arm/native/libe_sqlite3.so deleted file mode 100755 index 6ff34d163..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/runtimes/alpine-arm/native/libe_sqlite3.so and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/runtimes/alpine-arm64/native/libe_sqlite3.so b/csharp/app/Backend/bin/Debug/net6.0/runtimes/alpine-arm64/native/libe_sqlite3.so deleted file mode 100755 index 3572e9030..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/runtimes/alpine-arm64/native/libe_sqlite3.so and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/runtimes/browser-wasm/nativeassets/net6.0/e_sqlite3.a b/csharp/app/Backend/bin/Debug/net6.0/runtimes/browser-wasm/nativeassets/net6.0/e_sqlite3.a deleted file mode 100755 index bc21dee21..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/runtimes/browser-wasm/nativeassets/net6.0/e_sqlite3.a and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll b/csharp/app/Backend/bin/Debug/net6.0/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll deleted file mode 100755 index de065f689..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/runtimes/linux-musl-arm/native/libe_sqlite3.so b/csharp/app/Backend/bin/Debug/net6.0/runtimes/linux-musl-arm/native/libe_sqlite3.so deleted file mode 100755 index 6ff34d163..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/runtimes/linux-musl-arm/native/libe_sqlite3.so and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/runtimes/linux-musl-arm64/native/libe_sqlite3.so b/csharp/app/Backend/bin/Debug/net6.0/runtimes/linux-musl-arm64/native/libe_sqlite3.so deleted file mode 100755 index 3572e9030..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/runtimes/linux-musl-arm64/native/libe_sqlite3.so and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/runtimes/linux-s390x/native/libe_sqlite3.so b/csharp/app/Backend/bin/Debug/net6.0/runtimes/linux-s390x/native/libe_sqlite3.so deleted file mode 100755 index c1c222e46..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/runtimes/linux-s390x/native/libe_sqlite3.so and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib b/csharp/app/Backend/bin/Debug/net6.0/runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib deleted file mode 100755 index 7ab38a090..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/runtimes/maccatalyst-x64/native/libe_sqlite3.dylib b/csharp/app/Backend/bin/Debug/net6.0/runtimes/maccatalyst-x64/native/libe_sqlite3.dylib deleted file mode 100755 index 0927758c0..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/runtimes/maccatalyst-x64/native/libe_sqlite3.dylib and /dev/null differ diff --git a/csharp/app/Backend/bin/Debug/net6.0/runtimes/osx-arm64/native/libe_sqlite3.dylib b/csharp/app/Backend/bin/Debug/net6.0/runtimes/osx-arm64/native/libe_sqlite3.dylib deleted file mode 100755 index b5e743ac5..000000000 Binary files a/csharp/app/Backend/bin/Debug/net6.0/runtimes/osx-arm64/native/libe_sqlite3.dylib and /dev/null differ diff --git a/csharp/app/Backend/obj/Backend.csproj.EntityFrameworkCore.targets b/csharp/app/Backend/obj/Backend.csproj.EntityFrameworkCore.targets deleted file mode 100644 index 6b67a595b..000000000 --- a/csharp/app/Backend/obj/Backend.csproj.EntityFrameworkCore.targets +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/csharp/app/Backend/obj/Debug/net6.0/apphost b/csharp/app/Backend/obj/Debug/net6.0/apphost deleted file mode 100755 index 87964a14c..000000000 Binary files a/csharp/app/Backend/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel deleted file mode 100755 index dac207edc..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.deps.json b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.deps.json deleted file mode 100644 index 7131cb69e..000000000 --- a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.deps.json +++ /dev/null @@ -1,1749 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0/linux-arm", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": {}, - ".NETCoreApp,Version=v6.0/linux-arm": { - "BmsTunnel/1.0.0": { - "dependencies": { - "CliWrap": "3.4.3", - "System.IO.Ports": "6.0.0", - "Utils": "1.0.0", - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm": "6.0.10" - }, - "runtime": { - "BmsTunnel.dll": {} - } - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.10": { - "runtime": { - "Microsoft.CSharp.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "Microsoft.VisualBasic.Core.dll": { - "assemblyVersion": "11.0.0.0", - "fileVersion": "11.100.1022.47605" - }, - "Microsoft.VisualBasic.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "Microsoft.Win32.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "Microsoft.Win32.Registry.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.AppContext.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Buffers.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Concurrent.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Immutable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.NonGeneric.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Specialized.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.Annotations.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.DataAnnotations.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.EventBasedAsync.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.TypeConverter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Configuration.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Core.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Data.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Data.DataSetExtensions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Data.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Contracts.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Debug.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.DiagnosticSource.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.FileVersionInfo.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Process.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.StackTrace.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.TextWriterTraceListener.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Tools.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.TraceSource.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Tracing.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Drawing.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Drawing.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Dynamic.Runtime.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Formats.Asn1.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Globalization.Calendars.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Globalization.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Globalization.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.Brotli.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.FileSystem.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.ZipFile.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.DriveInfo.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.Watcher.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.IsolatedStorage.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.MemoryMappedFiles.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Pipes.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Pipes.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.UnmanagedMemoryStream.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Expressions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Parallel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Queryable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Memory.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Http.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Http.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.HttpListener.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Mail.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.NameResolution.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.NetworkInformation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Ping.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Quic.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Requests.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Security.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.ServicePoint.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Sockets.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebClient.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebHeaderCollection.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebProxy.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebSockets.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebSockets.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Numerics.Vectors.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Numerics.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ObjectModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.CoreLib.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.DataContractSerialization.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.Uri.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.Xml.Linq.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.Xml.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.DispatchProxy.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Emit.ILGeneration.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Emit.Lightweight.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Emit.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Metadata.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.TypeExtensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Resources.Reader.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Resources.ResourceManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Resources.Writer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.CompilerServices.VisualC.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Handles.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.InteropServices.RuntimeInformation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.InteropServices.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Intrinsics.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Loader.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Numerics.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.Formatters.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.Xml.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Claims.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Algorithms.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Cng.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Csp.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Encoding.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.OpenSsl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.X509Certificates.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Principal.Windows.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Principal.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.SecureString.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ServiceModel.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ServiceProcess.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Encoding.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Encoding.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Encodings.Web.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.RegularExpressions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Channels.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Overlapped.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.Dataflow.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.Parallel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Thread.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.ThreadPool.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Timer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Transactions.Local.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Transactions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ValueTuple.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Web.HttpUtility.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Windows.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.Linq.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.ReaderWriter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XPath.XDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XPath.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XmlDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XmlSerializer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "WindowsBase.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "mscorlib.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "netstandard.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "6.0.1022.47605" - } - }, - "native": { - "createdump": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Globalization.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.IO.Compression.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Net.Security.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Security.Cryptography.Native.OpenSsl.so": { - "fileVersion": "0.0.0.0" - }, - "libclrjit.so": { - "fileVersion": "0.0.0.0" - }, - "libcoreclr.so": { - "fileVersion": "0.0.0.0" - }, - "libcoreclrtraceptprovider.so": { - "fileVersion": "0.0.0.0" - }, - "libdbgshim.so": { - "fileVersion": "0.0.0.0" - }, - "libhostfxr.so": { - "fileVersion": "0.0.0.0" - }, - "libhostpolicy.so": { - "fileVersion": "0.0.0.0" - }, - "libmscordaccore.so": { - "fileVersion": "0.0.0.0" - }, - "libmscordbi.so": { - "fileVersion": "0.0.0.0" - } - } - }, - "CliWrap/3.4.3": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.4.3.0", - "fileVersion": "3.4.3.0" - } - } - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": { - "native": { - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { - "fileVersion": "0.0.0.0" - } - } - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": {}, - "runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": {}, - "runtime.native.System.IO.Ports/6.0.0": { - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "6.0.0", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "6.0.0", - "runtime.linux-x64.runtime.native.System.IO.Ports": "6.0.0", - "runtime.osx-arm64.runtime.native.System.IO.Ports": "6.0.0", - "runtime.osx-x64.runtime.native.System.IO.Ports": "6.0.0" - } - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": {}, - "runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": {}, - "System.IO.Ports/6.0.0": { - "dependencies": { - "runtime.native.System.IO.Ports": "6.0.0" - }, - "runtime": { - "runtimes/unix/lib/net6.0/System.IO.Ports.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "Utils/1.0.0": { - "dependencies": { - "CliWrap": "3.4.3", - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "Utils.dll": {} - } - } - } - }, - "libraries": { - "BmsTunnel/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.10": { - "type": "runtimepack", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.4.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BDRKs3RzPwYlnKEVTJ7nX5RefF3/xDfXGGcVw66jIHZU19SnKTJTN+AtkR+F0XKe71QFh3ZsJssM4u8iO2gy/Q==", - "path": "cliwrap/3.4.3", - "hashPath": "cliwrap.3.4.3.nupkg.sha512" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-75q52H7CSpgIoIDwXb9o833EvBZIXJ0mdPhz1E6jSisEXUBlSCPalC29cj3EXsjpuDwr0dj1LRXZepIQH/oL4Q==", - "path": "runtime.linux-arm.runtime.native.system.io.ports/6.0.0", - "hashPath": "runtime.linux-arm.runtime.native.system.io.ports.6.0.0.nupkg.sha512" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xn2bMThmXr3CsvOYmS8ex2Yz1xo+kcnhVg2iVhS9PlmqjZPAkrEo/I40wjrBZH/tU4kvH0s1AE8opAvQ3KIS8g==", - "path": "runtime.linux-arm64.runtime.native.system.io.ports/6.0.0", - "hashPath": "runtime.linux-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16nbNXwv0sC+gLGIuecri0skjuh6R1maIJggsaNP7MQBcbVcEfWFUOkEnsnvoLEjy0XerfibuRptfQ8AmdIcWA==", - "path": "runtime.linux-x64.runtime.native.system.io.ports/6.0.0", - "hashPath": "runtime.linux-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512" - }, - "runtime.native.System.IO.Ports/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KaaXlpOcuZjMdmyF5wzzx3b+PRKIzt6A5Ax9dKenPDQbVJAFpev+casD0BIig1pBcbs3zx7CqWemzUJKAeHdSQ==", - "path": "runtime.native.system.io.ports/6.0.0", - "hashPath": "runtime.native.system.io.ports.6.0.0.nupkg.sha512" - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fXG12NodG1QrCdoaeSQ1gVnk/koi4WYY4jZtarMkZeQMyReBm1nZlSRoPnUjLr2ZR36TiMjpcGnQfxymieUe7w==", - "path": "runtime.osx-arm64.runtime.native.system.io.ports/6.0.0", - "hashPath": "runtime.osx-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/As+zPY49+dSUXkh+fTUbyPhqrdGN//evLxo4Vue88pfh1BHZgF7q4kMblTkxYvwR6Vi03zSYxysSFktO8/SDQ==", - "path": "runtime.osx-x64.runtime.native.system.io.ports/6.0.0", - "hashPath": "runtime.osx-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512" - }, - "System.IO.Ports/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dRyGI7fUESar5ZLIpiBOaaNLW7YyOBGftjj5Of+xcduC/Rjl7RjhEnWDvvNBmHuF3d0tdXoqdVI/yrVA8f00XA==", - "path": "system.io.ports/6.0.0", - "hashPath": "system.io.ports.6.0.0.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "Utils/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - }, - "runtimes": { - "alpine-arm": [ - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.10-arm": [ - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.11-arm": [ - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.12-arm": [ - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.13-arm": [ - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.14-arm": [ - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.15-arm": [ - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.16-arm": [ - "alpine.3.16", - "alpine.3.15-arm", - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.17-arm": [ - "alpine.3.17", - "alpine.3.16-arm", - "alpine.3.16", - "alpine.3.15-arm", - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.6-arm": [ - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.7-arm": [ - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.8-arm": [ - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.9-arm": [ - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android-arm": [ - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.21-arm": [ - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.22-arm": [ - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.23-arm": [ - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.24-arm": [ - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.25-arm": [ - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.26-arm": [ - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.27-arm": [ - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.28-arm": [ - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.29-arm": [ - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.30-arm": [ - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.31-arm": [ - "android.31", - "android.30-arm", - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian-arm": [ - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.10-arm": [ - "debian.10", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.11-arm": [ - "debian.11", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.8-arm": [ - "debian.8", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.9-arm": [ - "debian.9", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-arm": [ - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-musl-arm": [ - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu-arm": [ - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.04-arm": [ - "ubuntu.14.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.10-arm": [ - "ubuntu.14.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.04-arm": [ - "ubuntu.15.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.10-arm": [ - "ubuntu.15.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.04-arm": [ - "ubuntu.16.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.10-arm": [ - "ubuntu.16.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.04-arm": [ - "ubuntu.17.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.10-arm": [ - "ubuntu.17.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.04-arm": [ - "ubuntu.18.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.10-arm": [ - "ubuntu.18.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.04-arm": [ - "ubuntu.19.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.10-arm": [ - "ubuntu.19.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.04-arm": [ - "ubuntu.20.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.10-arm": [ - "ubuntu.20.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.04-arm": [ - "ubuntu.21.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.10-arm": [ - "ubuntu.21.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.04-arm": [ - "ubuntu.22.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.10-arm": [ - "ubuntu.22.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ] - } -} \ No newline at end of file diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.dll deleted file mode 100644 index d5e07f7d3..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.pdb b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.pdb deleted file mode 100644 index 97a4a6ac5..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.pdb and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.runtimeconfig.json b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.runtimeconfig.json deleted file mode 100644 index bf160c6bf..000000000 --- a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.runtimeconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "includedFrameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "6.0.10" - } - ], - "configProperties": { - "Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability": true, - "System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization": false, - "System.Globalization.Invariant": true, - "System.Globalization.PredefinedCulturesOnly": true, - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Resources.ResourceManager.AllowCustomResourceTypes": false, - "System.Runtime.InteropServices.BuiltInComInterop.IsSupported": false, - "System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting": false, - "System.Runtime.InteropServices.EnableCppCLIHostActivation": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false, - "System.StartupHookProvider.IsSupported": false, - "System.Threading.Thread.EnableAutoreleasePool": false, - "System.Text.Encoding.EnableUnsafeUTF7Encoding": false - } - } -} \ No newline at end of file diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/CliWrap.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/CliWrap.dll deleted file mode 100755 index 276574bfb..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/CliWrap.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll deleted file mode 100755 index 0b2dc1b7b..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll deleted file mode 100755 index 4c423c99d..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll deleted file mode 100755 index 4abb2005b..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll deleted file mode 100755 index 6c426d7e6..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll deleted file mode 100755 index 18ba10307..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.AppContext.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.AppContext.dll deleted file mode 100755 index e342bf307..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.AppContext.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Buffers.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Buffers.dll deleted file mode 100755 index 328bd77fa..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Buffers.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll deleted file mode 100755 index f34216c52..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll deleted file mode 100755 index 72845df1d..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll deleted file mode 100755 index a978932d3..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll deleted file mode 100755 index 8c51516cf..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.dll deleted file mode 100755 index b8a9458a7..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll deleted file mode 100755 index 1e212ec33..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll deleted file mode 100755 index 3d54d04e6..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll deleted file mode 100755 index c7b0389d2..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll deleted file mode 100755 index f33c68543..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll deleted file mode 100755 index c90507c5b..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.dll deleted file mode 100755 index 70b0c06f7..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Configuration.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Configuration.dll deleted file mode 100755 index 2d559ca4f..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Configuration.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Console.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Console.dll deleted file mode 100755 index 569cfc4e6..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Console.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Core.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Core.dll deleted file mode 100755 index 0123e106c..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Core.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Data.Common.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Data.Common.dll deleted file mode 100755 index 9a3befc3e..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Data.Common.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll deleted file mode 100755 index f7744511d..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Data.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Data.dll deleted file mode 100755 index bd6dc9000..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Data.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll deleted file mode 100755 index 7dc9e9928..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll deleted file mode 100755 index dfba7cc43..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll deleted file mode 100755 index 78f67740a..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll deleted file mode 100755 index e32c68c44..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll deleted file mode 100755 index ce86646f8..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll deleted file mode 100755 index 52cd235ed..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100755 index 02f2b4061..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll deleted file mode 100755 index 473093877..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll deleted file mode 100755 index dd8224e82..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll deleted file mode 100755 index 0ac967e22..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll deleted file mode 100755 index 7bb92e806..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Drawing.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Drawing.dll deleted file mode 100755 index 1dd4723d6..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Drawing.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll deleted file mode 100755 index 60fa9a7d1..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll deleted file mode 100755 index 5f5f6face..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll deleted file mode 100755 index 9a9d98cac..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll deleted file mode 100755 index c1c512552..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Globalization.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Globalization.dll deleted file mode 100755 index 6c9d1fbb9..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Globalization.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll deleted file mode 100755 index f72eabd04..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll deleted file mode 100755 index fee1fe0d2..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll deleted file mode 100755 index d3f0b94a9..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.dll deleted file mode 100755 index daa01b453..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll deleted file mode 100755 index 2fab2abef..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll deleted file mode 100755 index 7fc4d5e8f..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll deleted file mode 100755 index 8c24805d5..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll deleted file mode 100755 index b3e1e662d..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll deleted file mode 100755 index 97476c19b..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll deleted file mode 100755 index 2252e9cb2..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll deleted file mode 100755 index 2822f90a5..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll deleted file mode 100755 index d145b1406..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll deleted file mode 100755 index ca119eed8..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Ports.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Ports.dll deleted file mode 100755 index 8e7b399f9..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Ports.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll deleted file mode 100755 index 5229d75c5..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.dll deleted file mode 100755 index 49b272a56..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll deleted file mode 100755 index 9230a108f..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll deleted file mode 100755 index 08f19f262..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll deleted file mode 100755 index 874e0c027..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.dll deleted file mode 100755 index efeee5f19..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Memory.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Memory.dll deleted file mode 100755 index 10c40bbd3..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Memory.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll deleted file mode 100755 index db2ce9394..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Http.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Http.dll deleted file mode 100755 index fe403a3bf..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Http.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll deleted file mode 100755 index b8e41be59..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Mail.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Mail.dll deleted file mode 100755 index 34bfda251..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Mail.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll deleted file mode 100755 index 5b280d5bc..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll deleted file mode 100755 index bee324045..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Ping.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Ping.dll deleted file mode 100755 index 9b653ce7b..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Ping.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll deleted file mode 100755 index cdd5a8cde..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Quic.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Quic.dll deleted file mode 100755 index 9b812ce30..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Quic.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Requests.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Requests.dll deleted file mode 100755 index 65fcac34f..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Requests.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Security.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Security.dll deleted file mode 100755 index 4becd0db7..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Security.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll deleted file mode 100755 index d301515a1..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll deleted file mode 100755 index b5e5a42ec..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll deleted file mode 100755 index 90d819e4a..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll deleted file mode 100755 index 6eb903af7..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll deleted file mode 100755 index 40c976081..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll deleted file mode 100755 index 77f752658..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll deleted file mode 100755 index 21064e2d3..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.dll deleted file mode 100755 index 51a980a7e..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll deleted file mode 100755 index b8e93cc05..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Numerics.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Numerics.dll deleted file mode 100755 index e95c8f249..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Numerics.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ObjectModel.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ObjectModel.dll deleted file mode 100755 index a5a1f64ff..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ObjectModel.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll deleted file mode 100755 index 433a9dc1f..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll deleted file mode 100755 index ac1ce2f80..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.Uri.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.Uri.dll deleted file mode 100755 index fe7c42a84..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.Uri.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll deleted file mode 100755 index b773afe40..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.Xml.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.Xml.dll deleted file mode 100755 index c4afeafe9..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.Xml.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll deleted file mode 100755 index 2af4a4b63..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reactive.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reactive.dll deleted file mode 100755 index eb364ecdc..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reactive.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll deleted file mode 100755 index 8feed796a..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll deleted file mode 100755 index e9f02b49e..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll deleted file mode 100755 index f707fd3a8..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll deleted file mode 100755 index f2548c4b4..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll deleted file mode 100755 index d013e1783..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll deleted file mode 100755 index f28b91f3c..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll deleted file mode 100755 index bc4e09555..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll deleted file mode 100755 index dbba9f797..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.dll deleted file mode 100755 index 7fb433b1e..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll deleted file mode 100755 index f22f31a23..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll deleted file mode 100755 index 11329eabb..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll deleted file mode 100755 index 8e6021a71..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100755 index 6993b4473..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100755 index 42922a020..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll deleted file mode 100755 index c4898bc71..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll deleted file mode 100755 index 81437ee8e..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100755 index 38674ad75..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll deleted file mode 100755 index 381b9d96c..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll deleted file mode 100755 index 75087babd..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll deleted file mode 100755 index 294b06bf0..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll deleted file mode 100755 index f65381996..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll deleted file mode 100755 index 736f33c9e..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll deleted file mode 100755 index ea4a9215b..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll deleted file mode 100755 index 4fe644920..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll deleted file mode 100755 index 71a018ba0..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll deleted file mode 100755 index 83cc62180..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.dll deleted file mode 100755 index 122443c8a..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll deleted file mode 100755 index dee7b02f3..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Claims.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Claims.dll deleted file mode 100755 index 5769c94cd..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Claims.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll deleted file mode 100755 index 3b60fb51a..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll deleted file mode 100755 index 553edc5e7..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll deleted file mode 100755 index 2d4e13c1e..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll deleted file mode 100755 index 5a7e14b78..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll deleted file mode 100755 index 5176a7e9d..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll deleted file mode 100755 index 3fe075604..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll deleted file mode 100755 index 869f308b1..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll deleted file mode 100755 index 2547fef7f..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Principal.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Principal.dll deleted file mode 100755 index f879fc7a2..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Principal.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll deleted file mode 100755 index 1414b8523..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.dll deleted file mode 100755 index 35f75cb4d..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll deleted file mode 100755 index d332a6dd2..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll deleted file mode 100755 index ad0083eb0..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll deleted file mode 100755 index 504a1e895..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll deleted file mode 100755 index 0be9525e3..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll deleted file mode 100755 index 212463b0a..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll deleted file mode 100755 index 86d341ebf..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Json.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Json.dll deleted file mode 100755 index c99a15480..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Json.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll deleted file mode 100755 index 316515fbc..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll deleted file mode 100755 index edbad0b35..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll deleted file mode 100755 index d69096af0..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll deleted file mode 100755 index ce191563f..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll deleted file mode 100755 index be107df71..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll deleted file mode 100755 index 68f3f02a9..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll deleted file mode 100755 index 63bd7e627..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll deleted file mode 100755 index a48c2b864..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll deleted file mode 100755 index cc7dee4b5..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll deleted file mode 100755 index 26eda30a9..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.dll deleted file mode 100755 index 79bbe7882..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll deleted file mode 100755 index 2bb936b93..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Transactions.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Transactions.dll deleted file mode 100755 index f5de02642..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Transactions.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ValueTuple.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ValueTuple.dll deleted file mode 100755 index 72da3a900..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ValueTuple.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll deleted file mode 100755 index 0e8a3e429..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Web.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Web.dll deleted file mode 100755 index 2966752bf..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Web.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Windows.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Windows.dll deleted file mode 100755 index d5e0bb5b9..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Windows.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll deleted file mode 100755 index 0c293c319..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll deleted file mode 100755 index fd359a38c..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll deleted file mode 100755 index 1177009ab..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll deleted file mode 100755 index 01ed1bbf8..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll deleted file mode 100755 index 9846b9126..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll deleted file mode 100755 index ed1eb66f3..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll deleted file mode 100755 index 56a9bfc74..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll deleted file mode 100755 index 971ae4b46..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.dll deleted file mode 100755 index 8d9584885..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.dll deleted file mode 100755 index 932a14f12..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Utils.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Utils.dll deleted file mode 100644 index ada1f3915..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Utils.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Utils.pdb b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Utils.pdb deleted file mode 100644 index a04a3866e..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Utils.pdb and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/WindowsBase.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/WindowsBase.dll deleted file mode 100755 index 4e3e058b8..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/WindowsBase.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/createdump b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/createdump deleted file mode 100755 index fdbcd556c..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/createdump and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so deleted file mode 100755 index ffd08a1b0..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so deleted file mode 100755 index ab2714043..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.IO.Ports.Native.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.IO.Ports.Native.so deleted file mode 100755 index 78b50088e..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.IO.Ports.Native.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Native.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Native.so deleted file mode 100755 index 8a9e6c466..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Native.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so deleted file mode 100755 index 197482364..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so deleted file mode 100755 index f59e82978..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libclrjit.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libclrjit.so deleted file mode 100755 index aaefd356c..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libclrjit.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libcoreclr.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libcoreclr.so deleted file mode 100755 index 1383ce3e3..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libcoreclr.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so deleted file mode 100755 index e50439956..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libdbgshim.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libdbgshim.so deleted file mode 100755 index b31dac5c7..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libdbgshim.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libhostfxr.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libhostfxr.so deleted file mode 100755 index b2b57d075..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libhostfxr.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libhostpolicy.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libhostpolicy.so deleted file mode 100755 index b9a2e892e..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libhostpolicy.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libmscordaccore.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libmscordaccore.so deleted file mode 100755 index 1bea5787a..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libmscordaccore.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libmscordbi.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libmscordbi.so deleted file mode 100755 index 0d3ac3a7c..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libmscordbi.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/mscorlib.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/mscorlib.dll deleted file mode 100755 index a7bb9df9c..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/mscorlib.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/netstandard.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/netstandard.dll deleted file mode 100755 index f42a56628..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/netstandard.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/BmsTunnel b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/BmsTunnel deleted file mode 100755 index 23972952d..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/BmsTunnel and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/BmsTunnel.pdb b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/BmsTunnel.pdb deleted file mode 100644 index af66b67d6..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/BmsTunnel.pdb and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/Utils.pdb b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/Utils.pdb deleted file mode 100644 index 8b6d6ff01..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/Utils.pdb and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/libSystem.IO.Ports.Native.so b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/libSystem.IO.Ports.Native.so deleted file mode 100755 index 78b50088e..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/libSystem.IO.Ports.Native.so and /dev/null differ diff --git a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/ref/BmsTunnel.dll b/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/ref/BmsTunnel.dll deleted file mode 100644 index 5da1b3b7a..000000000 Binary files a/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/ref/BmsTunnel.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Debug/net6.0/apphost b/csharp/app/BmsTunnel/obj/Debug/net6.0/apphost deleted file mode 100755 index 9836dcc1e..000000000 Binary files a/csharp/app/BmsTunnel/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.AssemblyInfo.cs b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.AssemblyInfo.cs deleted file mode 100644 index fdbc3e4c3..000000000 --- a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("BmsTunnel")] -[assembly: System.Reflection.AssemblyTitleAttribute("BmsTunnel")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.AssemblyInfoInputs.cache b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.AssemblyInfoInputs.cache deleted file mode 100644 index 87b09d30c..000000000 --- a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -6595908b3328edd683bbc4528fbe415a2769ab7c diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.GeneratedMSBuildEditorConfig.editorconfig b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index b980690fb..000000000 --- a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = true -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.BmsTunnel -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/app/BmsTunnel/ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.assets.cache b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.assets.cache deleted file mode 100644 index 11cd8ea5d..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.assets.cache and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.csproj.AssemblyReference.cache b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.csproj.AssemblyReference.cache deleted file mode 100644 index a34fe5bf5..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.csproj.CopyComplete b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.csproj.CopyComplete deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.csproj.CoreCompileInputs.cache b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.csproj.CoreCompileInputs.cache deleted file mode 100644 index c27f95341..000000000 --- a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -9ee4227c5d7591a625b58d3e6432675d86a2fc08 diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.csproj.FileListAbsolute.txt b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.csproj.FileListAbsolute.txt deleted file mode 100644 index 1fd19758d..000000000 --- a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,202 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.deps.json -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.runtimeconfig.json -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/ref/BmsTunnel.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/BmsTunnel.pdb -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/CliWrap.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Ports.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reactive.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.IO.Ports.Native.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.AppContext.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Buffers.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Collections.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ComponentModel.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Configuration.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Console.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Core.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Data.Common.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Data.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Drawing.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Globalization.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Compression.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.IO.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Linq.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Memory.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Http.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Mail.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Ping.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Quic.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Requests.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Security.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Net.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Numerics.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ObjectModel.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.Uri.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Private.Xml.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Reflection.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Runtime.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Claims.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.Principal.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Security.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.Json.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Threading.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Transactions.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.ValueTuple.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Web.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Windows.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.Xml.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/System.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/WindowsBase.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/mscorlib.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/netstandard.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/createdump -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Native.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libclrjit.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libcoreclr.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libdbgshim.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libhostfxr.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libhostpolicy.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libmscordaccore.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/libmscordbi.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Utils.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/Utils.pdb -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.csproj.CopyComplete -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/ref/BmsTunnel.dll -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.pdb -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.genruntimeconfig.cache diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.deps.json b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.deps.json deleted file mode 100644 index 7e8867991..000000000 --- a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.deps.json +++ /dev/null @@ -1,1201 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0/linux-arm", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": {}, - ".NETCoreApp,Version=v6.0/linux-arm": { - "BmsTunnel/1.0.0": { - "dependencies": { - "CliWrap": "3.4.3", - "System.IO.Ports": "6.0.0", - "Utils": "1.0.0", - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm": "6.0.10" - }, - "runtime": { - "BmsTunnel.dll": {} - } - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.10": { - "runtime": { - "Microsoft.Win32.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Concurrent.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Immutable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.NonGeneric.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.TypeConverter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Debug.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Process.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.StackTrace.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Tools.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.TraceSource.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.MemoryMappedFiles.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Pipes.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Expressions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Queryable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Memory.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Sockets.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ObjectModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.CoreLib.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.Uri.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Metadata.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.InteropServices.RuntimeInformation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.InteropServices.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Thread.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.ThreadPool.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "netstandard.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "6.0.1022.47605" - } - } - }, - "CliWrap/3.4.3": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.4.3.0", - "fileVersion": "3.4.3.0" - } - } - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": { - "native": { - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { - "fileVersion": "0.0.0.0" - } - } - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": {}, - "runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": {}, - "runtime.native.System.IO.Ports/6.0.0": { - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "6.0.0", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "6.0.0", - "runtime.linux-x64.runtime.native.System.IO.Ports": "6.0.0", - "runtime.osx-arm64.runtime.native.System.IO.Ports": "6.0.0", - "runtime.osx-x64.runtime.native.System.IO.Ports": "6.0.0" - } - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": {}, - "runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": {}, - "System.IO.Ports/6.0.0": { - "dependencies": { - "runtime.native.System.IO.Ports": "6.0.0" - }, - "runtime": { - "runtimes/unix/lib/net6.0/System.IO.Ports.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "Utils/1.0.0": { - "dependencies": { - "CliWrap": "3.4.3", - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "Utils.dll": {} - } - } - } - }, - "libraries": { - "BmsTunnel/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.10": { - "type": "runtimepack", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.4.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-BDRKs3RzPwYlnKEVTJ7nX5RefF3/xDfXGGcVw66jIHZU19SnKTJTN+AtkR+F0XKe71QFh3ZsJssM4u8iO2gy/Q==", - "path": "cliwrap/3.4.3", - "hashPath": "cliwrap.3.4.3.nupkg.sha512" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-75q52H7CSpgIoIDwXb9o833EvBZIXJ0mdPhz1E6jSisEXUBlSCPalC29cj3EXsjpuDwr0dj1LRXZepIQH/oL4Q==", - "path": "runtime.linux-arm.runtime.native.system.io.ports/6.0.0", - "hashPath": "runtime.linux-arm.runtime.native.system.io.ports.6.0.0.nupkg.sha512" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-xn2bMThmXr3CsvOYmS8ex2Yz1xo+kcnhVg2iVhS9PlmqjZPAkrEo/I40wjrBZH/tU4kvH0s1AE8opAvQ3KIS8g==", - "path": "runtime.linux-arm64.runtime.native.system.io.ports/6.0.0", - "hashPath": "runtime.linux-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-16nbNXwv0sC+gLGIuecri0skjuh6R1maIJggsaNP7MQBcbVcEfWFUOkEnsnvoLEjy0XerfibuRptfQ8AmdIcWA==", - "path": "runtime.linux-x64.runtime.native.system.io.ports/6.0.0", - "hashPath": "runtime.linux-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512" - }, - "runtime.native.System.IO.Ports/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-KaaXlpOcuZjMdmyF5wzzx3b+PRKIzt6A5Ax9dKenPDQbVJAFpev+casD0BIig1pBcbs3zx7CqWemzUJKAeHdSQ==", - "path": "runtime.native.system.io.ports/6.0.0", - "hashPath": "runtime.native.system.io.ports.6.0.0.nupkg.sha512" - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-fXG12NodG1QrCdoaeSQ1gVnk/koi4WYY4jZtarMkZeQMyReBm1nZlSRoPnUjLr2ZR36TiMjpcGnQfxymieUe7w==", - "path": "runtime.osx-arm64.runtime.native.system.io.ports/6.0.0", - "hashPath": "runtime.osx-arm64.runtime.native.system.io.ports.6.0.0.nupkg.sha512" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/As+zPY49+dSUXkh+fTUbyPhqrdGN//evLxo4Vue88pfh1BHZgF7q4kMblTkxYvwR6Vi03zSYxysSFktO8/SDQ==", - "path": "runtime.osx-x64.runtime.native.system.io.ports/6.0.0", - "hashPath": "runtime.osx-x64.runtime.native.system.io.ports.6.0.0.nupkg.sha512" - }, - "System.IO.Ports/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dRyGI7fUESar5ZLIpiBOaaNLW7YyOBGftjj5Of+xcduC/Rjl7RjhEnWDvvNBmHuF3d0tdXoqdVI/yrVA8f00XA==", - "path": "system.io.ports/6.0.0", - "hashPath": "system.io.ports.6.0.0.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "Utils/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - }, - "runtimes": { - "alpine-arm": [ - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.10-arm": [ - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.11-arm": [ - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.12-arm": [ - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.13-arm": [ - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.14-arm": [ - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.15-arm": [ - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.16-arm": [ - "alpine.3.16", - "alpine.3.15-arm", - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.17-arm": [ - "alpine.3.17", - "alpine.3.16-arm", - "alpine.3.16", - "alpine.3.15-arm", - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.6-arm": [ - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.7-arm": [ - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.8-arm": [ - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.9-arm": [ - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android-arm": [ - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.21-arm": [ - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.22-arm": [ - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.23-arm": [ - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.24-arm": [ - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.25-arm": [ - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.26-arm": [ - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.27-arm": [ - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.28-arm": [ - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.29-arm": [ - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.30-arm": [ - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.31-arm": [ - "android.31", - "android.30-arm", - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian-arm": [ - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.10-arm": [ - "debian.10", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.11-arm": [ - "debian.11", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.8-arm": [ - "debian.8", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.9-arm": [ - "debian.9", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-arm": [ - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-musl-arm": [ - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu-arm": [ - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.04-arm": [ - "ubuntu.14.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.10-arm": [ - "ubuntu.14.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.04-arm": [ - "ubuntu.15.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.10-arm": [ - "ubuntu.15.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.04-arm": [ - "ubuntu.16.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.10-arm": [ - "ubuntu.16.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.04-arm": [ - "ubuntu.17.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.10-arm": [ - "ubuntu.17.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.04-arm": [ - "ubuntu.18.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.10-arm": [ - "ubuntu.18.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.04-arm": [ - "ubuntu.19.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.10-arm": [ - "ubuntu.19.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.04-arm": [ - "ubuntu.20.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.10-arm": [ - "ubuntu.20.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.04-arm": [ - "ubuntu.21.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.10-arm": [ - "ubuntu.21.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.04-arm": [ - "ubuntu.22.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.10-arm": [ - "ubuntu.22.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ] - } -} \ No newline at end of file diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.dll deleted file mode 100644 index d5e07f7d3..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.genruntimeconfig.cache b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.genruntimeconfig.cache deleted file mode 100644 index 0b744f4e4..000000000 --- a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -6f437f93c83fd866b1cee49d5a65042dcbb7d52e diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.pdb b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.pdb deleted file mode 100644 index 97a4a6ac5..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/BmsTunnel.pdb and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/PublishOutputs.ae6bd299f3.txt b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/PublishOutputs.ae6bd299f3.txt deleted file mode 100644 index 10c0bb071..000000000 --- a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/PublishOutputs.ae6bd299f3.txt +++ /dev/null @@ -1,4 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/BmsTunnel.pdb -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/libSystem.IO.Ports.Native.so -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/Utils.pdb -/home/kim/code/innovenergy/new/csharp/app/BmsTunnel/bin/Release/net6.0/linux-arm/publish/BmsTunnel diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/BmsTunnel.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/BmsTunnel.dll deleted file mode 100644 index 67b8c1d97..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/BmsTunnel.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/CliWrap.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/CliWrap.dll deleted file mode 100644 index 8ed52207f..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/CliWrap.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/Microsoft.Win32.Primitives.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/Microsoft.Win32.Primitives.dll deleted file mode 100644 index a118ce2ef..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Collections.Concurrent.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Collections.Concurrent.dll deleted file mode 100644 index 9ad3fd657..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Collections.Concurrent.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Collections.Immutable.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Collections.Immutable.dll deleted file mode 100644 index bd6744373..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Collections.Immutable.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Collections.NonGeneric.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Collections.NonGeneric.dll deleted file mode 100644 index f68d8d211..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Collections.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Collections.dll deleted file mode 100644 index 76e1c7524..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Collections.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.Primitives.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.Primitives.dll deleted file mode 100644 index 444763b00..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.TypeConverter.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index 08045df60..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.dll deleted file mode 100644 index 69763f7cc..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Console.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Console.dll deleted file mode 100644 index b8227d1f7..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Console.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.Process.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.Process.dll deleted file mode 100644 index 41c985606..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.Process.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.StackTrace.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.StackTrace.dll deleted file mode 100644 index a27dfbbbc..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.TraceSource.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.TraceSource.dll deleted file mode 100644 index f9980da7e..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.IO.Compression.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.IO.Compression.dll deleted file mode 100644 index 8608ac0d6..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.IO.Compression.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.IO.MemoryMappedFiles.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index eda0412fa..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.IO.Pipes.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.IO.Pipes.dll deleted file mode 100644 index 76b651b15..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.IO.Pipes.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.IO.Ports.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.IO.Ports.dll deleted file mode 100644 index 5871474d6..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.IO.Ports.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Linq.Expressions.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Linq.Expressions.dll deleted file mode 100644 index 29c771335..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Linq.Expressions.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Linq.Queryable.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Linq.Queryable.dll deleted file mode 100644 index c72a459b8..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Linq.Queryable.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Linq.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Linq.dll deleted file mode 100644 index ca2ed6f99..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Linq.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Memory.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Memory.dll deleted file mode 100644 index 3adeee1ba..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Memory.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Net.Primitives.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Net.Primitives.dll deleted file mode 100644 index bac5f337c..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Net.Primitives.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Net.Sockets.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Net.Sockets.dll deleted file mode 100644 index ce9842a32..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Net.Sockets.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.ObjectModel.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.ObjectModel.dll deleted file mode 100644 index 5ba48b02e..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.ObjectModel.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Private.CoreLib.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Private.CoreLib.dll deleted file mode 100644 index e1176bbdb..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Private.CoreLib.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Private.Uri.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Private.Uri.dll deleted file mode 100644 index 770247c9a..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Private.Uri.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Reactive.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Reactive.dll deleted file mode 100644 index 6688b0f35..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Reactive.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Reflection.Metadata.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Reflection.Metadata.dll deleted file mode 100644 index 54c2bd076..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Reflection.Metadata.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Runtime.CompilerServices.Unsafe.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100644 index 61484d5fc..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.RuntimeInformation.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 3b37bd1ea..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.dll deleted file mode 100644 index cca71f8d2..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Threading.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Threading.dll deleted file mode 100644 index c31f88d53..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/System.Threading.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/Utils.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/Utils.dll deleted file mode 100644 index 40e9cff9b..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/R2R/Utils.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/BmsTunnel.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/BmsTunnel.dll deleted file mode 100644 index 7d3f71675..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/BmsTunnel.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/BmsTunnel.pdb b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/BmsTunnel.pdb deleted file mode 100644 index af66b67d6..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/BmsTunnel.pdb and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/CliWrap.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/CliWrap.dll deleted file mode 100755 index 276574bfb..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/CliWrap.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/Link.semaphore b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/Link.semaphore deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/Microsoft.Win32.Primitives.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/Microsoft.Win32.Primitives.dll deleted file mode 100644 index d9a831d21..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Collections.Concurrent.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Collections.Concurrent.dll deleted file mode 100644 index fcf20d159..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Collections.Concurrent.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Collections.Immutable.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Collections.Immutable.dll deleted file mode 100644 index 8699ba6af..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Collections.Immutable.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Collections.NonGeneric.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Collections.NonGeneric.dll deleted file mode 100644 index f4dffad0a..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Collections.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Collections.dll deleted file mode 100644 index 3900d0046..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Collections.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.Primitives.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.Primitives.dll deleted file mode 100644 index 66bf7a4bb..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.TypeConverter.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index f4685ef50..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.dll deleted file mode 100644 index b66e8e84f..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Console.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Console.dll deleted file mode 100644 index b6e7272ba..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Console.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Debug.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Debug.dll deleted file mode 100644 index a27320967..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Process.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Process.dll deleted file mode 100644 index b0db3518c..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Process.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.StackTrace.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.StackTrace.dll deleted file mode 100644 index 9dfa972a9..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Tools.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Tools.dll deleted file mode 100644 index 7fc428f0e..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.TraceSource.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.TraceSource.dll deleted file mode 100644 index 28239bfc5..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.Compression.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.Compression.dll deleted file mode 100644 index 5392ad5ee..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.Compression.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.FileSystem.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.FileSystem.dll deleted file mode 100644 index d37f9d62c..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.FileSystem.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.MemoryMappedFiles.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index 595b9a56f..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.Pipes.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.Pipes.dll deleted file mode 100644 index da6fb4abc..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.Pipes.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.Ports.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.Ports.dll deleted file mode 100644 index 0d2dc9069..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.IO.Ports.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Linq.Expressions.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Linq.Expressions.dll deleted file mode 100644 index 528172df6..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Linq.Expressions.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Linq.Queryable.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Linq.Queryable.dll deleted file mode 100644 index dfa3ec843..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Linq.Queryable.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Linq.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Linq.dll deleted file mode 100644 index 9772a2f17..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Linq.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Memory.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Memory.dll deleted file mode 100644 index b725fdf17..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Memory.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Net.Primitives.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Net.Primitives.dll deleted file mode 100644 index de385b705..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Net.Primitives.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Net.Sockets.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Net.Sockets.dll deleted file mode 100644 index cef4808a4..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Net.Sockets.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.ObjectModel.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.ObjectModel.dll deleted file mode 100644 index 40445a882..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.ObjectModel.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Private.CoreLib.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Private.CoreLib.dll deleted file mode 100644 index e71c6d692..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Private.CoreLib.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Private.Uri.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Private.Uri.dll deleted file mode 100644 index affdb9424..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Private.Uri.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Reactive.Linq.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Reactive.Linq.dll deleted file mode 100755 index 2af4a4b63..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Reactive.Linq.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Reactive.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Reactive.dll deleted file mode 100755 index eb364ecdc..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Reactive.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Reflection.Metadata.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Reflection.Metadata.dll deleted file mode 100644 index 4392af810..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Reflection.Metadata.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.CompilerServices.Unsafe.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100644 index 52477ca14..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.Extensions.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.Extensions.dll deleted file mode 100644 index 9851de89e..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.Extensions.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.RuntimeInformation.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index e0ae67fa1..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.dll deleted file mode 100644 index 22c7eca93..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.dll deleted file mode 100644 index ec7831059..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Runtime.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Threading.Tasks.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Threading.Tasks.dll deleted file mode 100644 index 0438b098a..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Threading.Tasks.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Threading.Thread.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Threading.Thread.dll deleted file mode 100644 index 3757668e1..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Threading.Thread.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Threading.ThreadPool.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Threading.ThreadPool.dll deleted file mode 100644 index 8018972e0..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Threading.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Threading.dll deleted file mode 100644 index e9aec7d99..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.Threading.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.dll deleted file mode 100644 index 4868542ac..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/System.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/Utils.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/Utils.dll deleted file mode 100644 index 04a07dec7..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/Utils.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/Utils.pdb b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/Utils.pdb deleted file mode 100644 index 8b6d6ff01..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/Utils.pdb and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/netstandard.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/netstandard.dll deleted file mode 100644 index b5022e699..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/linked/netstandard.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/ref/BmsTunnel.dll b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/ref/BmsTunnel.dll deleted file mode 100644 index 5da1b3b7a..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/ref/BmsTunnel.dll and /dev/null differ diff --git a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/singlefilehost b/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/singlefilehost deleted file mode 100755 index dac207edc..000000000 Binary files a/csharp/app/BmsTunnel/obj/Release/net6.0/linux-arm/singlefilehost and /dev/null differ diff --git a/csharp/app/Collector/obj/Debug/net6.0/apphost b/csharp/app/Collector/obj/Debug/net6.0/apphost deleted file mode 100755 index 28167ca23..000000000 Binary files a/csharp/app/Collector/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/Controller b/csharp/app/CsController/bin/Debug/net6.0/Controller deleted file mode 100755 index 3af6d145f..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/Controller and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/Controller.deps.json b/csharp/app/CsController/bin/Debug/net6.0/Controller.deps.json deleted file mode 100644 index d6bf47826..000000000 --- a/csharp/app/CsController/bin/Debug/net6.0/Controller.deps.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "Controller/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "Utils": "1.0.0", - "VeDBus": "1.0.0" - }, - "runtime": { - "Controller.dll": {} - } - }, - "CliWrap/3.3.1": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.3.1.0", - "fileVersion": "3.3.1.0" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Reflection.Emit/4.7.0": {}, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "InnovEnergy.DBus/1.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "InnovEnergy.DBus.dll": {} - } - }, - "Utils/1.0.0": { - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "Utils.dll": {} - } - }, - "VeDBus/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "System.Reactive": "5.0.0", - "Utils": "1.0.0" - }, - "runtime": { - "VeDBus.dll": {} - } - } - } - }, - "libraries": { - "Controller/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "path": "cliwrap/3.3.1", - "hashPath": "cliwrap.3.3.1.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "path": "system.reflection.emit/4.7.0", - "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Utils/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "VeDBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/csharp/app/CsController/bin/Debug/net6.0/Controller.runtimeconfig.json b/csharp/app/CsController/bin/Debug/net6.0/Controller.runtimeconfig.json deleted file mode 100644 index 2de9ea910..000000000 --- a/csharp/app/CsController/bin/Debug/net6.0/Controller.runtimeconfig.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - "configProperties": { - "System.Globalization.Invariant": true, - "System.Globalization.PredefinedCulturesOnly": true - } - } -} \ No newline at end of file diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/CliWrap.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/CliWrap.dll deleted file mode 100755 index 907908a1b..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/CliWrap.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller deleted file mode 100755 index 94abefe0d..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller.deps.json b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller.deps.json deleted file mode 100644 index 355a79f2a..000000000 --- a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller.deps.json +++ /dev/null @@ -1,2826 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0/linux-x64", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": {}, - ".NETCoreApp,Version=v6.0/linux-x64": { - "Controller/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "Utils": "1.0.0", - "VeDBus": "1.0.0", - "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64": "6.0.9" - }, - "runtime": { - "Controller.dll": {} - } - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64/6.0.9": { - "runtime": { - "Microsoft.CSharp.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "Microsoft.VisualBasic.Core.dll": { - "assemblyVersion": "11.0.0.0", - "fileVersion": "11.100.922.41905" - }, - "Microsoft.VisualBasic.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "Microsoft.Win32.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "Microsoft.Win32.Registry.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.AppContext.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Buffers.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Collections.Concurrent.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Collections.Immutable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Collections.NonGeneric.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Collections.Specialized.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Collections.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.Annotations.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.DataAnnotations.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.EventBasedAsync.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.TypeConverter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Configuration.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Core.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Data.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Data.DataSetExtensions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Data.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.Contracts.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.Debug.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.DiagnosticSource.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.FileVersionInfo.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.Process.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.StackTrace.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.TextWriterTraceListener.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.Tools.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.TraceSource.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.Tracing.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Drawing.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Drawing.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Dynamic.Runtime.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Formats.Asn1.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Globalization.Calendars.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Globalization.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Globalization.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.Compression.Brotli.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.Compression.FileSystem.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.Compression.ZipFile.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.Compression.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.FileSystem.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.FileSystem.DriveInfo.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.FileSystem.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.FileSystem.Watcher.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.FileSystem.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.IsolatedStorage.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.MemoryMappedFiles.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.Pipes.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.Pipes.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.UnmanagedMemoryStream.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Linq.Expressions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Linq.Parallel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Linq.Queryable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Linq.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Memory.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Http.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Http.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.HttpListener.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Mail.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.NameResolution.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.NetworkInformation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Ping.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Quic.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Requests.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Security.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.ServicePoint.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Sockets.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.WebClient.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.WebHeaderCollection.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.WebProxy.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.WebSockets.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.WebSockets.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Numerics.Vectors.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Numerics.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ObjectModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Private.CoreLib.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Private.DataContractSerialization.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Private.Uri.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Private.Xml.Linq.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Private.Xml.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.DispatchProxy.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.Emit.ILGeneration.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.Emit.Lightweight.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.Emit.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.Metadata.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.TypeExtensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Resources.Reader.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Resources.ResourceManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Resources.Writer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.CompilerServices.VisualC.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Handles.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.InteropServices.RuntimeInformation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.InteropServices.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Intrinsics.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Loader.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Numerics.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Serialization.Formatters.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Serialization.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Serialization.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Serialization.Xml.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Claims.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Cryptography.Algorithms.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Cryptography.Cng.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Cryptography.Csp.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Cryptography.Encoding.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Cryptography.OpenSsl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Cryptography.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Cryptography.X509Certificates.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Principal.Windows.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Principal.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.SecureString.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ServiceModel.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ServiceProcess.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Text.Encoding.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Text.Encoding.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Text.Encodings.Web.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Text.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Text.RegularExpressions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Channels.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Overlapped.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Tasks.Dataflow.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Tasks.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Tasks.Parallel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Tasks.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Thread.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.ThreadPool.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Timer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Transactions.Local.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Transactions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ValueTuple.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Web.HttpUtility.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Windows.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.Linq.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.ReaderWriter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.XDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.XPath.XDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.XPath.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.XmlDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.XmlSerializer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "WindowsBase.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "mscorlib.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "netstandard.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "6.0.922.41905" - } - }, - "native": { - "createdump": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Globalization.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.IO.Compression.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Net.Security.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Security.Cryptography.Native.OpenSsl.so": { - "fileVersion": "0.0.0.0" - }, - "libclrjit.so": { - "fileVersion": "0.0.0.0" - }, - "libcoreclr.so": { - "fileVersion": "0.0.0.0" - }, - "libcoreclrtraceptprovider.so": { - "fileVersion": "0.0.0.0" - }, - "libdbgshim.so": { - "fileVersion": "0.0.0.0" - }, - "libhostfxr.so": { - "fileVersion": "0.0.0.0" - }, - "libhostpolicy.so": { - "fileVersion": "0.0.0.0" - }, - "libmscordaccore.so": { - "fileVersion": "0.0.0.0" - }, - "libmscordbi.so": { - "fileVersion": "0.0.0.0" - } - } - }, - "CliWrap/3.3.1": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.3.1.0", - "fileVersion": "3.3.1.0" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Reflection.Emit/4.7.0": {}, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "InnovEnergy.DBus/1.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "InnovEnergy.DBus.dll": {} - } - }, - "Utils/1.0.0": { - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "Utils.dll": {} - } - }, - "VeDBus/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "System.Reactive": "5.0.0", - "Utils": "1.0.0" - }, - "runtime": { - "VeDBus.dll": {} - } - } - } - }, - "libraries": { - "Controller/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64/6.0.9": { - "type": "runtimepack", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "path": "cliwrap/3.3.1", - "hashPath": "cliwrap.3.3.1.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "path": "system.reflection.emit/4.7.0", - "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Utils/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "VeDBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - }, - "runtimes": { - "alpine-x64": [ - "alpine", - "linux-musl-x64", - "linux-musl", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "alpine.3.10-x64": [ - "alpine.3.10", - "alpine.3.9-x64", - "alpine.3.9", - "alpine.3.8-x64", - "alpine.3.8", - "alpine.3.7-x64", - "alpine.3.7", - "alpine.3.6-x64", - "alpine.3.6", - "alpine-x64", - "alpine", - "linux-musl-x64", - "linux-musl", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "alpine.3.11-x64": [ - "alpine.3.11", - "alpine.3.10-x64", - "alpine.3.10", - "alpine.3.9-x64", - "alpine.3.9", - "alpine.3.8-x64", - "alpine.3.8", - "alpine.3.7-x64", - "alpine.3.7", - "alpine.3.6-x64", - "alpine.3.6", - "alpine-x64", - "alpine", - "linux-musl-x64", - "linux-musl", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "alpine.3.12-x64": [ - "alpine.3.12", - "alpine.3.11-x64", - "alpine.3.11", - "alpine.3.10-x64", - "alpine.3.10", - "alpine.3.9-x64", - "alpine.3.9", - "alpine.3.8-x64", - "alpine.3.8", - "alpine.3.7-x64", - "alpine.3.7", - "alpine.3.6-x64", - "alpine.3.6", - "alpine-x64", - "alpine", - "linux-musl-x64", - "linux-musl", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "alpine.3.13-x64": [ - "alpine.3.13", - "alpine.3.12-x64", - "alpine.3.12", - "alpine.3.11-x64", - "alpine.3.11", - "alpine.3.10-x64", - "alpine.3.10", - "alpine.3.9-x64", - "alpine.3.9", - "alpine.3.8-x64", - "alpine.3.8", - "alpine.3.7-x64", - "alpine.3.7", - "alpine.3.6-x64", - "alpine.3.6", - "alpine-x64", - "alpine", - "linux-musl-x64", - "linux-musl", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "alpine.3.14-x64": [ - "alpine.3.14", - "alpine.3.13-x64", - "alpine.3.13", - "alpine.3.12-x64", - "alpine.3.12", - "alpine.3.11-x64", - "alpine.3.11", - "alpine.3.10-x64", - "alpine.3.10", - "alpine.3.9-x64", - "alpine.3.9", - "alpine.3.8-x64", - "alpine.3.8", - "alpine.3.7-x64", - "alpine.3.7", - "alpine.3.6-x64", - "alpine.3.6", - "alpine-x64", - "alpine", - "linux-musl-x64", - "linux-musl", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "alpine.3.15-x64": [ - "alpine.3.15", - "alpine.3.14-x64", - "alpine.3.14", - "alpine.3.13-x64", - "alpine.3.13", - "alpine.3.12-x64", - "alpine.3.12", - "alpine.3.11-x64", - "alpine.3.11", - "alpine.3.10-x64", - "alpine.3.10", - "alpine.3.9-x64", - "alpine.3.9", - "alpine.3.8-x64", - "alpine.3.8", - "alpine.3.7-x64", - "alpine.3.7", - "alpine.3.6-x64", - "alpine.3.6", - "alpine-x64", - "alpine", - "linux-musl-x64", - "linux-musl", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "alpine.3.16-x64": [ - "alpine.3.16", - "alpine.3.15-x64", - "alpine.3.15", - "alpine.3.14-x64", - "alpine.3.14", - "alpine.3.13-x64", - "alpine.3.13", - "alpine.3.12-x64", - "alpine.3.12", - "alpine.3.11-x64", - "alpine.3.11", - "alpine.3.10-x64", - "alpine.3.10", - "alpine.3.9-x64", - "alpine.3.9", - "alpine.3.8-x64", - "alpine.3.8", - "alpine.3.7-x64", - "alpine.3.7", - "alpine.3.6-x64", - "alpine.3.6", - "alpine-x64", - "alpine", - "linux-musl-x64", - "linux-musl", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "alpine.3.6-x64": [ - "alpine.3.6", - "alpine-x64", - "alpine", - "linux-musl-x64", - "linux-musl", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "alpine.3.7-x64": [ - "alpine.3.7", - "alpine.3.6-x64", - "alpine.3.6", - "alpine-x64", - "alpine", - "linux-musl-x64", - "linux-musl", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "alpine.3.8-x64": [ - "alpine.3.8", - "alpine.3.7-x64", - "alpine.3.7", - "alpine.3.6-x64", - "alpine.3.6", - "alpine-x64", - "alpine", - "linux-musl-x64", - "linux-musl", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "alpine.3.9-x64": [ - "alpine.3.9", - "alpine.3.8-x64", - "alpine.3.8", - "alpine.3.7-x64", - "alpine.3.7", - "alpine.3.6-x64", - "alpine.3.6", - "alpine-x64", - "alpine", - "linux-musl-x64", - "linux-musl", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "android-x64": [ - "android", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "android.21-x64": [ - "android.21", - "android-x64", - "android", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "android.22-x64": [ - "android.22", - "android.21-x64", - "android.21", - "android-x64", - "android", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "android.23-x64": [ - "android.23", - "android.22-x64", - "android.22", - "android.21-x64", - "android.21", - "android-x64", - "android", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "android.24-x64": [ - "android.24", - "android.23-x64", - "android.23", - "android.22-x64", - "android.22", - "android.21-x64", - "android.21", - "android-x64", - "android", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "android.25-x64": [ - "android.25", - "android.24-x64", - "android.24", - "android.23-x64", - "android.23", - "android.22-x64", - "android.22", - "android.21-x64", - "android.21", - "android-x64", - "android", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "android.26-x64": [ - "android.26", - "android.25-x64", - "android.25", - "android.24-x64", - "android.24", - "android.23-x64", - "android.23", - "android.22-x64", - "android.22", - "android.21-x64", - "android.21", - "android-x64", - "android", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "android.27-x64": [ - "android.27", - "android.26-x64", - "android.26", - "android.25-x64", - "android.25", - "android.24-x64", - "android.24", - "android.23-x64", - "android.23", - "android.22-x64", - "android.22", - "android.21-x64", - "android.21", - "android-x64", - "android", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "android.28-x64": [ - "android.28", - "android.27-x64", - "android.27", - "android.26-x64", - "android.26", - "android.25-x64", - "android.25", - "android.24-x64", - "android.24", - "android.23-x64", - "android.23", - "android.22-x64", - "android.22", - "android.21-x64", - "android.21", - "android-x64", - "android", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "android.29-x64": [ - "android.29", - "android.28-x64", - "android.28", - "android.27-x64", - "android.27", - "android.26-x64", - "android.26", - "android.25-x64", - "android.25", - "android.24-x64", - "android.24", - "android.23-x64", - "android.23", - "android.22-x64", - "android.22", - "android.21-x64", - "android.21", - "android-x64", - "android", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "android.30-x64": [ - "android.30", - "android.29-x64", - "android.29", - "android.28-x64", - "android.28", - "android.27-x64", - "android.27", - "android.26-x64", - "android.26", - "android.25-x64", - "android.25", - "android.24-x64", - "android.24", - "android.23-x64", - "android.23", - "android.22-x64", - "android.22", - "android.21-x64", - "android.21", - "android-x64", - "android", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "android.31-x64": [ - "android.31", - "android.30-x64", - "android.30", - "android.29-x64", - "android.29", - "android.28-x64", - "android.28", - "android.27-x64", - "android.27", - "android.26-x64", - "android.26", - "android.25-x64", - "android.25", - "android.24-x64", - "android.24", - "android.23-x64", - "android.23", - "android.22-x64", - "android.22", - "android.21-x64", - "android.21", - "android-x64", - "android", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "arch-x64": [ - "arch", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "centos-x64": [ - "centos", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "centos.7-x64": [ - "centos.7", - "centos-x64", - "rhel.7-x64", - "centos", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "centos.8-x64": [ - "centos.8", - "centos-x64", - "rhel.8-x64", - "centos", - "rhel.8", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "centos.9-x64": [ - "centos.9", - "centos-x64", - "rhel.9-x64", - "centos", - "rhel.9", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "debian-x64": [ - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "debian.10-x64": [ - "debian.10", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "debian.11-x64": [ - "debian.11", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "debian.8-x64": [ - "debian.8", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "debian.9-x64": [ - "debian.9", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "exherbo-x64": [ - "exherbo", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora-x64": [ - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.23-x64": [ - "fedora.23", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.24-x64": [ - "fedora.24", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.25-x64": [ - "fedora.25", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.26-x64": [ - "fedora.26", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.27-x64": [ - "fedora.27", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.28-x64": [ - "fedora.28", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.29-x64": [ - "fedora.29", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.30-x64": [ - "fedora.30", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.31-x64": [ - "fedora.31", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.32-x64": [ - "fedora.32", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.33-x64": [ - "fedora.33", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.34-x64": [ - "fedora.34", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.35-x64": [ - "fedora.35", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.36-x64": [ - "fedora.36", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "fedora.37-x64": [ - "fedora.37", - "fedora-x64", - "fedora", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "gentoo-x64": [ - "gentoo", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linux-musl-x64": [ - "linux-musl", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linux-x64": [ - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.17-x64": [ - "linuxmint.17", - "ubuntu.14.04-x64", - "ubuntu.14.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.17.1-x64": [ - "linuxmint.17.1", - "linuxmint.17-x64", - "linuxmint.17", - "ubuntu.14.04-x64", - "ubuntu.14.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.17.2-x64": [ - "linuxmint.17.2", - "linuxmint.17.1-x64", - "linuxmint.17.1", - "linuxmint.17-x64", - "linuxmint.17", - "ubuntu.14.04-x64", - "ubuntu.14.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.17.3-x64": [ - "linuxmint.17.3", - "linuxmint.17.2-x64", - "linuxmint.17.2", - "linuxmint.17.1-x64", - "linuxmint.17.1", - "linuxmint.17-x64", - "linuxmint.17", - "ubuntu.14.04-x64", - "ubuntu.14.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.18-x64": [ - "linuxmint.18", - "ubuntu.16.04-x64", - "ubuntu.16.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.18.1-x64": [ - "linuxmint.18.1", - "linuxmint.18-x64", - "linuxmint.18", - "ubuntu.16.04-x64", - "ubuntu.16.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.18.2-x64": [ - "linuxmint.18.2", - "linuxmint.18.1-x64", - "linuxmint.18.1", - "linuxmint.18-x64", - "linuxmint.18", - "ubuntu.16.04-x64", - "ubuntu.16.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.18.3-x64": [ - "linuxmint.18.3", - "linuxmint.18.2-x64", - "linuxmint.18.2", - "linuxmint.18.1-x64", - "linuxmint.18.1", - "linuxmint.18-x64", - "linuxmint.18", - "ubuntu.16.04-x64", - "ubuntu.16.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.19-x64": [ - "linuxmint.19", - "ubuntu.18.04-x64", - "ubuntu.18.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.19.1-x64": [ - "linuxmint.19.1", - "linuxmint.19-x64", - "linuxmint.19", - "ubuntu.18.04-x64", - "ubuntu.18.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "linuxmint.19.2-x64": [ - "linuxmint.19.2", - "linuxmint.19.1-x64", - "linuxmint.19.1", - "linuxmint.19-x64", - "linuxmint.19", - "ubuntu.18.04-x64", - "ubuntu.18.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol-x64": [ - "ol", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol.7-x64": [ - "ol.7", - "ol-x64", - "rhel.7-x64", - "ol", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol.7.0-x64": [ - "ol.7.0", - "ol.7-x64", - "rhel.7.0-x64", - "ol.7", - "rhel.7.0", - "ol-x64", - "rhel.7-x64", - "ol", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol.7.1-x64": [ - "ol.7.1", - "ol.7.0-x64", - "rhel.7.1-x64", - "ol.7.0", - "rhel.7.1", - "ol.7-x64", - "rhel.7.0-x64", - "ol.7", - "rhel.7.0", - "ol-x64", - "rhel.7-x64", - "ol", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol.7.2-x64": [ - "ol.7.2", - "ol.7.1-x64", - "rhel.7.2-x64", - "ol.7.1", - "rhel.7.2", - "ol.7.0-x64", - "rhel.7.1-x64", - "ol.7.0", - "rhel.7.1", - "ol.7-x64", - "rhel.7.0-x64", - "ol.7", - "rhel.7.0", - "ol-x64", - "rhel.7-x64", - "ol", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol.7.3-x64": [ - "ol.7.3", - "ol.7.2-x64", - "rhel.7.3-x64", - "ol.7.2", - "rhel.7.3", - "ol.7.1-x64", - "rhel.7.2-x64", - "ol.7.1", - "rhel.7.2", - "ol.7.0-x64", - "rhel.7.1-x64", - "ol.7.0", - "rhel.7.1", - "ol.7-x64", - "rhel.7.0-x64", - "ol.7", - "rhel.7.0", - "ol-x64", - "rhel.7-x64", - "ol", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol.7.4-x64": [ - "ol.7.4", - "ol.7.3-x64", - "rhel.7.4-x64", - "ol.7.3", - "rhel.7.4", - "ol.7.2-x64", - "rhel.7.3-x64", - "ol.7.2", - "rhel.7.3", - "ol.7.1-x64", - "rhel.7.2-x64", - "ol.7.1", - "rhel.7.2", - "ol.7.0-x64", - "rhel.7.1-x64", - "ol.7.0", - "rhel.7.1", - "ol.7-x64", - "rhel.7.0-x64", - "ol.7", - "rhel.7.0", - "ol-x64", - "rhel.7-x64", - "ol", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol.7.5-x64": [ - "ol.7.5", - "ol.7.4-x64", - "rhel.7.5-x64", - "ol.7.4", - "rhel.7.5", - "ol.7.3-x64", - "rhel.7.4-x64", - "ol.7.3", - "rhel.7.4", - "ol.7.2-x64", - "rhel.7.3-x64", - "ol.7.2", - "rhel.7.3", - "ol.7.1-x64", - "rhel.7.2-x64", - "ol.7.1", - "rhel.7.2", - "ol.7.0-x64", - "rhel.7.1-x64", - "ol.7.0", - "rhel.7.1", - "ol.7-x64", - "rhel.7.0-x64", - "ol.7", - "rhel.7.0", - "ol-x64", - "rhel.7-x64", - "ol", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol.7.6-x64": [ - "ol.7.6", - "ol.7.5-x64", - "rhel.7.6-x64", - "ol.7.5", - "rhel.7.6", - "ol.7.4-x64", - "rhel.7.5-x64", - "ol.7.4", - "rhel.7.5", - "ol.7.3-x64", - "rhel.7.4-x64", - "ol.7.3", - "rhel.7.4", - "ol.7.2-x64", - "rhel.7.3-x64", - "ol.7.2", - "rhel.7.3", - "ol.7.1-x64", - "rhel.7.2-x64", - "ol.7.1", - "rhel.7.2", - "ol.7.0-x64", - "rhel.7.1-x64", - "ol.7.0", - "rhel.7.1", - "ol.7-x64", - "rhel.7.0-x64", - "ol.7", - "rhel.7.0", - "ol-x64", - "rhel.7-x64", - "ol", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol.8-x64": [ - "ol.8", - "ol-x64", - "rhel.8-x64", - "ol", - "rhel.8", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ol.8.0-x64": [ - "ol.8.0", - "ol.8-x64", - "rhel.8.0-x64", - "ol.8", - "rhel.8.0", - "ol-x64", - "rhel.8-x64", - "ol", - "rhel.8", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "opensuse-x64": [ - "opensuse", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "opensuse.13.2-x64": [ - "opensuse.13.2", - "opensuse-x64", - "opensuse", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "opensuse.15.0-x64": [ - "opensuse.15.0", - "opensuse-x64", - "opensuse", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "opensuse.15.1-x64": [ - "opensuse.15.1", - "opensuse-x64", - "opensuse", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "opensuse.42.1-x64": [ - "opensuse.42.1", - "opensuse-x64", - "opensuse", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "opensuse.42.2-x64": [ - "opensuse.42.2", - "opensuse-x64", - "opensuse", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "opensuse.42.3-x64": [ - "opensuse.42.3", - "opensuse-x64", - "opensuse", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel-x64": [ - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.6-x64": [ - "rhel.6", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.7-x64": [ - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.7.0-x64": [ - "rhel.7.0", - "rhel.7-x64", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.7.1-x64": [ - "rhel.7.1", - "rhel.7.0-x64", - "rhel.7.0", - "rhel.7-x64", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.7.2-x64": [ - "rhel.7.2", - "rhel.7.1-x64", - "rhel.7.1", - "rhel.7.0-x64", - "rhel.7.0", - "rhel.7-x64", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.7.3-x64": [ - "rhel.7.3", - "rhel.7.2-x64", - "rhel.7.2", - "rhel.7.1-x64", - "rhel.7.1", - "rhel.7.0-x64", - "rhel.7.0", - "rhel.7-x64", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.7.4-x64": [ - "rhel.7.4", - "rhel.7.3-x64", - "rhel.7.3", - "rhel.7.2-x64", - "rhel.7.2", - "rhel.7.1-x64", - "rhel.7.1", - "rhel.7.0-x64", - "rhel.7.0", - "rhel.7-x64", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.7.5-x64": [ - "rhel.7.5", - "rhel.7.4-x64", - "rhel.7.4", - "rhel.7.3-x64", - "rhel.7.3", - "rhel.7.2-x64", - "rhel.7.2", - "rhel.7.1-x64", - "rhel.7.1", - "rhel.7.0-x64", - "rhel.7.0", - "rhel.7-x64", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.7.6-x64": [ - "rhel.7.6", - "rhel.7.5-x64", - "rhel.7.5", - "rhel.7.4-x64", - "rhel.7.4", - "rhel.7.3-x64", - "rhel.7.3", - "rhel.7.2-x64", - "rhel.7.2", - "rhel.7.1-x64", - "rhel.7.1", - "rhel.7.0-x64", - "rhel.7.0", - "rhel.7-x64", - "rhel.7", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.8-x64": [ - "rhel.8", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.8.0-x64": [ - "rhel.8.0", - "rhel.8-x64", - "rhel.8", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.8.1-x64": [ - "rhel.8.1", - "rhel.8.0-x64", - "rhel.8.0", - "rhel.8-x64", - "rhel.8", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "rhel.9-x64": [ - "rhel.9", - "rhel-x64", - "rhel", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "sles-x64": [ - "sles", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "sles.12-x64": [ - "sles.12", - "sles-x64", - "sles", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "sles.12.1-x64": [ - "sles.12.1", - "sles.12-x64", - "sles.12", - "sles-x64", - "sles", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "sles.12.2-x64": [ - "sles.12.2", - "sles.12.1-x64", - "sles.12.1", - "sles.12-x64", - "sles.12", - "sles-x64", - "sles", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "sles.12.3-x64": [ - "sles.12.3", - "sles.12.2-x64", - "sles.12.2", - "sles.12.1-x64", - "sles.12.1", - "sles.12-x64", - "sles.12", - "sles-x64", - "sles", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "sles.12.4-x64": [ - "sles.12.4", - "sles.12.3-x64", - "sles.12.3", - "sles.12.2-x64", - "sles.12.2", - "sles.12.1-x64", - "sles.12.1", - "sles.12-x64", - "sles.12", - "sles-x64", - "sles", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "sles.15-x64": [ - "sles.15", - "sles.12.4-x64", - "sles.12.4", - "sles.12.3-x64", - "sles.12.3", - "sles.12.2-x64", - "sles.12.2", - "sles.12.1-x64", - "sles.12.1", - "sles.12-x64", - "sles.12", - "sles-x64", - "sles", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "sles.15.1-x64": [ - "sles.15.1", - "sles.15-x64", - "sles.15", - "sles.12.4-x64", - "sles.12.4", - "sles.12.3-x64", - "sles.12.3", - "sles.12.2-x64", - "sles.12.2", - "sles.12.1-x64", - "sles.12.1", - "sles.12-x64", - "sles.12", - "sles-x64", - "sles", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu-x64": [ - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.14.04-x64": [ - "ubuntu.14.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.14.10-x64": [ - "ubuntu.14.10", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.15.04-x64": [ - "ubuntu.15.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.15.10-x64": [ - "ubuntu.15.10", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.16.04-x64": [ - "ubuntu.16.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.16.10-x64": [ - "ubuntu.16.10", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.17.04-x64": [ - "ubuntu.17.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.17.10-x64": [ - "ubuntu.17.10", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.18.04-x64": [ - "ubuntu.18.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.18.10-x64": [ - "ubuntu.18.10", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.19.04-x64": [ - "ubuntu.19.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.19.10-x64": [ - "ubuntu.19.10", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.20.04-x64": [ - "ubuntu.20.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.20.10-x64": [ - "ubuntu.20.10", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.21.04-x64": [ - "ubuntu.21.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.21.10-x64": [ - "ubuntu.21.10", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.22.04-x64": [ - "ubuntu.22.04", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ], - "ubuntu.22.10-x64": [ - "ubuntu.22.10", - "ubuntu-x64", - "ubuntu", - "debian-x64", - "debian", - "linux-x64", - "linux", - "unix-x64", - "unix", - "any", - "base" - ] - } -} \ No newline at end of file diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller.dll deleted file mode 100644 index 1c178b3a4..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller.pdb b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller.pdb deleted file mode 100644 index 03b55fa3e..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller.pdb and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller.runtimeconfig.json b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller.runtimeconfig.json deleted file mode 100644 index 25ec980bf..000000000 --- a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Controller.runtimeconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "includedFrameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - } - ], - "configProperties": { - "System.Globalization.Invariant": true, - "System.Globalization.PredefinedCulturesOnly": true - } - } -} \ No newline at end of file diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/InnovEnergy.DBus.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/InnovEnergy.DBus.dll deleted file mode 100644 index fd1150cad..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/InnovEnergy.DBus.pdb b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/InnovEnergy.DBus.pdb deleted file mode 100644 index 792c29d7f..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/InnovEnergy.DBus.pdb and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.CSharp.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.CSharp.dll deleted file mode 100755 index 05c56a98d..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.CSharp.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.VisualBasic.Core.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.VisualBasic.Core.dll deleted file mode 100755 index d9fd30a70..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.VisualBasic.Core.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.VisualBasic.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.VisualBasic.dll deleted file mode 100755 index 562f6e707..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.Win32.Primitives.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.Win32.Primitives.dll deleted file mode 100755 index 565a61181..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.Win32.Registry.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.Win32.Registry.dll deleted file mode 100755 index b4b4d227b..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.AppContext.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.AppContext.dll deleted file mode 100755 index 55ce02bc8..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.AppContext.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Buffers.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Buffers.dll deleted file mode 100755 index f8e12debf..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Buffers.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.Concurrent.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.Concurrent.dll deleted file mode 100755 index dc62dc46d..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.Concurrent.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.Immutable.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.Immutable.dll deleted file mode 100755 index 721c673e4..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.Immutable.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.NonGeneric.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.NonGeneric.dll deleted file mode 100755 index 22cad5004..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.Specialized.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.Specialized.dll deleted file mode 100755 index cb45e48ad..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.Specialized.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.dll deleted file mode 100755 index c69d7241d..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Collections.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.Annotations.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.Annotations.dll deleted file mode 100755 index 29e3c7a60..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.DataAnnotations.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.DataAnnotations.dll deleted file mode 100755 index 19205bdaa..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.EventBasedAsync.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.EventBasedAsync.dll deleted file mode 100755 index 713fbc580..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.Primitives.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.Primitives.dll deleted file mode 100755 index 3c1dab9c8..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.TypeConverter.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.TypeConverter.dll deleted file mode 100755 index 2f03e47dd..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.dll deleted file mode 100755 index c6c8a168d..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ComponentModel.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Configuration.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Configuration.dll deleted file mode 100755 index c92ffb7c5..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Configuration.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Console.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Console.dll deleted file mode 100755 index a9c682c82..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Console.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Core.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Core.dll deleted file mode 100755 index f29f8d7be..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Core.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Data.Common.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Data.Common.dll deleted file mode 100755 index a6ec9f090..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Data.Common.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Data.DataSetExtensions.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Data.DataSetExtensions.dll deleted file mode 100755 index 89234172c..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Data.DataSetExtensions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Data.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Data.dll deleted file mode 100755 index 05ffebfb6..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Data.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Contracts.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Contracts.dll deleted file mode 100755 index 6129d18fa..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Debug.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Debug.dll deleted file mode 100755 index bc56fbc31..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.DiagnosticSource.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.DiagnosticSource.dll deleted file mode 100755 index 399810d97..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.FileVersionInfo.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.FileVersionInfo.dll deleted file mode 100755 index ab1f7c5e1..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Process.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Process.dll deleted file mode 100755 index 5e90e009a..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Process.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.StackTrace.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.StackTrace.dll deleted file mode 100755 index 0757eb33e..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.TextWriterTraceListener.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100755 index 35b2f281e..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Tools.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Tools.dll deleted file mode 100755 index 1b829398d..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.TraceSource.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.TraceSource.dll deleted file mode 100755 index 00cfccdfd..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Tracing.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Tracing.dll deleted file mode 100755 index c56787730..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Drawing.Primitives.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Drawing.Primitives.dll deleted file mode 100755 index 06cbe3e47..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Drawing.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Drawing.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Drawing.dll deleted file mode 100755 index 4eaf70818..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Drawing.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Dynamic.Runtime.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Dynamic.Runtime.dll deleted file mode 100755 index 4f7ef4df0..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Formats.Asn1.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Formats.Asn1.dll deleted file mode 100755 index b7af8e4d5..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Formats.Asn1.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Globalization.Calendars.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Globalization.Calendars.dll deleted file mode 100755 index f78a08390..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Globalization.Calendars.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Globalization.Extensions.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Globalization.Extensions.dll deleted file mode 100755 index 0cf88e665..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Globalization.Extensions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Globalization.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Globalization.dll deleted file mode 100755 index 9076258ec..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Globalization.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Compression.Brotli.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Compression.Brotli.dll deleted file mode 100755 index 56e586326..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Compression.Brotli.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Compression.FileSystem.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Compression.FileSystem.dll deleted file mode 100755 index 3d657af44..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Compression.ZipFile.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Compression.ZipFile.dll deleted file mode 100755 index f904366ac..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Compression.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Compression.dll deleted file mode 100755 index 8d4194cdf..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Compression.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.AccessControl.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.AccessControl.dll deleted file mode 100755 index c4e4bda50..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.AccessControl.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.DriveInfo.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.DriveInfo.dll deleted file mode 100755 index a56e882fe..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.Primitives.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.Primitives.dll deleted file mode 100755 index a1f0ac283..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.Watcher.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.Watcher.dll deleted file mode 100755 index 2307d1ad1..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.dll deleted file mode 100755 index 5aa31b9ff..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.IsolatedStorage.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.IsolatedStorage.dll deleted file mode 100755 index a36c27401..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.MemoryMappedFiles.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.MemoryMappedFiles.dll deleted file mode 100755 index 36c23f7e8..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Pipes.AccessControl.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Pipes.AccessControl.dll deleted file mode 100755 index c5161161b..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Pipes.AccessControl.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Pipes.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Pipes.dll deleted file mode 100755 index 372d428f2..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.Pipes.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.UnmanagedMemoryStream.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.UnmanagedMemoryStream.dll deleted file mode 100755 index 8f22aee3e..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.dll deleted file mode 100755 index 1c0f3049f..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.IO.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Linq.Expressions.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Linq.Expressions.dll deleted file mode 100755 index a53d8ccb0..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Linq.Expressions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Linq.Parallel.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Linq.Parallel.dll deleted file mode 100755 index 63f91fe7d..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Linq.Parallel.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Linq.Queryable.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Linq.Queryable.dll deleted file mode 100755 index dd62f439c..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Linq.Queryable.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Linq.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Linq.dll deleted file mode 100755 index ab0d10914..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Linq.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Memory.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Memory.dll deleted file mode 100755 index a62de6be5..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Memory.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Http.Json.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Http.Json.dll deleted file mode 100755 index d562d3098..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Http.Json.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Http.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Http.dll deleted file mode 100755 index edf3e60f9..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Http.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.HttpListener.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.HttpListener.dll deleted file mode 100755 index 41bebd083..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.HttpListener.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Mail.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Mail.dll deleted file mode 100755 index 8a1685db0..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Mail.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.NameResolution.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.NameResolution.dll deleted file mode 100755 index 57602fb76..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.NameResolution.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.NetworkInformation.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.NetworkInformation.dll deleted file mode 100755 index 8ed5bc15a..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Ping.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Ping.dll deleted file mode 100755 index d5c32c7e3..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Ping.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Primitives.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Primitives.dll deleted file mode 100755 index 6162c879b..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Quic.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Quic.dll deleted file mode 100755 index fa35a5242..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Quic.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Requests.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Requests.dll deleted file mode 100755 index f1b41c53a..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Requests.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Security.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Security.dll deleted file mode 100755 index 01bf29bda..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Security.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.ServicePoint.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.ServicePoint.dll deleted file mode 100755 index eb6f3390e..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.ServicePoint.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Sockets.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Sockets.dll deleted file mode 100755 index 5d5a6ff9a..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.Sockets.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebClient.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebClient.dll deleted file mode 100755 index c4c29374c..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebClient.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebHeaderCollection.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebHeaderCollection.dll deleted file mode 100755 index 80ec33c55..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebProxy.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebProxy.dll deleted file mode 100755 index 86c0b19c4..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebProxy.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebSockets.Client.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebSockets.Client.dll deleted file mode 100755 index 8eb3e9f32..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebSockets.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebSockets.dll deleted file mode 100755 index a77956060..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.WebSockets.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.dll deleted file mode 100755 index 7ef2e0680..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Net.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Numerics.Vectors.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Numerics.Vectors.dll deleted file mode 100755 index 0243cc719..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Numerics.Vectors.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Numerics.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Numerics.dll deleted file mode 100755 index 22e96e803..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Numerics.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ObjectModel.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ObjectModel.dll deleted file mode 100755 index 41ff3d773..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ObjectModel.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.CoreLib.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.CoreLib.dll deleted file mode 100755 index 2d84a3e91..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.CoreLib.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.DataContractSerialization.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.DataContractSerialization.dll deleted file mode 100755 index bbc4ce728..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.DataContractSerialization.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.Uri.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.Uri.dll deleted file mode 100755 index 1cde4def0..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.Uri.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.Xml.Linq.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.Xml.Linq.dll deleted file mode 100755 index ab74e4964..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.Xml.Linq.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.Xml.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.Xml.dll deleted file mode 100755 index 031f33ffc..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Private.Xml.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reactive.Linq.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reactive.Linq.dll deleted file mode 100755 index 2af4a4b63..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reactive.Linq.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reactive.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reactive.dll deleted file mode 100755 index eb364ecdc..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reactive.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.DispatchProxy.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.DispatchProxy.dll deleted file mode 100755 index 9dc7e2a3a..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Emit.ILGeneration.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Emit.ILGeneration.dll deleted file mode 100755 index 7f92103c3..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Emit.Lightweight.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Emit.Lightweight.dll deleted file mode 100755 index 68ca1ba5d..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Emit.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Emit.dll deleted file mode 100755 index f4d6d4d51..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Emit.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Extensions.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Extensions.dll deleted file mode 100755 index 077143aa1..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Extensions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Metadata.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Metadata.dll deleted file mode 100755 index 2e6b8d355..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Metadata.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Primitives.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Primitives.dll deleted file mode 100755 index fa3e23b5f..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.TypeExtensions.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.TypeExtensions.dll deleted file mode 100755 index f93d444cf..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.dll deleted file mode 100755 index c47eec54a..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Reflection.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Resources.Reader.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Resources.Reader.dll deleted file mode 100755 index cf2a62b98..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Resources.Reader.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Resources.ResourceManager.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Resources.ResourceManager.dll deleted file mode 100755 index ae7d35327..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Resources.Writer.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Resources.Writer.dll deleted file mode 100755 index 7d89e2150..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Resources.Writer.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.CompilerServices.Unsafe.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100755 index 80371a629..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.CompilerServices.VisualC.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100755 index 0ebd914f7..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Extensions.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Extensions.dll deleted file mode 100755 index 622205b33..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Extensions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Handles.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Handles.dll deleted file mode 100755 index 1bb3228b5..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Handles.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.InteropServices.RuntimeInformation.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100755 index 505b0e6a5..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.InteropServices.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.InteropServices.dll deleted file mode 100755 index dc01361bd..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Intrinsics.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Intrinsics.dll deleted file mode 100755 index 420daaeb4..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Intrinsics.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Loader.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Loader.dll deleted file mode 100755 index c3718a3fd..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Loader.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Numerics.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Numerics.dll deleted file mode 100755 index 2f64befcf..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Numerics.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Formatters.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Formatters.dll deleted file mode 100755 index f8c388479..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Json.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Json.dll deleted file mode 100755 index f8e937051..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Primitives.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Primitives.dll deleted file mode 100755 index c937f77c8..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Xml.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Xml.dll deleted file mode 100755 index ad020eb5e..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.dll deleted file mode 100755 index 4cd03cfa6..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.dll deleted file mode 100755 index da9897eaf..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Runtime.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.AccessControl.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.AccessControl.dll deleted file mode 100755 index 097730b3c..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.AccessControl.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Claims.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Claims.dll deleted file mode 100755 index eb8aad3ec..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Claims.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Algorithms.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Algorithms.dll deleted file mode 100755 index 3382d08c3..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Cng.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Cng.dll deleted file mode 100755 index 6cb74a20a..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Csp.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Csp.dll deleted file mode 100755 index 76fe90881..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Encoding.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Encoding.dll deleted file mode 100755 index 28e6ba869..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.OpenSsl.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.OpenSsl.dll deleted file mode 100755 index 64eba7c58..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.OpenSsl.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Primitives.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Primitives.dll deleted file mode 100755 index 591f61b99..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.X509Certificates.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.X509Certificates.dll deleted file mode 100755 index 490520eb2..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Principal.Windows.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Principal.Windows.dll deleted file mode 100755 index dbf40bee9..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Principal.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Principal.dll deleted file mode 100755 index df0096ef5..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.Principal.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.SecureString.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.SecureString.dll deleted file mode 100755 index 953aae37f..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.SecureString.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.dll deleted file mode 100755 index 78ef61af7..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Security.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ServiceModel.Web.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ServiceModel.Web.dll deleted file mode 100755 index 636c59453..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ServiceModel.Web.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ServiceProcess.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ServiceProcess.dll deleted file mode 100755 index 3880bc9f8..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ServiceProcess.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Encoding.CodePages.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Encoding.CodePages.dll deleted file mode 100755 index e82bcf012..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Encoding.Extensions.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Encoding.Extensions.dll deleted file mode 100755 index 3a0d66a24..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Encoding.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Encoding.dll deleted file mode 100755 index e415adb49..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Encoding.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Encodings.Web.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Encodings.Web.dll deleted file mode 100755 index 3062de58a..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Json.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Json.dll deleted file mode 100755 index d274c81d0..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.Json.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.RegularExpressions.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.RegularExpressions.dll deleted file mode 100755 index cdbe4854c..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Channels.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Channels.dll deleted file mode 100755 index ecd60ef3a..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Channels.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Overlapped.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Overlapped.dll deleted file mode 100755 index 9a350b573..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Overlapped.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.Dataflow.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.Dataflow.dll deleted file mode 100755 index 2b1a07a93..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.Extensions.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.Extensions.dll deleted file mode 100755 index b0ecc5128..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.Parallel.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.Parallel.dll deleted file mode 100755 index ffe708228..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.dll deleted file mode 100755 index 78a981c6f..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Thread.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Thread.dll deleted file mode 100755 index ceb230305..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Thread.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.ThreadPool.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.ThreadPool.dll deleted file mode 100755 index bad5fb5cf..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Timer.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Timer.dll deleted file mode 100755 index 63ef6c0b7..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.Timer.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.dll deleted file mode 100755 index 8d18be6b2..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Threading.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Transactions.Local.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Transactions.Local.dll deleted file mode 100755 index 2b658979d..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Transactions.Local.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Transactions.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Transactions.dll deleted file mode 100755 index 027a9ba02..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Transactions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ValueTuple.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ValueTuple.dll deleted file mode 100755 index eaf947bf8..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.ValueTuple.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Web.HttpUtility.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Web.HttpUtility.dll deleted file mode 100755 index 604db1573..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Web.HttpUtility.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Web.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Web.dll deleted file mode 100755 index 0a35486b4..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Web.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Windows.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Windows.dll deleted file mode 100755 index 3f72aa20f..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Windows.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.Linq.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.Linq.dll deleted file mode 100755 index 95e65aa0f..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.Linq.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.ReaderWriter.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.ReaderWriter.dll deleted file mode 100755 index 446c269d2..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.Serialization.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.Serialization.dll deleted file mode 100755 index 58bc686af..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.Serialization.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XDocument.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XDocument.dll deleted file mode 100755 index b49046846..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XDocument.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XPath.XDocument.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XPath.XDocument.dll deleted file mode 100755 index bb952a980..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XPath.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XPath.dll deleted file mode 100755 index 965600753..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XPath.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XmlDocument.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XmlDocument.dll deleted file mode 100755 index c8cf62a1a..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XmlSerializer.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XmlSerializer.dll deleted file mode 100755 index da15a1782..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.dll deleted file mode 100755 index 1d8a9dfa8..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.Xml.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.dll deleted file mode 100755 index 6bed07934..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/System.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Utils.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Utils.dll deleted file mode 100644 index 6e85e0fe5..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Utils.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Utils.pdb b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Utils.pdb deleted file mode 100644 index 589833bdb..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/Utils.pdb and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/VeDBus.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/VeDBus.dll deleted file mode 100644 index f5b2bb388..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/VeDBus.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/VeDBus.pdb b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/VeDBus.pdb deleted file mode 100644 index 0730d05a2..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/VeDBus.pdb and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/WindowsBase.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/WindowsBase.dll deleted file mode 100755 index 6bb8dbfde..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/WindowsBase.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/createdump b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/createdump deleted file mode 100755 index 6a6592b2f..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/createdump and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.Globalization.Native.so b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.Globalization.Native.so deleted file mode 100755 index 5f3ae800b..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.Globalization.Native.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.IO.Compression.Native.so b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.IO.Compression.Native.so deleted file mode 100755 index aa1b8bda6..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.IO.Compression.Native.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.Native.so b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.Native.so deleted file mode 100755 index c10b7f38b..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.Native.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.Net.Security.Native.so b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.Net.Security.Native.so deleted file mode 100755 index 1e6f4351b..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.Net.Security.Native.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.Security.Cryptography.Native.OpenSsl.so b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.Security.Cryptography.Native.OpenSsl.so deleted file mode 100755 index a00c83416..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libSystem.Security.Cryptography.Native.OpenSsl.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libclrjit.so b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libclrjit.so deleted file mode 100755 index 3b6c3fa9c..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libclrjit.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libcoreclr.so b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libcoreclr.so deleted file mode 100755 index 8f8712a94..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libcoreclr.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libcoreclrtraceptprovider.so b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libcoreclrtraceptprovider.so deleted file mode 100755 index 34f808c46..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libcoreclrtraceptprovider.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libdbgshim.so b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libdbgshim.so deleted file mode 100755 index 42030d187..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libdbgshim.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libhostfxr.so b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libhostfxr.so deleted file mode 100755 index 78af2c42f..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libhostfxr.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libhostpolicy.so b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libhostpolicy.so deleted file mode 100755 index 2b340b79a..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libhostpolicy.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libmscordaccore.so b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libmscordaccore.so deleted file mode 100755 index 4ac43af6e..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libmscordaccore.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libmscordbi.so b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libmscordbi.so deleted file mode 100755 index 22bcfd5eb..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/libmscordbi.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/mscorlib.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/mscorlib.dll deleted file mode 100755 index e322263bb..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/mscorlib.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/netstandard.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/netstandard.dll deleted file mode 100755 index f07a7cf5a..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/netstandard.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/ref/Controller.dll b/csharp/app/CsController/bin/Debug/net6.0/linux-x64/ref/Controller.dll deleted file mode 100644 index b37f2ae93..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/linux-x64/ref/Controller.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Debug/net6.0/ref/Controller.dll b/csharp/app/CsController/bin/Debug/net6.0/ref/Controller.dll deleted file mode 100644 index 3d8d03043..000000000 Binary files a/csharp/app/CsController/bin/Debug/net6.0/ref/Controller.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/CliWrap.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/CliWrap.dll deleted file mode 100755 index 907908a1b..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/CliWrap.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller b/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller deleted file mode 100755 index 990e72c61..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller.deps.json b/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller.deps.json deleted file mode 100644 index b68ad3f8f..000000000 --- a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller.deps.json +++ /dev/null @@ -1,1680 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0/linux-arm", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": {}, - ".NETCoreApp,Version=v6.0/linux-arm": { - "Controller/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "Utils": "1.0.0", - "VeDBus": "1.0.0", - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm": "6.0.9" - }, - "runtime": { - "Controller.dll": {} - } - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.9": { - "runtime": { - "Microsoft.CSharp.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "Microsoft.VisualBasic.Core.dll": { - "assemblyVersion": "11.0.0.0", - "fileVersion": "11.100.922.41905" - }, - "Microsoft.VisualBasic.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "Microsoft.Win32.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "Microsoft.Win32.Registry.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.AppContext.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Buffers.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Collections.Concurrent.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Collections.Immutable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Collections.NonGeneric.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Collections.Specialized.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Collections.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.Annotations.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.DataAnnotations.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.EventBasedAsync.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.TypeConverter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Configuration.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Core.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Data.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Data.DataSetExtensions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Data.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.Contracts.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.Debug.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.DiagnosticSource.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.FileVersionInfo.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.Process.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.StackTrace.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.TextWriterTraceListener.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.Tools.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.TraceSource.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.Tracing.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Drawing.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Drawing.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Dynamic.Runtime.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Formats.Asn1.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Globalization.Calendars.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Globalization.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Globalization.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.Compression.Brotli.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.Compression.FileSystem.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.Compression.ZipFile.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.Compression.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.FileSystem.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.FileSystem.DriveInfo.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.FileSystem.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.FileSystem.Watcher.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.FileSystem.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.IsolatedStorage.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.MemoryMappedFiles.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.Pipes.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.Pipes.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.UnmanagedMemoryStream.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Linq.Expressions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Linq.Parallel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Linq.Queryable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Linq.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Memory.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Http.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Http.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.HttpListener.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Mail.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.NameResolution.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.NetworkInformation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Ping.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Quic.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Requests.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Security.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.ServicePoint.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Sockets.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.WebClient.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.WebHeaderCollection.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.WebProxy.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.WebSockets.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.WebSockets.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Numerics.Vectors.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Numerics.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ObjectModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Private.CoreLib.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Private.DataContractSerialization.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Private.Uri.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Private.Xml.Linq.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Private.Xml.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.DispatchProxy.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.Emit.ILGeneration.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.Emit.Lightweight.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.Emit.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.Metadata.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.TypeExtensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Resources.Reader.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Resources.ResourceManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Resources.Writer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.CompilerServices.VisualC.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Handles.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.InteropServices.RuntimeInformation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.InteropServices.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Intrinsics.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Loader.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Numerics.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Serialization.Formatters.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Serialization.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Serialization.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Serialization.Xml.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Claims.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Cryptography.Algorithms.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Cryptography.Cng.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Cryptography.Csp.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Cryptography.Encoding.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Cryptography.OpenSsl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Cryptography.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Cryptography.X509Certificates.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Principal.Windows.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.Principal.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.SecureString.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Security.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ServiceModel.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ServiceProcess.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Text.Encoding.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Text.Encoding.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Text.Encodings.Web.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Text.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Text.RegularExpressions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Channels.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Overlapped.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Tasks.Dataflow.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Tasks.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Tasks.Parallel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Tasks.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Thread.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.ThreadPool.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Timer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Transactions.Local.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Transactions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ValueTuple.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Web.HttpUtility.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Windows.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.Linq.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.ReaderWriter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.XDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.XPath.XDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.XPath.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.XmlDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.XmlSerializer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Xml.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "WindowsBase.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "mscorlib.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "netstandard.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "6.0.922.41905" - } - }, - "native": { - "createdump": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Globalization.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.IO.Compression.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Net.Security.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Security.Cryptography.Native.OpenSsl.so": { - "fileVersion": "0.0.0.0" - }, - "libclrjit.so": { - "fileVersion": "0.0.0.0" - }, - "libcoreclr.so": { - "fileVersion": "0.0.0.0" - }, - "libcoreclrtraceptprovider.so": { - "fileVersion": "0.0.0.0" - }, - "libdbgshim.so": { - "fileVersion": "0.0.0.0" - }, - "libhostfxr.so": { - "fileVersion": "0.0.0.0" - }, - "libhostpolicy.so": { - "fileVersion": "0.0.0.0" - }, - "libmscordaccore.so": { - "fileVersion": "0.0.0.0" - }, - "libmscordbi.so": { - "fileVersion": "0.0.0.0" - } - } - }, - "CliWrap/3.3.1": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.3.1.0", - "fileVersion": "3.3.1.0" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Reflection.Emit/4.7.0": {}, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "InnovEnergy.DBus/1.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "InnovEnergy.DBus.dll": {} - } - }, - "Utils/1.0.0": { - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "Utils.dll": {} - } - }, - "VeDBus/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "System.Reactive": "5.0.0", - "Utils": "1.0.0" - }, - "runtime": { - "VeDBus.dll": {} - } - } - } - }, - "libraries": { - "Controller/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.9": { - "type": "runtimepack", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "path": "cliwrap/3.3.1", - "hashPath": "cliwrap.3.3.1.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "path": "system.reflection.emit/4.7.0", - "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Utils/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "VeDBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - }, - "runtimes": { - "alpine-arm": [ - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.10-arm": [ - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.11-arm": [ - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.12-arm": [ - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.13-arm": [ - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.14-arm": [ - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.15-arm": [ - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.16-arm": [ - "alpine.3.16", - "alpine.3.15-arm", - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.6-arm": [ - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.7-arm": [ - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.8-arm": [ - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.9-arm": [ - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android-arm": [ - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.21-arm": [ - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.22-arm": [ - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.23-arm": [ - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.24-arm": [ - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.25-arm": [ - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.26-arm": [ - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.27-arm": [ - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.28-arm": [ - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.29-arm": [ - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.30-arm": [ - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.31-arm": [ - "android.31", - "android.30-arm", - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian-arm": [ - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.10-arm": [ - "debian.10", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.11-arm": [ - "debian.11", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.8-arm": [ - "debian.8", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.9-arm": [ - "debian.9", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-arm": [ - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-musl-arm": [ - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu-arm": [ - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.04-arm": [ - "ubuntu.14.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.10-arm": [ - "ubuntu.14.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.04-arm": [ - "ubuntu.15.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.10-arm": [ - "ubuntu.15.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.04-arm": [ - "ubuntu.16.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.10-arm": [ - "ubuntu.16.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.04-arm": [ - "ubuntu.17.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.10-arm": [ - "ubuntu.17.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.04-arm": [ - "ubuntu.18.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.10-arm": [ - "ubuntu.18.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.04-arm": [ - "ubuntu.19.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.10-arm": [ - "ubuntu.19.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.04-arm": [ - "ubuntu.20.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.10-arm": [ - "ubuntu.20.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.04-arm": [ - "ubuntu.21.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.10-arm": [ - "ubuntu.21.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.04-arm": [ - "ubuntu.22.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.10-arm": [ - "ubuntu.22.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ] - } -} \ No newline at end of file diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller.dll deleted file mode 100644 index a90de1105..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller.pdb b/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller.pdb deleted file mode 100644 index 7e20a7dab..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller.pdb and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller.runtimeconfig.json b/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller.runtimeconfig.json deleted file mode 100644 index c74e1983b..000000000 --- a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Controller.runtimeconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "includedFrameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "6.0.9" - } - ], - "configProperties": { - "Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability": true, - "System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization": false, - "System.Globalization.Invariant": true, - "System.Globalization.PredefinedCulturesOnly": true, - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Resources.ResourceManager.AllowCustomResourceTypes": false, - "System.Runtime.InteropServices.BuiltInComInterop.IsSupported": false, - "System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting": false, - "System.Runtime.InteropServices.EnableCppCLIHostActivation": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false, - "System.StartupHookProvider.IsSupported": false, - "System.Threading.Thread.EnableAutoreleasePool": false, - "System.Text.Encoding.EnableUnsafeUTF7Encoding": false - } - } -} \ No newline at end of file diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController b/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController deleted file mode 100755 index 7b927aa18..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.deps.json b/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.deps.json deleted file mode 100644 index d87746a3c..000000000 --- a/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.deps.json +++ /dev/null @@ -1,1715 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0/linux-arm", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": {}, - ".NETCoreApp,Version=v6.0/linux-arm": { - "CsController/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "Utils": "1.0.0", - "VeDBus": "1.0.0", - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm": "6.0.10" - }, - "runtime": { - "CsController.dll": {} - } - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.10": { - "runtime": { - "Microsoft.CSharp.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "Microsoft.VisualBasic.Core.dll": { - "assemblyVersion": "11.0.0.0", - "fileVersion": "11.100.1022.47605" - }, - "Microsoft.VisualBasic.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "Microsoft.Win32.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "Microsoft.Win32.Registry.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.AppContext.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Buffers.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Concurrent.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Immutable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.NonGeneric.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Specialized.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.Annotations.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.DataAnnotations.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.EventBasedAsync.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.TypeConverter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Configuration.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Core.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Data.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Data.DataSetExtensions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Data.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Contracts.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Debug.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.DiagnosticSource.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.FileVersionInfo.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Process.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.StackTrace.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.TextWriterTraceListener.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Tools.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.TraceSource.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Tracing.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Drawing.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Drawing.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Dynamic.Runtime.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Formats.Asn1.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Globalization.Calendars.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Globalization.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Globalization.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.Brotli.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.FileSystem.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.ZipFile.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.DriveInfo.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.Watcher.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.IsolatedStorage.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.MemoryMappedFiles.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Pipes.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Pipes.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.UnmanagedMemoryStream.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Expressions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Parallel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Queryable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Memory.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Http.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Http.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.HttpListener.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Mail.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.NameResolution.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.NetworkInformation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Ping.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Quic.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Requests.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Security.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.ServicePoint.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Sockets.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebClient.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebHeaderCollection.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebProxy.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebSockets.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebSockets.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Numerics.Vectors.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Numerics.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ObjectModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.CoreLib.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.DataContractSerialization.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.Uri.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.Xml.Linq.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.Xml.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.DispatchProxy.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Emit.ILGeneration.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Emit.Lightweight.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Emit.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Metadata.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.TypeExtensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Resources.Reader.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Resources.ResourceManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Resources.Writer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.CompilerServices.VisualC.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Handles.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.InteropServices.RuntimeInformation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.InteropServices.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Intrinsics.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Loader.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Numerics.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.Formatters.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.Xml.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Claims.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Algorithms.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Cng.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Csp.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Encoding.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.OpenSsl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.X509Certificates.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Principal.Windows.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Principal.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.SecureString.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ServiceModel.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ServiceProcess.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Encoding.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Encoding.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Encodings.Web.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.RegularExpressions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Channels.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Overlapped.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.Dataflow.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.Parallel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Thread.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.ThreadPool.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Timer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Transactions.Local.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Transactions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ValueTuple.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Web.HttpUtility.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Windows.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.Linq.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.ReaderWriter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XPath.XDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XPath.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XmlDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XmlSerializer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "WindowsBase.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "mscorlib.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "netstandard.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "6.0.1022.47605" - } - }, - "native": { - "createdump": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Globalization.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.IO.Compression.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Net.Security.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Security.Cryptography.Native.OpenSsl.so": { - "fileVersion": "0.0.0.0" - }, - "libclrjit.so": { - "fileVersion": "0.0.0.0" - }, - "libcoreclr.so": { - "fileVersion": "0.0.0.0" - }, - "libcoreclrtraceptprovider.so": { - "fileVersion": "0.0.0.0" - }, - "libdbgshim.so": { - "fileVersion": "0.0.0.0" - }, - "libhostfxr.so": { - "fileVersion": "0.0.0.0" - }, - "libhostpolicy.so": { - "fileVersion": "0.0.0.0" - }, - "libmscordaccore.so": { - "fileVersion": "0.0.0.0" - }, - "libmscordbi.so": { - "fileVersion": "0.0.0.0" - } - } - }, - "CliWrap/3.3.1": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.3.1.0", - "fileVersion": "3.3.1.0" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Reflection.Emit/4.7.0": {}, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "InnovEnergy.DBus/1.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "InnovEnergy.DBus.dll": {} - } - }, - "Utils/1.0.0": { - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "Utils.dll": {} - } - }, - "VeDBus/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "System.Reactive": "5.0.0", - "Utils": "1.0.0" - }, - "runtime": { - "VeDBus.dll": {} - } - } - } - }, - "libraries": { - "CsController/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.10": { - "type": "runtimepack", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "path": "cliwrap/3.3.1", - "hashPath": "cliwrap.3.3.1.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "path": "system.reflection.emit/4.7.0", - "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Utils/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "VeDBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - }, - "runtimes": { - "alpine-arm": [ - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.10-arm": [ - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.11-arm": [ - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.12-arm": [ - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.13-arm": [ - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.14-arm": [ - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.15-arm": [ - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.16-arm": [ - "alpine.3.16", - "alpine.3.15-arm", - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.17-arm": [ - "alpine.3.17", - "alpine.3.16-arm", - "alpine.3.16", - "alpine.3.15-arm", - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.6-arm": [ - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.7-arm": [ - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.8-arm": [ - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.9-arm": [ - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android-arm": [ - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.21-arm": [ - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.22-arm": [ - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.23-arm": [ - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.24-arm": [ - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.25-arm": [ - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.26-arm": [ - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.27-arm": [ - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.28-arm": [ - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.29-arm": [ - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.30-arm": [ - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.31-arm": [ - "android.31", - "android.30-arm", - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian-arm": [ - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.10-arm": [ - "debian.10", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.11-arm": [ - "debian.11", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.8-arm": [ - "debian.8", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.9-arm": [ - "debian.9", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-arm": [ - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-musl-arm": [ - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu-arm": [ - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.04-arm": [ - "ubuntu.14.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.10-arm": [ - "ubuntu.14.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.04-arm": [ - "ubuntu.15.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.10-arm": [ - "ubuntu.15.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.04-arm": [ - "ubuntu.16.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.10-arm": [ - "ubuntu.16.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.04-arm": [ - "ubuntu.17.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.10-arm": [ - "ubuntu.17.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.04-arm": [ - "ubuntu.18.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.10-arm": [ - "ubuntu.18.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.04-arm": [ - "ubuntu.19.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.10-arm": [ - "ubuntu.19.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.04-arm": [ - "ubuntu.20.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.10-arm": [ - "ubuntu.20.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.04-arm": [ - "ubuntu.21.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.10-arm": [ - "ubuntu.21.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.04-arm": [ - "ubuntu.22.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.10-arm": [ - "ubuntu.22.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ] - } -} \ No newline at end of file diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.dll deleted file mode 100644 index 3eed87cbd..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.pdb b/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.pdb deleted file mode 100644 index 88f1b0cc1..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.pdb and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.runtimeconfig.json b/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.runtimeconfig.json deleted file mode 100644 index bf160c6bf..000000000 --- a/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.runtimeconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "includedFrameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "6.0.10" - } - ], - "configProperties": { - "Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability": true, - "System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization": false, - "System.Globalization.Invariant": true, - "System.Globalization.PredefinedCulturesOnly": true, - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Resources.ResourceManager.AllowCustomResourceTypes": false, - "System.Runtime.InteropServices.BuiltInComInterop.IsSupported": false, - "System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting": false, - "System.Runtime.InteropServices.EnableCppCLIHostActivation": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false, - "System.StartupHookProvider.IsSupported": false, - "System.Threading.Thread.EnableAutoreleasePool": false, - "System.Text.Encoding.EnableUnsafeUTF7Encoding": false - } - } -} \ No newline at end of file diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.dll deleted file mode 100644 index 0ff84c046..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.pdb b/csharp/app/CsController/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.pdb deleted file mode 100644 index c81f137c5..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.pdb and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll deleted file mode 100755 index 0b2dc1b7b..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll deleted file mode 100755 index 4c423c99d..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll deleted file mode 100755 index 4abb2005b..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll deleted file mode 100755 index 6c426d7e6..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll deleted file mode 100755 index 18ba10307..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.AppContext.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.AppContext.dll deleted file mode 100755 index e342bf307..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.AppContext.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Buffers.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Buffers.dll deleted file mode 100755 index 328bd77fa..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Buffers.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll deleted file mode 100755 index f34216c52..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll deleted file mode 100755 index 72845df1d..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll deleted file mode 100755 index a978932d3..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll deleted file mode 100755 index 8c51516cf..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.dll deleted file mode 100755 index b8a9458a7..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll deleted file mode 100755 index 1e212ec33..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll deleted file mode 100755 index 3d54d04e6..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll deleted file mode 100755 index c7b0389d2..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll deleted file mode 100755 index f33c68543..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll deleted file mode 100755 index c90507c5b..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.dll deleted file mode 100755 index 70b0c06f7..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Configuration.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Configuration.dll deleted file mode 100755 index 2d559ca4f..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Configuration.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Console.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Console.dll deleted file mode 100755 index 569cfc4e6..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Console.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Core.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Core.dll deleted file mode 100755 index 0123e106c..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Core.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Data.Common.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Data.Common.dll deleted file mode 100755 index 9a3befc3e..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Data.Common.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll deleted file mode 100755 index f7744511d..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Data.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Data.dll deleted file mode 100755 index bd6dc9000..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Data.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll deleted file mode 100755 index 7dc9e9928..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll deleted file mode 100755 index dfba7cc43..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll deleted file mode 100755 index 78f67740a..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll deleted file mode 100755 index e32c68c44..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll deleted file mode 100755 index ce86646f8..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll deleted file mode 100755 index 52cd235ed..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100755 index 02f2b4061..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll deleted file mode 100755 index 473093877..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll deleted file mode 100755 index dd8224e82..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll deleted file mode 100755 index 0ac967e22..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll deleted file mode 100755 index 7bb92e806..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Drawing.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Drawing.dll deleted file mode 100755 index 1dd4723d6..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Drawing.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll deleted file mode 100755 index 60fa9a7d1..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll deleted file mode 100755 index 5f5f6face..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll deleted file mode 100755 index 9a9d98cac..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll deleted file mode 100755 index c1c512552..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Globalization.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Globalization.dll deleted file mode 100755 index 6c9d1fbb9..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Globalization.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll deleted file mode 100755 index f72eabd04..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll deleted file mode 100755 index fee1fe0d2..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll deleted file mode 100755 index d3f0b94a9..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.dll deleted file mode 100755 index daa01b453..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll deleted file mode 100755 index 2fab2abef..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll deleted file mode 100755 index 7fc4d5e8f..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll deleted file mode 100755 index 8c24805d5..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll deleted file mode 100755 index b3e1e662d..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll deleted file mode 100755 index 97476c19b..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll deleted file mode 100755 index 2252e9cb2..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll deleted file mode 100755 index 2822f90a5..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll deleted file mode 100755 index d145b1406..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll deleted file mode 100755 index ca119eed8..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll deleted file mode 100755 index 5229d75c5..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.dll deleted file mode 100755 index 49b272a56..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll deleted file mode 100755 index 9230a108f..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll deleted file mode 100755 index 08f19f262..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll deleted file mode 100755 index 874e0c027..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.dll deleted file mode 100755 index efeee5f19..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Memory.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Memory.dll deleted file mode 100755 index 10c40bbd3..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Memory.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll deleted file mode 100755 index db2ce9394..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Http.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Http.dll deleted file mode 100755 index fe403a3bf..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Http.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll deleted file mode 100755 index b8e41be59..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Mail.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Mail.dll deleted file mode 100755 index 34bfda251..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Mail.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll deleted file mode 100755 index 5b280d5bc..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll deleted file mode 100755 index bee324045..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Ping.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Ping.dll deleted file mode 100755 index 9b653ce7b..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Ping.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll deleted file mode 100755 index cdd5a8cde..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Quic.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Quic.dll deleted file mode 100755 index 9b812ce30..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Quic.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Requests.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Requests.dll deleted file mode 100755 index 65fcac34f..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Requests.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Security.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Security.dll deleted file mode 100755 index 4becd0db7..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Security.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll deleted file mode 100755 index d301515a1..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll deleted file mode 100755 index b5e5a42ec..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll deleted file mode 100755 index 90d819e4a..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll deleted file mode 100755 index 6eb903af7..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll deleted file mode 100755 index 40c976081..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll deleted file mode 100755 index 77f752658..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll deleted file mode 100755 index 21064e2d3..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.dll deleted file mode 100755 index 51a980a7e..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll deleted file mode 100755 index b8e93cc05..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Numerics.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Numerics.dll deleted file mode 100755 index e95c8f249..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Numerics.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ObjectModel.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ObjectModel.dll deleted file mode 100755 index a5a1f64ff..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ObjectModel.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll deleted file mode 100755 index 433a9dc1f..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll deleted file mode 100755 index ac1ce2f80..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.Uri.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.Uri.dll deleted file mode 100755 index fe7c42a84..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.Uri.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll deleted file mode 100755 index b773afe40..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.Xml.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.Xml.dll deleted file mode 100755 index c4afeafe9..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.Xml.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll deleted file mode 100755 index 2af4a4b63..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reactive.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reactive.dll deleted file mode 100755 index eb364ecdc..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reactive.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll deleted file mode 100755 index 8feed796a..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll deleted file mode 100755 index e9f02b49e..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll deleted file mode 100755 index f707fd3a8..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll deleted file mode 100755 index f2548c4b4..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll deleted file mode 100755 index d013e1783..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll deleted file mode 100755 index f28b91f3c..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll deleted file mode 100755 index bc4e09555..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll deleted file mode 100755 index dbba9f797..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.dll deleted file mode 100755 index 7fb433b1e..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll deleted file mode 100755 index f22f31a23..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll deleted file mode 100755 index 11329eabb..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll deleted file mode 100755 index 8e6021a71..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100755 index 6993b4473..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100755 index 42922a020..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll deleted file mode 100755 index c4898bc71..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll deleted file mode 100755 index 81437ee8e..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100755 index 38674ad75..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll deleted file mode 100755 index 381b9d96c..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll deleted file mode 100755 index 75087babd..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll deleted file mode 100755 index 294b06bf0..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll deleted file mode 100755 index f65381996..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll deleted file mode 100755 index 736f33c9e..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll deleted file mode 100755 index ea4a9215b..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll deleted file mode 100755 index 4fe644920..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll deleted file mode 100755 index 71a018ba0..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll deleted file mode 100755 index 83cc62180..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.dll deleted file mode 100755 index 122443c8a..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll deleted file mode 100755 index dee7b02f3..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Claims.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Claims.dll deleted file mode 100755 index 5769c94cd..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Claims.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll deleted file mode 100755 index 3b60fb51a..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll deleted file mode 100755 index 553edc5e7..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll deleted file mode 100755 index 2d4e13c1e..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll deleted file mode 100755 index 5a7e14b78..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll deleted file mode 100755 index 5176a7e9d..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll deleted file mode 100755 index 3fe075604..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll deleted file mode 100755 index 869f308b1..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll deleted file mode 100755 index 2547fef7f..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Principal.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Principal.dll deleted file mode 100755 index f879fc7a2..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Principal.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll deleted file mode 100755 index 1414b8523..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.dll deleted file mode 100755 index 35f75cb4d..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll deleted file mode 100755 index d332a6dd2..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll deleted file mode 100755 index ad0083eb0..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll deleted file mode 100755 index 504a1e895..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll deleted file mode 100755 index 0be9525e3..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll deleted file mode 100755 index 212463b0a..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll deleted file mode 100755 index 86d341ebf..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Json.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Json.dll deleted file mode 100755 index c99a15480..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Json.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll deleted file mode 100755 index 316515fbc..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll deleted file mode 100755 index edbad0b35..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll deleted file mode 100755 index d69096af0..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll deleted file mode 100755 index ce191563f..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll deleted file mode 100755 index be107df71..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll deleted file mode 100755 index 68f3f02a9..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll deleted file mode 100755 index 63bd7e627..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll deleted file mode 100755 index a48c2b864..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll deleted file mode 100755 index cc7dee4b5..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll deleted file mode 100755 index 26eda30a9..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.dll deleted file mode 100755 index 79bbe7882..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll deleted file mode 100755 index 2bb936b93..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Transactions.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Transactions.dll deleted file mode 100755 index f5de02642..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Transactions.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ValueTuple.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ValueTuple.dll deleted file mode 100755 index 72da3a900..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ValueTuple.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll deleted file mode 100755 index 0e8a3e429..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Web.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Web.dll deleted file mode 100755 index 2966752bf..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Web.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Windows.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Windows.dll deleted file mode 100755 index d5e0bb5b9..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Windows.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll deleted file mode 100755 index 0c293c319..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll deleted file mode 100755 index fd359a38c..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll deleted file mode 100755 index 1177009ab..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll deleted file mode 100755 index 01ed1bbf8..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll deleted file mode 100755 index 9846b9126..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll deleted file mode 100755 index ed1eb66f3..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll deleted file mode 100755 index 56a9bfc74..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll deleted file mode 100755 index 971ae4b46..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.dll deleted file mode 100755 index 8d9584885..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.dll deleted file mode 100755 index 932a14f12..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Utils.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/Utils.dll deleted file mode 100644 index ada1f3915..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Utils.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Utils.pdb b/csharp/app/CsController/bin/Release/net6.0/linux-arm/Utils.pdb deleted file mode 100644 index a04a3866e..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/Utils.pdb and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/VeDBus.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/VeDBus.dll deleted file mode 100644 index e329d1e45..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/VeDBus.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/VeDBus.pdb b/csharp/app/CsController/bin/Release/net6.0/linux-arm/VeDBus.pdb deleted file mode 100644 index 5965a8c0d..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/VeDBus.pdb and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/WindowsBase.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/WindowsBase.dll deleted file mode 100755 index 4e3e058b8..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/WindowsBase.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/createdump b/csharp/app/CsController/bin/Release/net6.0/linux-arm/createdump deleted file mode 100755 index fdbcd556c..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/createdump and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so b/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so deleted file mode 100755 index ffd08a1b0..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so b/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so deleted file mode 100755 index ab2714043..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Native.so b/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Native.so deleted file mode 100755 index 8a9e6c466..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Native.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so b/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so deleted file mode 100755 index 197482364..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so b/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so deleted file mode 100755 index f59e82978..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libclrjit.so b/csharp/app/CsController/bin/Release/net6.0/linux-arm/libclrjit.so deleted file mode 100755 index aaefd356c..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libclrjit.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libcoreclr.so b/csharp/app/CsController/bin/Release/net6.0/linux-arm/libcoreclr.so deleted file mode 100755 index 1383ce3e3..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libcoreclr.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so b/csharp/app/CsController/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so deleted file mode 100755 index e50439956..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libdbgshim.so b/csharp/app/CsController/bin/Release/net6.0/linux-arm/libdbgshim.so deleted file mode 100755 index b31dac5c7..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libdbgshim.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libhostfxr.so b/csharp/app/CsController/bin/Release/net6.0/linux-arm/libhostfxr.so deleted file mode 100755 index b2b57d075..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libhostfxr.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libhostpolicy.so b/csharp/app/CsController/bin/Release/net6.0/linux-arm/libhostpolicy.so deleted file mode 100755 index b9a2e892e..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libhostpolicy.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libmscordaccore.so b/csharp/app/CsController/bin/Release/net6.0/linux-arm/libmscordaccore.so deleted file mode 100755 index 1bea5787a..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libmscordaccore.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libmscordbi.so b/csharp/app/CsController/bin/Release/net6.0/linux-arm/libmscordbi.so deleted file mode 100755 index 0d3ac3a7c..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/libmscordbi.so and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/mscorlib.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/mscorlib.dll deleted file mode 100755 index a7bb9df9c..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/mscorlib.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/netstandard.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/netstandard.dll deleted file mode 100755 index f42a56628..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/netstandard.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/Controller b/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/Controller deleted file mode 100755 index 63a2d168f..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/Controller and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/Controller.pdb b/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/Controller.pdb deleted file mode 100644 index 007cd7240..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/Controller.pdb and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/CsController b/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/CsController deleted file mode 100755 index ade1f6f2a..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/CsController and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/CsController.pdb b/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/CsController.pdb deleted file mode 100644 index 899c102dc..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/CsController.pdb and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/InnovEnergy.DBus.pdb b/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/InnovEnergy.DBus.pdb deleted file mode 100644 index 73f2241a9..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/InnovEnergy.DBus.pdb and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/Utils.pdb b/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/Utils.pdb deleted file mode 100644 index a841cdfc1..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/Utils.pdb and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/VeDBus.pdb b/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/VeDBus.pdb deleted file mode 100644 index 79cb21105..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/VeDBus.pdb and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/ref/Controller.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/ref/Controller.dll deleted file mode 100644 index 37421ea79..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/ref/Controller.dll and /dev/null differ diff --git a/csharp/app/CsController/bin/Release/net6.0/linux-arm/ref/CsController.dll b/csharp/app/CsController/bin/Release/net6.0/linux-arm/ref/CsController.dll deleted file mode 100644 index 30e5c3cca..000000000 Binary files a/csharp/app/CsController/bin/Release/net6.0/linux-arm/ref/CsController.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Controller.csproj.nuget.dgspec.json b/csharp/app/CsController/obj/Controller.csproj.nuget.dgspec.json deleted file mode 100644 index 9653cf8d8..000000000 --- a/csharp/app/CsController/obj/Controller.csproj.nuget.dgspec.json +++ /dev/null @@ -1,399 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/Controller/Controller.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/Controller/Controller.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/Controller/Controller.csproj", - "projectName": "Controller", - "projectPath": "/home/kim/code/innovenergy/new/csharp/Controller/Controller.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/Controller/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/DBus/DBus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/DBus/DBus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/Utils/Utils.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/VeDBus/VeDBus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/VeDBus/VeDBus.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Runtime.linux-arm", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.AspNetCore.App.Runtime.linux-x64", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-arm", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-x64", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Runtime.linux-arm", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Runtime.linux-x64", - "version": "[6.0.9, 6.0.9]" - } - ], - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.109/sdk/6.0.109/RuntimeIdentifierGraph.json" - } - }, - "runtimes": { - "linux-arm": { - "#import": [] - }, - "linux-x64": { - "#import": [] - } - } - }, - "/home/kim/code/innovenergy/new/csharp/DBus/DBus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/DBus/DBus.csproj", - "projectName": "InnovEnergy.DBus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/DBus/DBus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/DBus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.Reactive": { - "target": "Package", - "version": "[5.0.0, )" - }, - "System.Reflection.Emit": { - "target": "Package", - "version": "[4.7.0, )" - }, - "System.Security.Principal.Windows": { - "target": "Package", - "version": "[4.7.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Runtime.linux-arm", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.AspNetCore.App.Runtime.linux-x64", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-arm", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-x64", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Runtime.linux-arm", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Runtime.linux-x64", - "version": "[6.0.9, 6.0.9]" - } - ], - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.109/sdk/6.0.109/RuntimeIdentifierGraph.json" - } - }, - "runtimes": { - "linux-arm": { - "#import": [] - }, - "linux-x64": { - "#import": [] - } - } - }, - "/home/kim/code/innovenergy/new/csharp/Utils/Utils.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/Utils/Utils.csproj", - "projectName": "Utils", - "projectPath": "/home/kim/code/innovenergy/new/csharp/Utils/Utils.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/Utils/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.3.1, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Runtime.linux-arm", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.AspNetCore.App.Runtime.linux-x64", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-arm", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-x64", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Runtime.linux-arm", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Runtime.linux-x64", - "version": "[6.0.9, 6.0.9]" - } - ], - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.109/sdk/6.0.109/RuntimeIdentifierGraph.json" - } - }, - "runtimes": { - "linux-arm": { - "#import": [] - }, - "linux-x64": { - "#import": [] - } - } - }, - "/home/kim/code/innovenergy/new/csharp/VeDBus/VeDBus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/VeDBus/VeDBus.csproj", - "projectName": "VeDBus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/VeDBus/VeDBus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/VeDBus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/DBus/DBus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/DBus/DBus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.Reactive": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "downloadDependencies": [ - { - "name": "Microsoft.AspNetCore.App.Runtime.linux-arm", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.AspNetCore.App.Runtime.linux-x64", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-arm", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Host.linux-x64", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Runtime.linux-arm", - "version": "[6.0.9, 6.0.9]" - }, - { - "name": "Microsoft.NETCore.App.Runtime.linux-x64", - "version": "[6.0.9, 6.0.9]" - } - ], - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.109/sdk/6.0.109/RuntimeIdentifierGraph.json" - } - }, - "runtimes": { - "linux-arm": { - "#import": [] - }, - "linux-x64": { - "#import": [] - } - } - } - } -} \ No newline at end of file diff --git a/csharp/app/CsController/obj/Controller.csproj.nuget.g.props b/csharp/app/CsController/obj/Controller.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/app/CsController/obj/Controller.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/app/CsController/obj/Controller.csproj.nuget.g.targets b/csharp/app/CsController/obj/Controller.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3c..000000000 --- a/csharp/app/CsController/obj/Controller.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/csharp/app/CsController/obj/Debug/net6.0/Controller.AssemblyInfo.cs b/csharp/app/CsController/obj/Debug/net6.0/Controller.AssemblyInfo.cs deleted file mode 100644 index 57cbee9dc..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/Controller.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Controller")] -[assembly: System.Reflection.AssemblyTitleAttribute("Controller")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/app/CsController/obj/Debug/net6.0/Controller.AssemblyInfoInputs.cache b/csharp/app/CsController/obj/Debug/net6.0/Controller.AssemblyInfoInputs.cache deleted file mode 100644 index 6653f854a..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/Controller.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -818dee7f73d799d4a72d78a49fe78ea940091668 diff --git a/csharp/app/CsController/obj/Debug/net6.0/Controller.GeneratedMSBuildEditorConfig.editorconfig b/csharp/app/CsController/obj/Debug/net6.0/Controller.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 2d38d6d3f..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/Controller.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.Controller -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/Controller/ diff --git a/csharp/app/CsController/obj/Debug/net6.0/Controller.GlobalUsings.g.cs b/csharp/app/CsController/obj/Debug/net6.0/Controller.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/Controller.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/app/CsController/obj/Debug/net6.0/Controller.assets.cache b/csharp/app/CsController/obj/Debug/net6.0/Controller.assets.cache deleted file mode 100644 index 0946dee66..000000000 Binary files a/csharp/app/CsController/obj/Debug/net6.0/Controller.assets.cache and /dev/null differ diff --git a/csharp/app/CsController/obj/Debug/net6.0/Controller.csproj.AssemblyReference.cache b/csharp/app/CsController/obj/Debug/net6.0/Controller.csproj.AssemblyReference.cache deleted file mode 100644 index 3e33b3e39..000000000 Binary files a/csharp/app/CsController/obj/Debug/net6.0/Controller.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/app/CsController/obj/Debug/net6.0/Controller.csproj.CopyComplete b/csharp/app/CsController/obj/Debug/net6.0/Controller.csproj.CopyComplete deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/app/CsController/obj/Debug/net6.0/Controller.csproj.CoreCompileInputs.cache b/csharp/app/CsController/obj/Debug/net6.0/Controller.csproj.CoreCompileInputs.cache deleted file mode 100644 index 7e2f13ed8..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/Controller.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -1f2603b7e903a48d35667ff10718cdabecd40ec0 diff --git a/csharp/app/CsController/obj/Debug/net6.0/Controller.csproj.FileListAbsolute.txt b/csharp/app/CsController/obj/Debug/net6.0/Controller.csproj.FileListAbsolute.txt deleted file mode 100644 index 98f769c13..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/Controller.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,25 +0,0 @@ -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/Controller -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/Controller.deps.json -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/Controller.runtimeconfig.json -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/Controller.dll -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/ref/Controller.dll -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/Controller.pdb -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/CliWrap.dll -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/System.Reactive.dll -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/System.Reactive.Linq.dll -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/InnovEnergy.DBus.dll -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/Utils.dll -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/VeDBus.dll -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/InnovEnergy.DBus.pdb -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/Utils.pdb -/home/atef/code/innovenergy/server/Controller/bin/Debug/net6.0/VeDBus.pdb -/home/atef/code/innovenergy/server/Controller/obj/Debug/net6.0/Controller.csproj.AssemblyReference.cache -/home/atef/code/innovenergy/server/Controller/obj/Debug/net6.0/Controller.GeneratedMSBuildEditorConfig.editorconfig -/home/atef/code/innovenergy/server/Controller/obj/Debug/net6.0/Controller.AssemblyInfoInputs.cache -/home/atef/code/innovenergy/server/Controller/obj/Debug/net6.0/Controller.AssemblyInfo.cs -/home/atef/code/innovenergy/server/Controller/obj/Debug/net6.0/Controller.csproj.CoreCompileInputs.cache -/home/atef/code/innovenergy/server/Controller/obj/Debug/net6.0/Controller.csproj.CopyComplete -/home/atef/code/innovenergy/server/Controller/obj/Debug/net6.0/Controller.dll -/home/atef/code/innovenergy/server/Controller/obj/Debug/net6.0/ref/Controller.dll -/home/atef/code/innovenergy/server/Controller/obj/Debug/net6.0/Controller.pdb -/home/atef/code/innovenergy/server/Controller/obj/Debug/net6.0/Controller.genruntimeconfig.cache diff --git a/csharp/app/CsController/obj/Debug/net6.0/Controller.dll b/csharp/app/CsController/obj/Debug/net6.0/Controller.dll deleted file mode 100644 index 526d8920b..000000000 Binary files a/csharp/app/CsController/obj/Debug/net6.0/Controller.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Debug/net6.0/Controller.genruntimeconfig.cache b/csharp/app/CsController/obj/Debug/net6.0/Controller.genruntimeconfig.cache deleted file mode 100644 index 1640e8381..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/Controller.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -63dc53d1549f4d8db871b17aafdffc3f060e1e81 diff --git a/csharp/app/CsController/obj/Debug/net6.0/Controller.pdb b/csharp/app/CsController/obj/Debug/net6.0/Controller.pdb deleted file mode 100644 index aff517286..000000000 Binary files a/csharp/app/CsController/obj/Debug/net6.0/Controller.pdb and /dev/null differ diff --git a/csharp/app/CsController/obj/Debug/net6.0/apphost b/csharp/app/CsController/obj/Debug/net6.0/apphost deleted file mode 100755 index f83703b24..000000000 Binary files a/csharp/app/CsController/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.AssemblyInfo.cs b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.AssemblyInfo.cs deleted file mode 100644 index 57cbee9dc..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Controller")] -[assembly: System.Reflection.AssemblyTitleAttribute("Controller")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.AssemblyInfoInputs.cache b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.AssemblyInfoInputs.cache deleted file mode 100644 index 6653f854a..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -818dee7f73d799d4a72d78a49fe78ea940091668 diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.GeneratedMSBuildEditorConfig.editorconfig b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 4a6f13d7a..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.Controller -build_property.ProjectDir = /home/atef/code/innovenergy/new/csharp/Controller/ diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.GlobalUsings.g.cs b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.assets.cache b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.assets.cache deleted file mode 100644 index 4a585b54c..000000000 Binary files a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.assets.cache and /dev/null differ diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.csproj.AssemblyReference.cache b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.csproj.AssemblyReference.cache deleted file mode 100644 index 204fdef64..000000000 Binary files a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.csproj.CopyComplete b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.csproj.CopyComplete deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.csproj.CoreCompileInputs.cache b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.csproj.CoreCompileInputs.cache deleted file mode 100644 index 9c92f12a9..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -daec10451c7e000ea4569e4474ad51522ce56b12 diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.csproj.FileListAbsolute.txt b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.csproj.FileListAbsolute.txt deleted file mode 100644 index 1834b8d0a..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,204 +0,0 @@ -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/Controller -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/Controller.deps.json -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/Controller.runtimeconfig.json -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/Controller.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/ref/Controller.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/Controller.pdb -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/CliWrap.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Reactive.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Reactive.Linq.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/Microsoft.CSharp.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/Microsoft.VisualBasic.Core.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/Microsoft.VisualBasic.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/Microsoft.Win32.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/Microsoft.Win32.Registry.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.AppContext.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Buffers.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Collections.Concurrent.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Collections.Immutable.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Collections.NonGeneric.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Collections.Specialized.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Collections.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.ComponentModel.Annotations.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.ComponentModel.DataAnnotations.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.ComponentModel.EventBasedAsync.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.ComponentModel.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.ComponentModel.TypeConverter.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.ComponentModel.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Configuration.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Console.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Core.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Data.Common.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Data.DataSetExtensions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Data.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Diagnostics.Contracts.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Diagnostics.Debug.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Diagnostics.DiagnosticSource.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Diagnostics.FileVersionInfo.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Diagnostics.Process.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Diagnostics.StackTrace.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Diagnostics.TextWriterTraceListener.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Diagnostics.Tools.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Diagnostics.TraceSource.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Diagnostics.Tracing.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Drawing.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Drawing.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Dynamic.Runtime.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Formats.Asn1.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Globalization.Calendars.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Globalization.Extensions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Globalization.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.Compression.Brotli.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.Compression.FileSystem.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.Compression.ZipFile.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.Compression.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.AccessControl.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.DriveInfo.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.Watcher.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.FileSystem.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.IsolatedStorage.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.MemoryMappedFiles.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.Pipes.AccessControl.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.Pipes.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.UnmanagedMemoryStream.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.IO.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Linq.Expressions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Linq.Parallel.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Linq.Queryable.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Linq.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Memory.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.Http.Json.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.Http.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.HttpListener.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.Mail.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.NameResolution.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.NetworkInformation.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.Ping.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.Quic.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.Requests.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.Security.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.ServicePoint.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.Sockets.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.WebClient.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.WebHeaderCollection.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.WebProxy.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.WebSockets.Client.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.WebSockets.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Net.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Numerics.Vectors.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Numerics.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.ObjectModel.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Private.CoreLib.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Private.DataContractSerialization.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Private.Uri.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Private.Xml.Linq.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Private.Xml.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Reflection.DispatchProxy.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Reflection.Emit.ILGeneration.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Reflection.Emit.Lightweight.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Reflection.Emit.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Reflection.Extensions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Reflection.Metadata.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Reflection.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Reflection.TypeExtensions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Reflection.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Resources.Reader.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Resources.ResourceManager.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Resources.Writer.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.CompilerServices.Unsafe.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.CompilerServices.VisualC.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.Extensions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.Handles.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.InteropServices.RuntimeInformation.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.InteropServices.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.Intrinsics.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.Loader.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.Numerics.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Formatters.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Json.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.Xml.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.Serialization.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Runtime.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Security.AccessControl.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Security.Claims.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Algorithms.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Cng.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Csp.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Encoding.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.OpenSsl.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Security.Cryptography.X509Certificates.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Security.Principal.Windows.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Security.Principal.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Security.SecureString.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Security.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.ServiceModel.Web.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.ServiceProcess.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Text.Encoding.CodePages.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Text.Encoding.Extensions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Text.Encoding.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Text.Encodings.Web.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Text.Json.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Text.RegularExpressions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Threading.Channels.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Threading.Overlapped.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.Dataflow.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.Extensions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.Parallel.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Threading.Tasks.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Threading.Thread.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Threading.ThreadPool.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Threading.Timer.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Threading.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Transactions.Local.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Transactions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.ValueTuple.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Web.HttpUtility.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Web.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Windows.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Xml.Linq.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Xml.ReaderWriter.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Xml.Serialization.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Xml.XDocument.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Xml.XPath.XDocument.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Xml.XPath.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Xml.XmlDocument.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Xml.XmlSerializer.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.Xml.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/System.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/WindowsBase.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/mscorlib.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/netstandard.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/createdump -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/libSystem.Globalization.Native.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/libSystem.IO.Compression.Native.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/libSystem.Native.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/libSystem.Net.Security.Native.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/libSystem.Security.Cryptography.Native.OpenSsl.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/libclrjit.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/libcoreclr.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/libcoreclrtraceptprovider.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/libdbgshim.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/libhostfxr.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/libhostpolicy.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/libmscordaccore.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/libmscordbi.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/InnovEnergy.DBus.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/Utils.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/VeDBus.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/InnovEnergy.DBus.pdb -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/Utils.pdb -/home/atef/code/innovenergy/new/csharp/Controller/bin/Debug/net6.0/linux-x64/VeDBus.pdb -/home/atef/code/innovenergy/new/csharp/Controller/obj/Debug/net6.0/linux-x64/Controller.csproj.AssemblyReference.cache -/home/atef/code/innovenergy/new/csharp/Controller/obj/Debug/net6.0/linux-x64/Controller.GeneratedMSBuildEditorConfig.editorconfig -/home/atef/code/innovenergy/new/csharp/Controller/obj/Debug/net6.0/linux-x64/Controller.AssemblyInfoInputs.cache -/home/atef/code/innovenergy/new/csharp/Controller/obj/Debug/net6.0/linux-x64/Controller.AssemblyInfo.cs -/home/atef/code/innovenergy/new/csharp/Controller/obj/Debug/net6.0/linux-x64/Controller.csproj.CoreCompileInputs.cache -/home/atef/code/innovenergy/new/csharp/Controller/obj/Debug/net6.0/linux-x64/Controller.csproj.CopyComplete -/home/atef/code/innovenergy/new/csharp/Controller/obj/Debug/net6.0/linux-x64/Controller.dll -/home/atef/code/innovenergy/new/csharp/Controller/obj/Debug/net6.0/linux-x64/ref/Controller.dll -/home/atef/code/innovenergy/new/csharp/Controller/obj/Debug/net6.0/linux-x64/Controller.pdb -/home/atef/code/innovenergy/new/csharp/Controller/obj/Debug/net6.0/linux-x64/Controller.genruntimeconfig.cache diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.dll b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.dll deleted file mode 100644 index 1c178b3a4..000000000 Binary files a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.genruntimeconfig.cache b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.genruntimeconfig.cache deleted file mode 100644 index f26f27100..000000000 --- a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -535c061be345f50af39a570abd7b9761a9de560e diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.pdb b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.pdb deleted file mode 100644 index 03b55fa3e..000000000 Binary files a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/Controller.pdb and /dev/null differ diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/apphost b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/apphost deleted file mode 100755 index 94abefe0d..000000000 Binary files a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/apphost and /dev/null differ diff --git a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/ref/Controller.dll b/csharp/app/CsController/obj/Debug/net6.0/linux-x64/ref/Controller.dll deleted file mode 100644 index b37f2ae93..000000000 Binary files a/csharp/app/CsController/obj/Debug/net6.0/linux-x64/ref/Controller.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Debug/net6.0/ref/Controller.dll b/csharp/app/CsController/obj/Debug/net6.0/ref/Controller.dll deleted file mode 100644 index 3d8d03043..000000000 Binary files a/csharp/app/CsController/obj/Debug/net6.0/ref/Controller.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/app/CsController/obj/Release/net6.0/linux-arm/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.AssemblyInfo.cs b/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.AssemblyInfo.cs deleted file mode 100644 index 4fe332926..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Controller")] -[assembly: System.Reflection.AssemblyTitleAttribute("Controller")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.AssemblyInfoInputs.cache b/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.AssemblyInfoInputs.cache deleted file mode 100644 index baba6ddce..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -05fe36b77decb638eb54cad38254a9e84a264b36 diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.GeneratedMSBuildEditorConfig.editorconfig b/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 9c524fc89..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = true -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.Controller -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/Controller/ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.GlobalUsings.g.cs b/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.assets.cache b/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.assets.cache deleted file mode 100644 index adaeb2418..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.assets.cache and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.csproj.AssemblyReference.cache b/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.csproj.AssemblyReference.cache deleted file mode 100644 index ae2a214a1..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.csproj.CopyComplete b/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.csproj.CopyComplete deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.csproj.CoreCompileInputs.cache b/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.csproj.CoreCompileInputs.cache deleted file mode 100644 index 307613c71..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -9c0eb7412946b0fb4edb90e597c695c98f0e2dbf diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.csproj.FileListAbsolute.txt b/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.csproj.FileListAbsolute.txt deleted file mode 100644 index b931e07cf..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,605 +0,0 @@ -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/Controller -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/Controller.deps.json -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/Controller.runtimeconfig.json -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/Controller.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/ref/Controller.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/CliWrap.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Reactive.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.AppContext.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Buffers.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Collections.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Configuration.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Console.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Core.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Data.Common.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Data.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Drawing.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Globalization.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.Compression.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.IO.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Linq.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Memory.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.Http.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.Mail.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.Ping.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.Quic.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.Requests.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.Security.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Net.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Numerics.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.ObjectModel.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Private.Uri.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Private.Xml.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Reflection.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Runtime.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Security.Claims.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Security.Principal.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Security.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Text.Json.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Threading.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Transactions.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.ValueTuple.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Web.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Windows.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.Xml.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/System.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/WindowsBase.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/mscorlib.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/netstandard.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/createdump -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/libSystem.Native.so -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/libclrjit.so -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/libcoreclr.so -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/libdbgshim.so -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/libhostfxr.so -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/libhostpolicy.so -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/libmscordaccore.so -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/libmscordbi.so -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/Utils.dll -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/VeDBus.dll -/home/atef/code/innovenergy/server/Controller/obj/Release/net6.0/linux-arm/Controller.csproj.AssemblyReference.cache -/home/atef/code/innovenergy/server/Controller/obj/Release/net6.0/linux-arm/Controller.GeneratedMSBuildEditorConfig.editorconfig -/home/atef/code/innovenergy/server/Controller/obj/Release/net6.0/linux-arm/Controller.AssemblyInfoInputs.cache -/home/atef/code/innovenergy/server/Controller/obj/Release/net6.0/linux-arm/Controller.AssemblyInfo.cs -/home/atef/code/innovenergy/server/Controller/obj/Release/net6.0/linux-arm/Controller.csproj.CoreCompileInputs.cache -/home/atef/code/innovenergy/server/Controller/obj/Release/net6.0/linux-arm/Controller.csproj.CopyComplete -/home/atef/code/innovenergy/server/Controller/obj/Release/net6.0/linux-arm/Controller.dll -/home/atef/code/innovenergy/server/Controller/obj/Release/net6.0/linux-arm/ref/Controller.dll -/home/atef/code/innovenergy/server/Controller/obj/Release/net6.0/linux-arm/Controller.genruntimeconfig.cache -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Controller -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Controller.deps.json -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Controller.runtimeconfig.json -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Controller.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/ref/Controller.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/CliWrap.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reactive.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.AppContext.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Buffers.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Collections.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Configuration.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Console.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Core.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Data.Common.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Data.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Drawing.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Globalization.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.Compression.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Linq.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Memory.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Http.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Mail.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Ping.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Quic.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Requests.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Security.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Numerics.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ObjectModel.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Private.Uri.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Private.Xml.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Claims.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Principal.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Text.Json.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Transactions.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ValueTuple.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Web.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Windows.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/WindowsBase.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/mscorlib.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/netstandard.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/createdump -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libSystem.Native.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libclrjit.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libcoreclr.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libdbgshim.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libhostfxr.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libhostpolicy.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libmscordaccore.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libmscordbi.so -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Utils.dll -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/VeDBus.dll -/home/atef/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.csproj.AssemblyReference.cache -/home/atef/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.GeneratedMSBuildEditorConfig.editorconfig -/home/atef/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.AssemblyInfoInputs.cache -/home/atef/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.AssemblyInfo.cs -/home/atef/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.csproj.CoreCompileInputs.cache -/home/atef/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.csproj.CopyComplete -/home/atef/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.dll -/home/atef/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/ref/Controller.dll -/home/atef/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.genruntimeconfig.cache -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.pdb -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Utils.pdb -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/VeDBus.pdb -/home/kim/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.dll -/home/kim/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/ref/Controller.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Controller -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Controller.deps.json -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Controller.runtimeconfig.json -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Controller.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/ref/Controller.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Controller.pdb -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/CliWrap.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reactive.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.AppContext.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Buffers.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Collections.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ComponentModel.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Configuration.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Console.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Core.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Data.Common.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Data.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Drawing.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Globalization.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.Compression.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.IO.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Linq.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Memory.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Http.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Mail.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Ping.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Quic.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Requests.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Security.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Net.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Numerics.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ObjectModel.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Private.Uri.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Private.Xml.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Reflection.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Runtime.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Claims.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.Principal.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Security.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Text.Json.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Threading.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Transactions.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.ValueTuple.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Web.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Windows.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.Xml.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/System.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/WindowsBase.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/mscorlib.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/netstandard.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/createdump -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libSystem.Native.so -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libclrjit.so -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libcoreclr.so -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libdbgshim.so -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libhostfxr.so -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libhostpolicy.so -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libmscordaccore.so -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/libmscordbi.so -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Utils.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/VeDBus.dll -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.pdb -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/Utils.pdb -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/VeDBus.pdb -/home/kim/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.csproj.CopyComplete -/home/kim/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.pdb -/home/kim/code/innovenergy/new/csharp/Controller/obj/Release/net6.0/linux-arm/Controller.genruntimeconfig.cache diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.deps.json b/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.deps.json deleted file mode 100644 index b82dd8ecd..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.deps.json +++ /dev/null @@ -1,1122 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0/linux-arm", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": {}, - ".NETCoreApp,Version=v6.0/linux-arm": { - "Controller/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "Utils": "1.0.0", - "VeDBus": "1.0.0", - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm": "6.0.9" - }, - "runtime": { - "Controller.dll": {} - } - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.9": { - "runtime": { - "Microsoft.Win32.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Buffers.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Collections.Concurrent.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Collections.Immutable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Collections.NonGeneric.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Collections.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.TypeConverter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ComponentModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.Debug.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.Process.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.StackTrace.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.Tools.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Diagnostics.TraceSource.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.Compression.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.FileSystem.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.MemoryMappedFiles.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.IO.Pipes.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Linq.Expressions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Linq.Queryable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Linq.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.NameResolution.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Net.Sockets.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.ObjectModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Private.CoreLib.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Private.Uri.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Reflection.Metadata.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.InteropServices.RuntimeInformation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.InteropServices.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Runtime.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Tasks.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.Thread.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.ThreadPool.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.Threading.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "System.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.922.41905" - }, - "netstandard.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "6.0.922.41905" - } - } - }, - "CliWrap/3.3.1": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.3.1.0", - "fileVersion": "3.3.1.0" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Reflection.Emit/4.7.0": {}, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "InnovEnergy.DBus/1.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "InnovEnergy.DBus.dll": {} - } - }, - "VeDBus/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "System.Reactive": "5.0.0", - "Utils": "1.0.0" - }, - "runtime": { - "VeDBus.dll": {} - } - } - } - }, - "libraries": { - "Controller/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.9": { - "type": "runtimepack", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "path": "cliwrap/3.3.1", - "hashPath": "cliwrap.3.3.1.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "path": "system.reflection.emit/4.7.0", - "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "VeDBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - }, - "runtimes": { - "alpine-arm": [ - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.10-arm": [ - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.11-arm": [ - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.12-arm": [ - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.13-arm": [ - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.14-arm": [ - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.15-arm": [ - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.16-arm": [ - "alpine.3.16", - "alpine.3.15-arm", - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.6-arm": [ - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.7-arm": [ - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.8-arm": [ - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.9-arm": [ - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android-arm": [ - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.21-arm": [ - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.22-arm": [ - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.23-arm": [ - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.24-arm": [ - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.25-arm": [ - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.26-arm": [ - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.27-arm": [ - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.28-arm": [ - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.29-arm": [ - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.30-arm": [ - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.31-arm": [ - "android.31", - "android.30-arm", - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian-arm": [ - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.10-arm": [ - "debian.10", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.11-arm": [ - "debian.11", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.8-arm": [ - "debian.8", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.9-arm": [ - "debian.9", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-arm": [ - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-musl-arm": [ - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu-arm": [ - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.04-arm": [ - "ubuntu.14.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.10-arm": [ - "ubuntu.14.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.04-arm": [ - "ubuntu.15.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.10-arm": [ - "ubuntu.15.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.04-arm": [ - "ubuntu.16.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.10-arm": [ - "ubuntu.16.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.04-arm": [ - "ubuntu.17.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.10-arm": [ - "ubuntu.17.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.04-arm": [ - "ubuntu.18.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.10-arm": [ - "ubuntu.18.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.04-arm": [ - "ubuntu.19.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.10-arm": [ - "ubuntu.19.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.04-arm": [ - "ubuntu.20.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.10-arm": [ - "ubuntu.20.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.04-arm": [ - "ubuntu.21.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.10-arm": [ - "ubuntu.21.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.04-arm": [ - "ubuntu.22.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.10-arm": [ - "ubuntu.22.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ] - } -} \ No newline at end of file diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.dll deleted file mode 100644 index a90de1105..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.genruntimeconfig.cache b/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.genruntimeconfig.cache deleted file mode 100644 index d0674b599..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -0c3cda85cd37914a7aca5fe5caf61aeb4c1f2e15 diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.pdb b/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.pdb deleted file mode 100644 index 7e20a7dab..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/Controller.pdb and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.AssemblyInfo.cs b/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.AssemblyInfo.cs deleted file mode 100644 index 1019ddfcd..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("CsController")] -[assembly: System.Reflection.AssemblyTitleAttribute("CsController")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.AssemblyInfoInputs.cache b/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.AssemblyInfoInputs.cache deleted file mode 100644 index 1d9b3fe5e..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -727c76b16a82f560f2110670e37ae38ad74a39bf diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.GeneratedMSBuildEditorConfig.editorconfig b/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 9adcb12f5..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = true -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.CsController -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/app/CsController/ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.GlobalUsings.g.cs b/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.assets.cache b/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.assets.cache deleted file mode 100644 index 4899f0ea8..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.assets.cache and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.AssemblyReference.cache b/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.AssemblyReference.cache deleted file mode 100644 index 18969f42e..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.CopyComplete b/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.CopyComplete deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.CoreCompileInputs.cache b/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.CoreCompileInputs.cache deleted file mode 100644 index 3577f1c49..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -88112dd4159f52d0d73ab90b4ac7a80512a3ae7a diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.FileListAbsolute.txt b/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.FileListAbsolute.txt deleted file mode 100644 index 50e684d4c..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,418 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.AssemblyInfo.cs -/home/kim/code/innovenergy/new_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.AssemblyInfo.cs -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/CsController -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/CsController.deps.json -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/CsController.runtimeconfig.json -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/CsController.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/ref/CsController.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/CsController.pdb -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/CliWrap.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Reactive.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.AppContext.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Buffers.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Collections.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Configuration.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Console.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Core.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Data.Common.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Data.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Drawing.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Globalization.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.IO.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Linq.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Memory.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.Http.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.Mail.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.Ping.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.Quic.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.Requests.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.Security.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Net.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Numerics.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.ObjectModel.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Private.Uri.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Private.Xml.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Reflection.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Runtime.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Security.Claims.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Security.Principal.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Security.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Text.Json.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Threading.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Transactions.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.ValueTuple.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Web.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Windows.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.Xml.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/System.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/WindowsBase.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/mscorlib.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/netstandard.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/createdump -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/libSystem.Native.so -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/libclrjit.so -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/libcoreclr.so -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/libdbgshim.so -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/libhostfxr.so -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/libhostpolicy.so -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/libmscordaccore.so -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/libmscordbi.so -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/Utils.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/VeDBus.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.pdb -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/Utils.pdb -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/VeDBus.pdb -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.CopyComplete -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/ref/CsController.dll -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.pdb -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/obj/Release/net6.0/linux-arm/CsController.genruntimeconfig.cache -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.deps.json -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.runtimeconfig.json -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/ref/CsController.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/CsController.pdb -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/CliWrap.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reactive.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.AppContext.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Buffers.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Collections.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ComponentModel.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Configuration.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Console.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Core.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Data.Common.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Data.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Drawing.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Globalization.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Compression.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.IO.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Linq.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Memory.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Http.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Mail.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Ping.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Quic.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Requests.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Security.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Net.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Numerics.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ObjectModel.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.Uri.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Private.Xml.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Reflection.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Runtime.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Claims.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.Principal.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Security.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.Json.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Threading.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Transactions.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.ValueTuple.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Web.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Windows.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.Xml.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/System.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/WindowsBase.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/mscorlib.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/netstandard.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/createdump -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Native.so -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/libclrjit.so -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/libcoreclr.so -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/libdbgshim.so -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/libhostfxr.so -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/libhostpolicy.so -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/libmscordaccore.so -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/libmscordbi.so -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/Utils.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/VeDBus.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.pdb -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/Utils.pdb -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/VeDBus.pdb -/home/kim/code/innovenergy/new/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.csproj.CopyComplete -/home/kim/code/innovenergy/new/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/obj/Release/net6.0/linux-arm/ref/CsController.dll -/home/kim/code/innovenergy/new/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.pdb -/home/kim/code/innovenergy/new/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.genruntimeconfig.cache diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.deps.json b/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.deps.json deleted file mode 100644 index 0e4c60083..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.deps.json +++ /dev/null @@ -1,1171 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0/linux-arm", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": {}, - ".NETCoreApp,Version=v6.0/linux-arm": { - "CsController/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "Utils": "1.0.0", - "VeDBus": "1.0.0", - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm": "6.0.10" - }, - "runtime": { - "CsController.dll": {} - } - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.10": { - "runtime": { - "Microsoft.Win32.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Buffers.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Concurrent.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Immutable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.NonGeneric.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.TypeConverter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Debug.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Process.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.StackTrace.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Tools.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.TraceSource.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.MemoryMappedFiles.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Pipes.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Expressions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Queryable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.NameResolution.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Sockets.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ObjectModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.CoreLib.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.Uri.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Metadata.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.InteropServices.RuntimeInformation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.InteropServices.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Thread.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.ThreadPool.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "netstandard.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "6.0.1022.47605" - } - } - }, - "CliWrap/3.3.1": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.3.1.0", - "fileVersion": "3.3.1.0" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Reflection.Emit/4.7.0": {}, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "InnovEnergy.DBus/1.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "InnovEnergy.DBus.dll": {} - } - }, - "Utils/1.0.0": { - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "Utils.dll": {} - } - }, - "VeDBus/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "System.Reactive": "5.0.0", - "Utils": "1.0.0" - }, - "runtime": { - "VeDBus.dll": {} - } - } - } - }, - "libraries": { - "CsController/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.10": { - "type": "runtimepack", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "path": "cliwrap/3.3.1", - "hashPath": "cliwrap.3.3.1.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "path": "system.reflection.emit/4.7.0", - "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Utils/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "VeDBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - }, - "runtimes": { - "alpine-arm": [ - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.10-arm": [ - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.11-arm": [ - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.12-arm": [ - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.13-arm": [ - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.14-arm": [ - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.15-arm": [ - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.16-arm": [ - "alpine.3.16", - "alpine.3.15-arm", - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.17-arm": [ - "alpine.3.17", - "alpine.3.16-arm", - "alpine.3.16", - "alpine.3.15-arm", - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.6-arm": [ - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.7-arm": [ - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.8-arm": [ - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.9-arm": [ - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android-arm": [ - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.21-arm": [ - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.22-arm": [ - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.23-arm": [ - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.24-arm": [ - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.25-arm": [ - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.26-arm": [ - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.27-arm": [ - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.28-arm": [ - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.29-arm": [ - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.30-arm": [ - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.31-arm": [ - "android.31", - "android.30-arm", - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian-arm": [ - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.10-arm": [ - "debian.10", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.11-arm": [ - "debian.11", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.8-arm": [ - "debian.8", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.9-arm": [ - "debian.9", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-arm": [ - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-musl-arm": [ - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu-arm": [ - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.04-arm": [ - "ubuntu.14.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.10-arm": [ - "ubuntu.14.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.04-arm": [ - "ubuntu.15.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.10-arm": [ - "ubuntu.15.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.04-arm": [ - "ubuntu.16.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.10-arm": [ - "ubuntu.16.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.04-arm": [ - "ubuntu.17.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.10-arm": [ - "ubuntu.17.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.04-arm": [ - "ubuntu.18.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.10-arm": [ - "ubuntu.18.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.04-arm": [ - "ubuntu.19.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.10-arm": [ - "ubuntu.19.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.04-arm": [ - "ubuntu.20.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.10-arm": [ - "ubuntu.20.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.04-arm": [ - "ubuntu.21.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.10-arm": [ - "ubuntu.21.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.04-arm": [ - "ubuntu.22.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.10-arm": [ - "ubuntu.22.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ] - } -} \ No newline at end of file diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.dll deleted file mode 100644 index 3eed87cbd..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.genruntimeconfig.cache b/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.genruntimeconfig.cache deleted file mode 100644 index 6b9d2be68..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -d78bfe08af958f69e5b800ee6cc838c892aadc24 diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.pdb b/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.pdb deleted file mode 100644 index 88f1b0cc1..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/CsController.pdb and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.6a3ec97a63.txt b/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.6a3ec97a63.txt deleted file mode 100644 index ad1325beb..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.6a3ec97a63.txt +++ /dev/null @@ -1,4 +0,0 @@ -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/publish/CsController.pdb -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/publish/InnovEnergy.DBus.pdb -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/publish/VeDBus.pdb -/home/kim/code/innovenergy/new_trunk/newest_trunk/csharp/CsController/bin/Release/net6.0/linux-arm/publish/CsController diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.8f26bbf3d2.txt b/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.8f26bbf3d2.txt deleted file mode 100644 index 96fe9913a..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.8f26bbf3d2.txt +++ /dev/null @@ -1 +0,0 @@ -/home/atef/code/innovenergy/server/Controller/bin/Release/net6.0/linux-arm/publish/Controller diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.a5598414a3.txt b/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.a5598414a3.txt deleted file mode 100644 index c4fdcc48f..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.a5598414a3.txt +++ /dev/null @@ -1,5 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/CsController.pdb -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/InnovEnergy.DBus.pdb -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/Utils.pdb -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/VeDBus.pdb -/home/kim/code/innovenergy/new/csharp/app/CsController/bin/Release/net6.0/linux-arm/publish/CsController diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.b172c91d56.txt b/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.b172c91d56.txt deleted file mode 100644 index 35cbe62c6..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.b172c91d56.txt +++ /dev/null @@ -1,3 +0,0 @@ -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/publish/InnovEnergy.DBus.pdb -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/publish/VeDBus.pdb -/home/atef/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/publish/Controller diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.db5c51780c.txt b/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.db5c51780c.txt deleted file mode 100644 index f47a0d3c3..000000000 --- a/csharp/app/CsController/obj/Release/net6.0/linux-arm/PublishOutputs.db5c51780c.txt +++ /dev/null @@ -1,4 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/publish/Controller.pdb -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/publish/InnovEnergy.DBus.pdb -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/publish/VeDBus.pdb -/home/kim/code/innovenergy/new/csharp/Controller/bin/Release/net6.0/linux-arm/publish/Controller diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/CliWrap.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/CliWrap.dll deleted file mode 100644 index 54dc605fb..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/CliWrap.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/Controller.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/Controller.dll deleted file mode 100644 index aa237ca5d..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/Controller.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/CsController.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/CsController.dll deleted file mode 100644 index 790c94981..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/CsController.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/InnovEnergy.DBus.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/InnovEnergy.DBus.dll deleted file mode 100644 index 390acc3c7..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/Microsoft.Win32.Primitives.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/Microsoft.Win32.Primitives.dll deleted file mode 100644 index 778cc6fd0..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Collections.Concurrent.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Collections.Concurrent.dll deleted file mode 100644 index 016491a3c..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Collections.Concurrent.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Collections.Immutable.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Collections.Immutable.dll deleted file mode 100644 index fe664aa1b..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Collections.Immutable.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Collections.NonGeneric.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Collections.NonGeneric.dll deleted file mode 100644 index 06653d786..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Collections.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Collections.dll deleted file mode 100644 index 54fdbb9f1..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Collections.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.Primitives.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.Primitives.dll deleted file mode 100644 index e8e405e58..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.TypeConverter.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index 08045df60..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.dll deleted file mode 100644 index 69763f7cc..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Console.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Console.dll deleted file mode 100644 index a5363ae7b..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Console.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.Process.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.Process.dll deleted file mode 100644 index 93f26df25..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.Process.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.StackTrace.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.StackTrace.dll deleted file mode 100644 index a27dfbbbc..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.TraceSource.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.TraceSource.dll deleted file mode 100644 index f9980da7e..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.IO.Compression.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.IO.Compression.dll deleted file mode 100644 index 9eb034c4a..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.IO.Compression.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.IO.MemoryMappedFiles.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index eda0412fa..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.IO.Pipes.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.IO.Pipes.dll deleted file mode 100644 index 8f5135009..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.IO.Pipes.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Linq.Expressions.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Linq.Expressions.dll deleted file mode 100644 index cf7daa435..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Linq.Expressions.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Linq.Queryable.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Linq.Queryable.dll deleted file mode 100644 index 577801a67..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Linq.Queryable.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Linq.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Linq.dll deleted file mode 100644 index 1d1473a26..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Linq.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Net.NameResolution.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Net.NameResolution.dll deleted file mode 100644 index 6fe47da3d..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Net.NameResolution.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Net.Primitives.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Net.Primitives.dll deleted file mode 100644 index 0c0a2e993..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Net.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Net.Sockets.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Net.Sockets.dll deleted file mode 100644 index c1bf5bcde..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Net.Sockets.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.ObjectModel.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.ObjectModel.dll deleted file mode 100644 index 982fb1cec..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.ObjectModel.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Private.CoreLib.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Private.CoreLib.dll deleted file mode 100644 index 57c38b4be..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Private.CoreLib.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Private.Uri.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Private.Uri.dll deleted file mode 100644 index 770247c9a..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Private.Uri.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Reactive.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Reactive.dll deleted file mode 100644 index 7aa6e5e0f..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Reactive.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Reflection.Metadata.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Reflection.Metadata.dll deleted file mode 100644 index acb6d2057..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Reflection.Metadata.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Runtime.CompilerServices.Unsafe.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100644 index 61484d5fc..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.RuntimeInformation.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 3b37bd1ea..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.dll deleted file mode 100644 index cca71f8d2..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Threading.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Threading.dll deleted file mode 100644 index c31f88d53..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/System.Threading.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/Utils.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/Utils.dll deleted file mode 100644 index b4d03be09..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/Utils.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/VeDBus.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/VeDBus.dll deleted file mode 100644 index e28d91000..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/R2R/VeDBus.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/CliWrap.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/CliWrap.dll deleted file mode 100755 index 907908a1b..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/CliWrap.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Controller.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Controller.dll deleted file mode 100644 index d69f44772..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Controller.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Controller.pdb b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Controller.pdb deleted file mode 100644 index 007cd7240..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Controller.pdb and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/CsController.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/CsController.dll deleted file mode 100644 index 5da0ad14a..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/CsController.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/CsController.pdb b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/CsController.pdb deleted file mode 100644 index 899c102dc..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/CsController.pdb and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/InnovEnergy.DBus.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/InnovEnergy.DBus.dll deleted file mode 100644 index 14d479667..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/InnovEnergy.DBus.pdb b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/InnovEnergy.DBus.pdb deleted file mode 100644 index 73f2241a9..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/InnovEnergy.DBus.pdb and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Link.semaphore b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Link.semaphore deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Microsoft.Win32.Primitives.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Microsoft.Win32.Primitives.dll deleted file mode 100644 index 7dedbe627..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Buffers.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Buffers.dll deleted file mode 100644 index 99127297d..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Buffers.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Collections.Concurrent.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Collections.Concurrent.dll deleted file mode 100644 index b91226030..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Collections.Concurrent.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Collections.Immutable.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Collections.Immutable.dll deleted file mode 100644 index d6ccfc684..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Collections.Immutable.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Collections.NonGeneric.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Collections.NonGeneric.dll deleted file mode 100644 index e6d581ce4..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Collections.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Collections.dll deleted file mode 100644 index 34c3d3e6c..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Collections.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.Primitives.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.Primitives.dll deleted file mode 100644 index 66bf7a4bb..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.TypeConverter.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index f4685ef50..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.dll deleted file mode 100644 index b66e8e84f..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Console.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Console.dll deleted file mode 100644 index 23c02a66b..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Console.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Debug.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Debug.dll deleted file mode 100644 index a27320967..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Process.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Process.dll deleted file mode 100644 index f335b240c..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Process.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.StackTrace.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.StackTrace.dll deleted file mode 100644 index 9dfa972a9..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Tools.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Tools.dll deleted file mode 100644 index 7fc428f0e..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.TraceSource.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.TraceSource.dll deleted file mode 100644 index 28239bfc5..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.IO.Compression.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.IO.Compression.dll deleted file mode 100644 index 5392ad5ee..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.IO.Compression.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.IO.FileSystem.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.IO.FileSystem.dll deleted file mode 100644 index d37f9d62c..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.IO.FileSystem.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.IO.MemoryMappedFiles.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index 595b9a56f..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.IO.Pipes.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.IO.Pipes.dll deleted file mode 100644 index da6fb4abc..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.IO.Pipes.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Linq.Expressions.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Linq.Expressions.dll deleted file mode 100644 index 528172df6..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Linq.Expressions.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Linq.Queryable.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Linq.Queryable.dll deleted file mode 100644 index dfa3ec843..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Linq.Queryable.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Linq.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Linq.dll deleted file mode 100644 index d650da794..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Linq.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Net.NameResolution.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Net.NameResolution.dll deleted file mode 100644 index e34e7db6b..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Net.NameResolution.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Net.Primitives.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Net.Primitives.dll deleted file mode 100644 index f986fba4a..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Net.Primitives.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Net.Sockets.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Net.Sockets.dll deleted file mode 100644 index 2342b8a4e..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Net.Sockets.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.ObjectModel.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.ObjectModel.dll deleted file mode 100644 index 0afd40b25..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.ObjectModel.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Private.CoreLib.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Private.CoreLib.dll deleted file mode 100644 index 19c78865d..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Private.CoreLib.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Private.Uri.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Private.Uri.dll deleted file mode 100644 index affdb9424..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Private.Uri.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Reactive.Linq.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Reactive.Linq.dll deleted file mode 100755 index 2af4a4b63..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Reactive.Linq.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Reactive.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Reactive.dll deleted file mode 100755 index eb364ecdc..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Reactive.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Reflection.Metadata.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Reflection.Metadata.dll deleted file mode 100644 index 4392af810..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Reflection.Metadata.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.CompilerServices.Unsafe.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100644 index 52477ca14..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.Extensions.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.Extensions.dll deleted file mode 100644 index 1fb07585d..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.Extensions.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.RuntimeInformation.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index e0ae67fa1..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.dll deleted file mode 100644 index 22c7eca93..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.dll deleted file mode 100644 index 30f894ff0..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Runtime.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Threading.Tasks.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Threading.Tasks.dll deleted file mode 100644 index 0438b098a..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Threading.Tasks.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Threading.Thread.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Threading.Thread.dll deleted file mode 100644 index 3757668e1..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Threading.Thread.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Threading.ThreadPool.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Threading.ThreadPool.dll deleted file mode 100644 index 8018972e0..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Threading.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Threading.dll deleted file mode 100644 index e9aec7d99..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.Threading.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.dll deleted file mode 100644 index 4868542ac..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/System.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Utils.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Utils.dll deleted file mode 100644 index e33c9c7de..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Utils.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Utils.pdb b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Utils.pdb deleted file mode 100644 index a841cdfc1..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/Utils.pdb and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/VeDBus.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/VeDBus.dll deleted file mode 100644 index ac99f1721..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/VeDBus.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/VeDBus.pdb b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/VeDBus.pdb deleted file mode 100644 index 79cb21105..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/VeDBus.pdb and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/netstandard.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/netstandard.dll deleted file mode 100644 index b5022e699..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/linked/netstandard.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/ref/Controller.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/ref/Controller.dll deleted file mode 100644 index 37421ea79..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/ref/Controller.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/ref/CsController.dll b/csharp/app/CsController/obj/Release/net6.0/linux-arm/ref/CsController.dll deleted file mode 100644 index 30e5c3cca..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/ref/CsController.dll and /dev/null differ diff --git a/csharp/app/CsController/obj/Release/net6.0/linux-arm/singlefilehost b/csharp/app/CsController/obj/Release/net6.0/linux-arm/singlefilehost deleted file mode 100755 index 7b927aa18..000000000 Binary files a/csharp/app/CsController/obj/Release/net6.0/linux-arm/singlefilehost and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/CliWrap.dll b/csharp/app/EmuMeter/bin/Debug/net6.0/CliWrap.dll deleted file mode 100755 index 156daad87..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/CliWrap.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter b/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter deleted file mode 100755 index 52606e700..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.deps.json b/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.deps.json deleted file mode 100644 index de07c3386..000000000 --- a/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.deps.json +++ /dev/null @@ -1,157 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "EmuMeter/1.0.0": { - "dependencies": { - "CliWrap": "3.5.0", - "InnovEnergy.DBus": "1.0.0", - "InnovEnergy.Lib.Protocols.Modbus": "1.0.0", - "Utils": "1.0.0", - "VeDBus": "1.0.0" - }, - "runtime": { - "EmuMeter.dll": {} - } - }, - "CliWrap/3.5.0": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.5.0.0", - "fileVersion": "3.5.0.0" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Reflection.Emit/4.7.0": {}, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "InnovEnergy.DBus/1.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "InnovEnergy.DBus.dll": {} - } - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "runtime": { - "InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - }, - "Utils/1.0.0": { - "dependencies": { - "CliWrap": "3.5.0", - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "Utils.dll": {} - } - }, - "VeDBus/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "System.Reactive": "5.0.0", - "Utils": "1.0.0" - }, - "runtime": { - "VeDBus.dll": {} - } - } - } - }, - "libraries": { - "EmuMeter/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JhC8xnY2uVPD8/o/wj8o+5uYQ8jiWJ9rrgTI6i5QqZco++nelZ8RgBjcLmPMJMQMvAXu39obUA/aeEEaYdQUhw==", - "path": "cliwrap/3.5.0", - "hashPath": "cliwrap.3.5.0.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "path": "system.reflection.emit/4.7.0", - "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Utils/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "VeDBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.dll b/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.dll deleted file mode 100644 index ffd49964f..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.pdb b/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.pdb deleted file mode 100644 index da8b245ed..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.runtimeconfig.json b/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.runtimeconfig.json deleted file mode 100644 index 2de9ea910..000000000 --- a/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.runtimeconfig.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - "configProperties": { - "System.Globalization.Invariant": true, - "System.Globalization.PredefinedCulturesOnly": true - } - } -} \ No newline at end of file diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.DBus.dll b/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.DBus.dll deleted file mode 100644 index a74435135..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.DBus.pdb b/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.DBus.pdb deleted file mode 100644 index 3521b2ce7..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.DBus.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll b/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll deleted file mode 100644 index e508e6a1e..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb b/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb deleted file mode 100644 index 1991f12f2..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/System.Reactive.Linq.dll b/csharp/app/EmuMeter/bin/Debug/net6.0/System.Reactive.Linq.dll deleted file mode 100755 index 2af4a4b63..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/System.Reactive.Linq.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/System.Reactive.dll b/csharp/app/EmuMeter/bin/Debug/net6.0/System.Reactive.dll deleted file mode 100755 index eb364ecdc..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/System.Reactive.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/Utils.dll b/csharp/app/EmuMeter/bin/Debug/net6.0/Utils.dll deleted file mode 100644 index 41af88df8..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/Utils.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/Utils.pdb b/csharp/app/EmuMeter/bin/Debug/net6.0/Utils.pdb deleted file mode 100644 index 9446f5f71..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/Utils.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/VeDBus.dll b/csharp/app/EmuMeter/bin/Debug/net6.0/VeDBus.dll deleted file mode 100644 index cb4be37ad..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/VeDBus.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/VeDBus.pdb b/csharp/app/EmuMeter/bin/Debug/net6.0/VeDBus.pdb deleted file mode 100644 index 8b040440d..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/VeDBus.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Debug/net6.0/ref/EmuMeter.dll b/csharp/app/EmuMeter/bin/Debug/net6.0/ref/EmuMeter.dll deleted file mode 100644 index 4979cd25e..000000000 Binary files a/csharp/app/EmuMeter/bin/Debug/net6.0/ref/EmuMeter.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/CliWrap.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/CliWrap.dll deleted file mode 100755 index 156daad87..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/CliWrap.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter deleted file mode 100755 index 4f41351bf..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.deps.json b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.deps.json deleted file mode 100644 index 9861e0b6f..000000000 --- a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.deps.json +++ /dev/null @@ -1,1727 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0/linux-arm", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": {}, - ".NETCoreApp,Version=v6.0/linux-arm": { - "EmuMeter/1.0.0": { - "dependencies": { - "CliWrap": "3.5.0", - "InnovEnergy.DBus": "1.0.0", - "InnovEnergy.Lib.Protocols.Modbus": "1.0.0", - "Utils": "1.0.0", - "VeDBus": "1.0.0", - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm": "6.0.10" - }, - "runtime": { - "EmuMeter.dll": {} - } - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.10": { - "runtime": { - "Microsoft.CSharp.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "Microsoft.VisualBasic.Core.dll": { - "assemblyVersion": "11.0.0.0", - "fileVersion": "11.100.1022.47605" - }, - "Microsoft.VisualBasic.dll": { - "assemblyVersion": "10.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "Microsoft.Win32.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "Microsoft.Win32.Registry.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.AppContext.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Buffers.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Concurrent.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Immutable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.NonGeneric.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Specialized.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.Annotations.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.DataAnnotations.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.EventBasedAsync.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.TypeConverter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Configuration.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Core.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Data.Common.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Data.DataSetExtensions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Data.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Contracts.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Debug.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.DiagnosticSource.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.FileVersionInfo.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Process.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.StackTrace.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.TextWriterTraceListener.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Tools.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.TraceSource.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Tracing.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Drawing.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Drawing.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Dynamic.Runtime.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Formats.Asn1.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Globalization.Calendars.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Globalization.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Globalization.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.Brotli.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.FileSystem.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.ZipFile.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.DriveInfo.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.Watcher.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.IsolatedStorage.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.MemoryMappedFiles.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Pipes.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Pipes.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.UnmanagedMemoryStream.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Expressions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Parallel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Queryable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Memory.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Http.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Http.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.HttpListener.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Mail.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.NameResolution.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.NetworkInformation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Ping.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Quic.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Requests.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Security.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.ServicePoint.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Sockets.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebClient.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebHeaderCollection.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebProxy.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebSockets.Client.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.WebSockets.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Numerics.Vectors.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Numerics.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ObjectModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.CoreLib.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.DataContractSerialization.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.Uri.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.Xml.Linq.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.Xml.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.DispatchProxy.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Emit.ILGeneration.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Emit.Lightweight.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Emit.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Metadata.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.TypeExtensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Resources.Reader.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Resources.ResourceManager.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Resources.Writer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.CompilerServices.VisualC.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Handles.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.InteropServices.RuntimeInformation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.InteropServices.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Intrinsics.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Loader.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Numerics.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.Formatters.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.Xml.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.AccessControl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Claims.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Algorithms.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Cng.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Csp.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Encoding.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.OpenSsl.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Cryptography.X509Certificates.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Principal.Windows.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.Principal.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.SecureString.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Security.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ServiceModel.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ServiceProcess.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Encoding.CodePages.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Encoding.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Encoding.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Encodings.Web.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.RegularExpressions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Channels.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Overlapped.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.Dataflow.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.Parallel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Thread.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.ThreadPool.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Timer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Transactions.Local.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Transactions.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ValueTuple.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Web.HttpUtility.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Web.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Windows.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.Linq.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.ReaderWriter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.Serialization.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XPath.XDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XPath.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XmlDocument.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.XmlSerializer.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Xml.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "WindowsBase.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "mscorlib.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "netstandard.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "6.0.1022.47605" - } - }, - "native": { - "createdump": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Globalization.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.IO.Compression.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Net.Security.Native.so": { - "fileVersion": "0.0.0.0" - }, - "libSystem.Security.Cryptography.Native.OpenSsl.so": { - "fileVersion": "0.0.0.0" - }, - "libclrjit.so": { - "fileVersion": "0.0.0.0" - }, - "libcoreclr.so": { - "fileVersion": "0.0.0.0" - }, - "libcoreclrtraceptprovider.so": { - "fileVersion": "0.0.0.0" - }, - "libdbgshim.so": { - "fileVersion": "0.0.0.0" - }, - "libhostfxr.so": { - "fileVersion": "0.0.0.0" - }, - "libhostpolicy.so": { - "fileVersion": "0.0.0.0" - }, - "libmscordaccore.so": { - "fileVersion": "0.0.0.0" - }, - "libmscordbi.so": { - "fileVersion": "0.0.0.0" - } - } - }, - "CliWrap/3.5.0": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.5.0.0", - "fileVersion": "3.5.0.0" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Reflection.Emit/4.7.0": {}, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "InnovEnergy.DBus/1.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "InnovEnergy.DBus.dll": {} - } - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "runtime": { - "InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - }, - "Utils/1.0.0": { - "dependencies": { - "CliWrap": "3.5.0", - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "Utils.dll": {} - } - }, - "VeDBus/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "System.Reactive": "5.0.0", - "Utils": "1.0.0" - }, - "runtime": { - "VeDBus.dll": {} - } - } - } - }, - "libraries": { - "EmuMeter/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.10": { - "type": "runtimepack", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JhC8xnY2uVPD8/o/wj8o+5uYQ8jiWJ9rrgTI6i5QqZco++nelZ8RgBjcLmPMJMQMvAXu39obUA/aeEEaYdQUhw==", - "path": "cliwrap/3.5.0", - "hashPath": "cliwrap.3.5.0.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "path": "system.reflection.emit/4.7.0", - "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Utils/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "VeDBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - }, - "runtimes": { - "alpine-arm": [ - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.10-arm": [ - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.11-arm": [ - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.12-arm": [ - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.13-arm": [ - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.14-arm": [ - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.15-arm": [ - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.16-arm": [ - "alpine.3.16", - "alpine.3.15-arm", - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.17-arm": [ - "alpine.3.17", - "alpine.3.16-arm", - "alpine.3.16", - "alpine.3.15-arm", - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.6-arm": [ - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.7-arm": [ - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.8-arm": [ - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.9-arm": [ - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android-arm": [ - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.21-arm": [ - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.22-arm": [ - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.23-arm": [ - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.24-arm": [ - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.25-arm": [ - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.26-arm": [ - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.27-arm": [ - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.28-arm": [ - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.29-arm": [ - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.30-arm": [ - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.31-arm": [ - "android.31", - "android.30-arm", - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian-arm": [ - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.10-arm": [ - "debian.10", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.11-arm": [ - "debian.11", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.8-arm": [ - "debian.8", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.9-arm": [ - "debian.9", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-arm": [ - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-musl-arm": [ - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu-arm": [ - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.04-arm": [ - "ubuntu.14.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.10-arm": [ - "ubuntu.14.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.04-arm": [ - "ubuntu.15.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.10-arm": [ - "ubuntu.15.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.04-arm": [ - "ubuntu.16.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.10-arm": [ - "ubuntu.16.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.04-arm": [ - "ubuntu.17.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.10-arm": [ - "ubuntu.17.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.04-arm": [ - "ubuntu.18.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.10-arm": [ - "ubuntu.18.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.04-arm": [ - "ubuntu.19.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.10-arm": [ - "ubuntu.19.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.04-arm": [ - "ubuntu.20.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.10-arm": [ - "ubuntu.20.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.04-arm": [ - "ubuntu.21.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.10-arm": [ - "ubuntu.21.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.04-arm": [ - "ubuntu.22.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.10-arm": [ - "ubuntu.22.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ] - } -} \ No newline at end of file diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.dll deleted file mode 100644 index 641e3bb79..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.pdb b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.pdb deleted file mode 100644 index b8e533305..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.runtimeconfig.json b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.runtimeconfig.json deleted file mode 100644 index bf160c6bf..000000000 --- a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.runtimeconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "includedFrameworks": [ - { - "name": "Microsoft.NETCore.App", - "version": "6.0.10" - } - ], - "configProperties": { - "Microsoft.Extensions.DependencyInjection.VerifyOpenGenericServiceTrimmability": true, - "System.ComponentModel.TypeConverter.EnableUnsafeBinaryFormatterInDesigntimeLicenseContextSerialization": false, - "System.Globalization.Invariant": true, - "System.Globalization.PredefinedCulturesOnly": true, - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, - "System.Resources.ResourceManager.AllowCustomResourceTypes": false, - "System.Runtime.InteropServices.BuiltInComInterop.IsSupported": false, - "System.Runtime.InteropServices.EnableConsumingManagedCodeFromNativeHosting": false, - "System.Runtime.InteropServices.EnableCppCLIHostActivation": false, - "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false, - "System.StartupHookProvider.IsSupported": false, - "System.Threading.Thread.EnableAutoreleasePool": false, - "System.Text.Encoding.EnableUnsafeUTF7Encoding": false - } - } -} \ No newline at end of file diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.dll deleted file mode 100644 index 0ff84c046..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.pdb b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.pdb deleted file mode 100644 index c81f137c5..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.Lib.Protocols.Modbus.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.Lib.Protocols.Modbus.dll deleted file mode 100644 index df4215f32..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.Lib.Protocols.Modbus.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.Lib.Protocols.Modbus.pdb b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.Lib.Protocols.Modbus.pdb deleted file mode 100644 index 324a4250d..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.Lib.Protocols.Modbus.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll deleted file mode 100755 index 0b2dc1b7b..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll deleted file mode 100755 index 4c423c99d..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll deleted file mode 100755 index 4abb2005b..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll deleted file mode 100755 index 6c426d7e6..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll deleted file mode 100755 index 18ba10307..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.AppContext.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.AppContext.dll deleted file mode 100755 index e342bf307..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.AppContext.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Buffers.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Buffers.dll deleted file mode 100755 index 328bd77fa..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Buffers.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll deleted file mode 100755 index f34216c52..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll deleted file mode 100755 index 72845df1d..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll deleted file mode 100755 index a978932d3..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll deleted file mode 100755 index 8c51516cf..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.dll deleted file mode 100755 index b8a9458a7..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll deleted file mode 100755 index 1e212ec33..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll deleted file mode 100755 index 3d54d04e6..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll deleted file mode 100755 index c7b0389d2..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll deleted file mode 100755 index f33c68543..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll deleted file mode 100755 index c90507c5b..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.dll deleted file mode 100755 index 70b0c06f7..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Configuration.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Configuration.dll deleted file mode 100755 index 2d559ca4f..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Configuration.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Console.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Console.dll deleted file mode 100755 index 569cfc4e6..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Console.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Core.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Core.dll deleted file mode 100755 index 0123e106c..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Core.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Data.Common.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Data.Common.dll deleted file mode 100755 index 9a3befc3e..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Data.Common.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll deleted file mode 100755 index f7744511d..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Data.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Data.dll deleted file mode 100755 index bd6dc9000..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Data.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll deleted file mode 100755 index 7dc9e9928..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll deleted file mode 100755 index dfba7cc43..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll deleted file mode 100755 index 78f67740a..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll deleted file mode 100755 index e32c68c44..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll deleted file mode 100755 index ce86646f8..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll deleted file mode 100755 index 52cd235ed..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll deleted file mode 100755 index 02f2b4061..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll deleted file mode 100755 index 473093877..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll deleted file mode 100755 index dd8224e82..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll deleted file mode 100755 index 0ac967e22..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll deleted file mode 100755 index 7bb92e806..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Drawing.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Drawing.dll deleted file mode 100755 index 1dd4723d6..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Drawing.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll deleted file mode 100755 index 60fa9a7d1..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll deleted file mode 100755 index 5f5f6face..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll deleted file mode 100755 index 9a9d98cac..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll deleted file mode 100755 index c1c512552..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Globalization.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Globalization.dll deleted file mode 100755 index 6c9d1fbb9..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Globalization.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll deleted file mode 100755 index f72eabd04..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll deleted file mode 100755 index fee1fe0d2..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll deleted file mode 100755 index d3f0b94a9..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.dll deleted file mode 100755 index daa01b453..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll deleted file mode 100755 index 2fab2abef..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll deleted file mode 100755 index 7fc4d5e8f..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll deleted file mode 100755 index 8c24805d5..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll deleted file mode 100755 index b3e1e662d..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll deleted file mode 100755 index 97476c19b..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll deleted file mode 100755 index 2252e9cb2..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll deleted file mode 100755 index 2822f90a5..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll deleted file mode 100755 index d145b1406..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll deleted file mode 100755 index ca119eed8..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll deleted file mode 100755 index 5229d75c5..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.dll deleted file mode 100755 index 49b272a56..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll deleted file mode 100755 index 9230a108f..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll deleted file mode 100755 index 08f19f262..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll deleted file mode 100755 index 874e0c027..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.dll deleted file mode 100755 index efeee5f19..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Memory.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Memory.dll deleted file mode 100755 index 10c40bbd3..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Memory.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll deleted file mode 100755 index db2ce9394..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Http.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Http.dll deleted file mode 100755 index fe403a3bf..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Http.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll deleted file mode 100755 index b8e41be59..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Mail.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Mail.dll deleted file mode 100755 index 34bfda251..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Mail.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll deleted file mode 100755 index 5b280d5bc..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll deleted file mode 100755 index bee324045..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Ping.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Ping.dll deleted file mode 100755 index 9b653ce7b..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Ping.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll deleted file mode 100755 index cdd5a8cde..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Quic.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Quic.dll deleted file mode 100755 index 9b812ce30..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Quic.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Requests.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Requests.dll deleted file mode 100755 index 65fcac34f..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Requests.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Security.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Security.dll deleted file mode 100755 index 4becd0db7..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Security.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll deleted file mode 100755 index d301515a1..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll deleted file mode 100755 index b5e5a42ec..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll deleted file mode 100755 index 90d819e4a..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll deleted file mode 100755 index 6eb903af7..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll deleted file mode 100755 index 40c976081..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll deleted file mode 100755 index 77f752658..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll deleted file mode 100755 index 21064e2d3..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.dll deleted file mode 100755 index 51a980a7e..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll deleted file mode 100755 index b8e93cc05..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Numerics.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Numerics.dll deleted file mode 100755 index e95c8f249..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Numerics.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ObjectModel.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ObjectModel.dll deleted file mode 100755 index a5a1f64ff..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ObjectModel.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll deleted file mode 100755 index 433a9dc1f..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll deleted file mode 100755 index ac1ce2f80..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.Uri.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.Uri.dll deleted file mode 100755 index fe7c42a84..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.Uri.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll deleted file mode 100755 index b773afe40..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.Xml.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.Xml.dll deleted file mode 100755 index c4afeafe9..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.Xml.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll deleted file mode 100755 index 2af4a4b63..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reactive.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reactive.dll deleted file mode 100755 index eb364ecdc..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reactive.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll deleted file mode 100755 index 8feed796a..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll deleted file mode 100755 index e9f02b49e..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll deleted file mode 100755 index f707fd3a8..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll deleted file mode 100755 index f2548c4b4..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll deleted file mode 100755 index d013e1783..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll deleted file mode 100755 index f28b91f3c..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll deleted file mode 100755 index bc4e09555..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll deleted file mode 100755 index dbba9f797..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.dll deleted file mode 100755 index 7fb433b1e..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll deleted file mode 100755 index f22f31a23..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll deleted file mode 100755 index 11329eabb..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll deleted file mode 100755 index 8e6021a71..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100755 index 6993b4473..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll deleted file mode 100755 index 42922a020..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll deleted file mode 100755 index c4898bc71..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll deleted file mode 100755 index 81437ee8e..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100755 index 38674ad75..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll deleted file mode 100755 index 381b9d96c..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll deleted file mode 100755 index 75087babd..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll deleted file mode 100755 index 294b06bf0..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll deleted file mode 100755 index f65381996..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll deleted file mode 100755 index 736f33c9e..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll deleted file mode 100755 index ea4a9215b..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll deleted file mode 100755 index 4fe644920..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll deleted file mode 100755 index 71a018ba0..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll deleted file mode 100755 index 83cc62180..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.dll deleted file mode 100755 index 122443c8a..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll deleted file mode 100755 index dee7b02f3..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Claims.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Claims.dll deleted file mode 100755 index 5769c94cd..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Claims.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll deleted file mode 100755 index 3b60fb51a..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll deleted file mode 100755 index 553edc5e7..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll deleted file mode 100755 index 2d4e13c1e..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll deleted file mode 100755 index 5a7e14b78..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll deleted file mode 100755 index 5176a7e9d..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll deleted file mode 100755 index 3fe075604..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll deleted file mode 100755 index 869f308b1..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll deleted file mode 100755 index 2547fef7f..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Principal.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Principal.dll deleted file mode 100755 index f879fc7a2..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Principal.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll deleted file mode 100755 index 1414b8523..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.dll deleted file mode 100755 index 35f75cb4d..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll deleted file mode 100755 index d332a6dd2..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll deleted file mode 100755 index ad0083eb0..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll deleted file mode 100755 index 504a1e895..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll deleted file mode 100755 index 0be9525e3..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll deleted file mode 100755 index 212463b0a..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll deleted file mode 100755 index 86d341ebf..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Json.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Json.dll deleted file mode 100755 index c99a15480..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Json.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll deleted file mode 100755 index 316515fbc..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll deleted file mode 100755 index edbad0b35..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll deleted file mode 100755 index d69096af0..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll deleted file mode 100755 index ce191563f..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll deleted file mode 100755 index be107df71..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll deleted file mode 100755 index 68f3f02a9..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll deleted file mode 100755 index 63bd7e627..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll deleted file mode 100755 index a48c2b864..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll deleted file mode 100755 index cc7dee4b5..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll deleted file mode 100755 index 26eda30a9..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.dll deleted file mode 100755 index 79bbe7882..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll deleted file mode 100755 index 2bb936b93..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Transactions.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Transactions.dll deleted file mode 100755 index f5de02642..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Transactions.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ValueTuple.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ValueTuple.dll deleted file mode 100755 index 72da3a900..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ValueTuple.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll deleted file mode 100755 index 0e8a3e429..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Web.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Web.dll deleted file mode 100755 index 2966752bf..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Web.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Windows.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Windows.dll deleted file mode 100755 index d5e0bb5b9..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Windows.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll deleted file mode 100755 index 0c293c319..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll deleted file mode 100755 index fd359a38c..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll deleted file mode 100755 index 1177009ab..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll deleted file mode 100755 index 01ed1bbf8..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll deleted file mode 100755 index 9846b9126..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll deleted file mode 100755 index ed1eb66f3..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll deleted file mode 100755 index 56a9bfc74..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll deleted file mode 100755 index 971ae4b46..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.dll deleted file mode 100755 index 8d9584885..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.dll deleted file mode 100755 index 932a14f12..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Utils.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Utils.dll deleted file mode 100644 index ada1f3915..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Utils.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Utils.pdb b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Utils.pdb deleted file mode 100644 index a04a3866e..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Utils.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/VeDBus.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/VeDBus.dll deleted file mode 100644 index e329d1e45..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/VeDBus.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/VeDBus.pdb b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/VeDBus.pdb deleted file mode 100644 index 5965a8c0d..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/VeDBus.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/WindowsBase.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/WindowsBase.dll deleted file mode 100755 index 4e3e058b8..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/WindowsBase.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/createdump b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/createdump deleted file mode 100755 index fdbcd556c..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/createdump and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so deleted file mode 100755 index ffd08a1b0..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so deleted file mode 100755 index ab2714043..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Native.so b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Native.so deleted file mode 100755 index 8a9e6c466..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Native.so and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so deleted file mode 100755 index 197482364..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so deleted file mode 100755 index f59e82978..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libclrjit.so b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libclrjit.so deleted file mode 100755 index aaefd356c..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libclrjit.so and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libcoreclr.so b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libcoreclr.so deleted file mode 100755 index 1383ce3e3..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libcoreclr.so and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so deleted file mode 100755 index e50439956..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libdbgshim.so b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libdbgshim.so deleted file mode 100755 index b31dac5c7..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libdbgshim.so and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libhostfxr.so b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libhostfxr.so deleted file mode 100755 index b2b57d075..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libhostfxr.so and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libhostpolicy.so b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libhostpolicy.so deleted file mode 100755 index b9a2e892e..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libhostpolicy.so and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libmscordaccore.so b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libmscordaccore.so deleted file mode 100755 index 1bea5787a..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libmscordaccore.so and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libmscordbi.so b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libmscordbi.so deleted file mode 100755 index 0d3ac3a7c..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libmscordbi.so and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/mscorlib.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/mscorlib.dll deleted file mode 100755 index a7bb9df9c..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/mscorlib.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/netstandard.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/netstandard.dll deleted file mode 100755 index f42a56628..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/netstandard.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/EmuMeter b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/EmuMeter deleted file mode 100755 index 35431b809..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/EmuMeter and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/EmuMeter.pdb b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/EmuMeter.pdb deleted file mode 100644 index a3fc511f1..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/EmuMeter.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/InnovEnergy.DBus.pdb b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/InnovEnergy.DBus.pdb deleted file mode 100644 index 96f714b69..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/InnovEnergy.DBus.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/InnovEnergy.Lib.Protocols.Modbus.pdb b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/InnovEnergy.Lib.Protocols.Modbus.pdb deleted file mode 100644 index f63dfed97..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/InnovEnergy.Lib.Protocols.Modbus.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/Utils.pdb b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/Utils.pdb deleted file mode 100644 index 5d7b6ae88..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/Utils.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/VeDBus.pdb b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/VeDBus.pdb deleted file mode 100644 index 36a194be1..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/VeDBus.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/ref/EmuMeter.dll b/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/ref/EmuMeter.dll deleted file mode 100644 index 74ec61ec0..000000000 Binary files a/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/ref/EmuMeter.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/app/EmuMeter/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/app/EmuMeter/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.AssemblyInfo.cs b/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.AssemblyInfo.cs deleted file mode 100644 index 35aaf951c..000000000 --- a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("EmuMeter")] -[assembly: System.Reflection.AssemblyTitleAttribute("EmuMeter")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.AssemblyInfoInputs.cache b/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.AssemblyInfoInputs.cache deleted file mode 100644 index 794b8ed0c..000000000 --- a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -38dbf90eee6d8cee7cb8f71945e02448058e84e3 diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.GeneratedMSBuildEditorConfig.editorconfig b/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index ba76851d0..000000000 --- a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.EmuMeter -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/app/EmuMeter/ diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.GlobalUsings.g.cs b/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.assets.cache b/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.assets.cache deleted file mode 100644 index 3a9e4593f..000000000 Binary files a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.assets.cache and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.csproj.AssemblyReference.cache b/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.csproj.AssemblyReference.cache deleted file mode 100644 index 204fdef64..000000000 Binary files a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.csproj.CopyComplete b/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.csproj.CopyComplete deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.csproj.CoreCompileInputs.cache b/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.csproj.CoreCompileInputs.cache deleted file mode 100644 index 0206dea01..000000000 --- a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -2c964151e9f510130896b4df99aa57dfed8fda76 diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.csproj.FileListAbsolute.txt b/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.csproj.FileListAbsolute.txt deleted file mode 100644 index b45b50d2e..000000000 --- a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,27 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.deps.json -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.runtimeconfig.json -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/ref/EmuMeter.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/EmuMeter.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/CliWrap.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/System.Reactive.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/System.Reactive.Linq.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/Utils.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/VeDBus.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.DBus.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/Utils.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Debug/net6.0/VeDBus.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.csproj.CopyComplete -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Debug/net6.0/ref/EmuMeter.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.genruntimeconfig.cache diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.dll b/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.dll deleted file mode 100644 index ffd49964f..000000000 Binary files a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.genruntimeconfig.cache b/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.genruntimeconfig.cache deleted file mode 100644 index c3ecc8fa3..000000000 --- a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -609a183b9ecd89c35878bc38c2022cd35cb8eead diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.pdb b/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.pdb deleted file mode 100644 index da8b245ed..000000000 Binary files a/csharp/app/EmuMeter/obj/Debug/net6.0/EmuMeter.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/apphost b/csharp/app/EmuMeter/obj/Debug/net6.0/apphost deleted file mode 100755 index 52606e700..000000000 Binary files a/csharp/app/EmuMeter/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Debug/net6.0/ref/EmuMeter.dll b/csharp/app/EmuMeter/obj/Debug/net6.0/ref/EmuMeter.dll deleted file mode 100644 index 4979cd25e..000000000 Binary files a/csharp/app/EmuMeter/obj/Debug/net6.0/ref/EmuMeter.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/EmuMeter.csproj.nuget.dgspec.json b/csharp/app/EmuMeter/obj/EmuMeter.csproj.nuget.dgspec.json deleted file mode 100644 index 5d1917ac1..000000000 --- a/csharp/app/EmuMeter/obj/EmuMeter.csproj.nuget.dgspec.json +++ /dev/null @@ -1,324 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/app/EmuMeter/EmuMeter.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/app/EmuMeter/EmuMeter.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/app/EmuMeter/EmuMeter.csproj", - "projectName": "EmuMeter", - "projectPath": "/home/kim/code/innovenergy/new/csharp/app/EmuMeter/EmuMeter.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.5.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj", - "projectName": "InnovEnergy.DBus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.Reactive": { - "target": "Package", - "version": "[5.0.0, )" - }, - "System.Reflection.Emit": { - "target": "Package", - "version": "[4.7.0, )" - }, - "System.Security.Principal.Windows": { - "target": "Package", - "version": "[4.7.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "projectName": "InnovEnergy.Lib.Protocols.Modbus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "projectName": "Utils", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.3.1, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj", - "projectName": "VeDBus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.Reactive": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/csharp/app/EmuMeter/obj/EmuMeter.csproj.nuget.g.props b/csharp/app/EmuMeter/obj/EmuMeter.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/app/EmuMeter/obj/EmuMeter.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/app/EmuMeter/obj/EmuMeter.csproj.nuget.g.targets b/csharp/app/EmuMeter/obj/EmuMeter.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3c..000000000 --- a/csharp/app/EmuMeter/obj/EmuMeter.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.AssemblyInfo.cs b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.AssemblyInfo.cs deleted file mode 100644 index f834fd38a..000000000 --- a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("EmuMeter")] -[assembly: System.Reflection.AssemblyTitleAttribute("EmuMeter")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.AssemblyInfoInputs.cache b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.AssemblyInfoInputs.cache deleted file mode 100644 index 698528b9a..000000000 --- a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -b61d4fc26619baa41e0f61d44edbb0d6ec8c2a5c diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.GeneratedMSBuildEditorConfig.editorconfig b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 81833d1f7..000000000 --- a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = true -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.EmuMeter -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/app/EmuMeter/ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.GlobalUsings.g.cs b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.assets.cache b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.assets.cache deleted file mode 100644 index ce8517d44..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.assets.cache and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.csproj.AssemblyReference.cache b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.csproj.AssemblyReference.cache deleted file mode 100644 index 54667d194..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.csproj.CopyComplete b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.csproj.CopyComplete deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.csproj.CoreCompileInputs.cache b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.csproj.CoreCompileInputs.cache deleted file mode 100644 index c1191197f..000000000 --- a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -c3a5f6143b262583024052ff4983770b096d2142 diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.csproj.FileListAbsolute.txt b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.csproj.FileListAbsolute.txt deleted file mode 100644 index 9244c70cb..000000000 --- a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,206 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.deps.json -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.runtimeconfig.json -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/ref/EmuMeter.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/EmuMeter.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/CliWrap.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reactive.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reactive.Linq.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.CSharp.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.Core.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.VisualBasic.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.Win32.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Microsoft.Win32.Registry.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.AppContext.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Buffers.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.Concurrent.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.Immutable.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.NonGeneric.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.Specialized.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Collections.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.Annotations.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.DataAnnotations.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.EventBasedAsync.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.TypeConverter.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ComponentModel.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Configuration.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Console.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Core.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Data.Common.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Data.DataSetExtensions.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Data.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Contracts.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Debug.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.DiagnosticSource.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.FileVersionInfo.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Process.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.StackTrace.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.TextWriterTraceListener.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Tools.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.TraceSource.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Diagnostics.Tracing.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Drawing.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Drawing.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Dynamic.Runtime.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Formats.Asn1.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Globalization.Calendars.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Globalization.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Globalization.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.Brotli.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.FileSystem.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.ZipFile.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Compression.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.AccessControl.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.DriveInfo.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.Watcher.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.FileSystem.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.IsolatedStorage.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.MemoryMappedFiles.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Pipes.AccessControl.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.Pipes.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.UnmanagedMemoryStream.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.IO.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.Expressions.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.Parallel.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.Queryable.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Linq.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Memory.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Http.Json.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Http.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.HttpListener.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Mail.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.NameResolution.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.NetworkInformation.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Ping.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Quic.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Requests.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Security.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.ServicePoint.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.Sockets.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebClient.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebHeaderCollection.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebProxy.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebSockets.Client.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.WebSockets.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Net.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Numerics.Vectors.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Numerics.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ObjectModel.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.CoreLib.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.DataContractSerialization.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.Uri.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.Xml.Linq.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Private.Xml.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.DispatchProxy.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Emit.ILGeneration.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Emit.Lightweight.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Emit.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Metadata.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.TypeExtensions.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Reflection.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Resources.Reader.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Resources.ResourceManager.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Resources.Writer.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.Unsafe.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.CompilerServices.VisualC.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Handles.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.RuntimeInformation.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.InteropServices.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Intrinsics.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Loader.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Numerics.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Formatters.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Json.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.Xml.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.Serialization.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Runtime.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.AccessControl.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Claims.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Algorithms.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Cng.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Csp.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Encoding.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.OpenSsl.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.Primitives.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Cryptography.X509Certificates.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Principal.Windows.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.Principal.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.SecureString.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Security.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ServiceModel.Web.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ServiceProcess.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encoding.CodePages.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encoding.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encoding.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Encodings.Web.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.Json.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Text.RegularExpressions.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Channels.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Overlapped.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Dataflow.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Extensions.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.Parallel.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Tasks.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Thread.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.ThreadPool.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.Timer.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Threading.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Transactions.Local.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Transactions.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.ValueTuple.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Web.HttpUtility.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Web.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Windows.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.Linq.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.ReaderWriter.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.Serialization.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XDocument.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XPath.XDocument.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XPath.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XmlDocument.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.XmlSerializer.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.Xml.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/System.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/WindowsBase.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/mscorlib.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/netstandard.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/createdump -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Globalization.Native.so -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.IO.Compression.Native.so -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Native.so -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Net.Security.Native.so -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libSystem.Security.Cryptography.Native.OpenSsl.so -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libclrjit.so -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libcoreclr.so -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libcoreclrtraceptprovider.so -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libdbgshim.so -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libhostfxr.so -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libhostpolicy.so -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libmscordaccore.so -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/libmscordbi.so -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.Lib.Protocols.Modbus.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Utils.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/VeDBus.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.DBus.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/InnovEnergy.Lib.Protocols.Modbus.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/Utils.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/VeDBus.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.csproj.CopyComplete -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/ref/EmuMeter.dll -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.genruntimeconfig.cache diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.deps.json b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.deps.json deleted file mode 100644 index 342fb007d..000000000 --- a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.deps.json +++ /dev/null @@ -1,1191 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0/linux-arm", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": {}, - ".NETCoreApp,Version=v6.0/linux-arm": { - "EmuMeter/1.0.0": { - "dependencies": { - "CliWrap": "3.5.0", - "InnovEnergy.DBus": "1.0.0", - "InnovEnergy.Lib.Protocols.Modbus": "1.0.0", - "Utils": "1.0.0", - "VeDBus": "1.0.0", - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm": "6.0.10" - }, - "runtime": { - "EmuMeter.dll": {} - } - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.10": { - "runtime": { - "Microsoft.Win32.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Concurrent.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.Immutable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.NonGeneric.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Collections.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.TypeConverter.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ComponentModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Console.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Debug.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Process.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.StackTrace.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.Tools.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Diagnostics.TraceSource.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Compression.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.FileSystem.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.MemoryMappedFiles.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.IO.Pipes.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Expressions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.Queryable.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Linq.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Memory.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.NameResolution.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Primitives.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Net.Sockets.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.ObjectModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.CoreLib.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Private.Uri.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Reflection.Metadata.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.Extensions.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.InteropServices.RuntimeInformation.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.InteropServices.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Runtime.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Encodings.Web.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Text.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Tasks.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.Thread.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.ThreadPool.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.Threading.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "System.dll": { - "assemblyVersion": "4.0.0.0", - "fileVersion": "6.0.1022.47605" - }, - "netstandard.dll": { - "assemblyVersion": "2.1.0.0", - "fileVersion": "6.0.1022.47605" - } - } - }, - "CliWrap/3.5.0": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.5.0.0", - "fileVersion": "3.5.0.0" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Reflection.Emit/4.7.0": {}, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "InnovEnergy.DBus/1.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "InnovEnergy.DBus.dll": {} - } - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "runtime": { - "InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - }, - "Utils/1.0.0": { - "dependencies": { - "CliWrap": "3.5.0", - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "Utils.dll": {} - } - }, - "VeDBus/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "System.Reactive": "5.0.0", - "Utils": "1.0.0" - }, - "runtime": { - "VeDBus.dll": {} - } - } - } - }, - "libraries": { - "EmuMeter/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "runtimepack.Microsoft.NETCore.App.Runtime.linux-arm/6.0.10": { - "type": "runtimepack", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JhC8xnY2uVPD8/o/wj8o+5uYQ8jiWJ9rrgTI6i5QqZco++nelZ8RgBjcLmPMJMQMvAXu39obUA/aeEEaYdQUhw==", - "path": "cliwrap/3.5.0", - "hashPath": "cliwrap.3.5.0.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "path": "system.reflection.emit/4.7.0", - "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Utils/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "VeDBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - }, - "runtimes": { - "alpine-arm": [ - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.10-arm": [ - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.11-arm": [ - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.12-arm": [ - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.13-arm": [ - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.14-arm": [ - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.15-arm": [ - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.16-arm": [ - "alpine.3.16", - "alpine.3.15-arm", - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.17-arm": [ - "alpine.3.17", - "alpine.3.16-arm", - "alpine.3.16", - "alpine.3.15-arm", - "alpine.3.15", - "alpine.3.14-arm", - "alpine.3.14", - "alpine.3.13-arm", - "alpine.3.13", - "alpine.3.12-arm", - "alpine.3.12", - "alpine.3.11-arm", - "alpine.3.11", - "alpine.3.10-arm", - "alpine.3.10", - "alpine.3.9-arm", - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.6-arm": [ - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.7-arm": [ - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.8-arm": [ - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "alpine.3.9-arm": [ - "alpine.3.9", - "alpine.3.8-arm", - "alpine.3.8", - "alpine.3.7-arm", - "alpine.3.7", - "alpine.3.6-arm", - "alpine.3.6", - "alpine-arm", - "alpine", - "linux-musl-arm", - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android-arm": [ - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.21-arm": [ - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.22-arm": [ - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.23-arm": [ - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.24-arm": [ - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.25-arm": [ - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.26-arm": [ - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.27-arm": [ - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.28-arm": [ - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.29-arm": [ - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.30-arm": [ - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "android.31-arm": [ - "android.31", - "android.30-arm", - "android.30", - "android.29-arm", - "android.29", - "android.28-arm", - "android.28", - "android.27-arm", - "android.27", - "android.26-arm", - "android.26", - "android.25-arm", - "android.25", - "android.24-arm", - "android.24", - "android.23-arm", - "android.23", - "android.22-arm", - "android.22", - "android.21-arm", - "android.21", - "android-arm", - "android", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian-arm": [ - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.10-arm": [ - "debian.10", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.11-arm": [ - "debian.11", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.8-arm": [ - "debian.8", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "debian.9-arm": [ - "debian.9", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-arm": [ - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "linux-musl-arm": [ - "linux-musl", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu-arm": [ - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.04-arm": [ - "ubuntu.14.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.14.10-arm": [ - "ubuntu.14.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.04-arm": [ - "ubuntu.15.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.15.10-arm": [ - "ubuntu.15.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.04-arm": [ - "ubuntu.16.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.16.10-arm": [ - "ubuntu.16.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.04-arm": [ - "ubuntu.17.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.17.10-arm": [ - "ubuntu.17.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.04-arm": [ - "ubuntu.18.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.18.10-arm": [ - "ubuntu.18.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.04-arm": [ - "ubuntu.19.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.19.10-arm": [ - "ubuntu.19.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.04-arm": [ - "ubuntu.20.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.20.10-arm": [ - "ubuntu.20.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.04-arm": [ - "ubuntu.21.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.21.10-arm": [ - "ubuntu.21.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.04-arm": [ - "ubuntu.22.04", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ], - "ubuntu.22.10-arm": [ - "ubuntu.22.10", - "ubuntu-arm", - "ubuntu", - "debian-arm", - "debian", - "linux-arm", - "linux", - "unix-arm", - "unix", - "any", - "base" - ] - } -} \ No newline at end of file diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.dll deleted file mode 100644 index 641e3bb79..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.genruntimeconfig.cache b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.genruntimeconfig.cache deleted file mode 100644 index 7691957ce..000000000 --- a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -2adbc1cb594f3b0aeda20913418c95a13e4c8b11 diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.pdb b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.pdb deleted file mode 100644 index b8e533305..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/EmuMeter.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/PublishOutputs.b4d6adb4c7.txt b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/PublishOutputs.b4d6adb4c7.txt deleted file mode 100644 index b6018a490..000000000 --- a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/PublishOutputs.b4d6adb4c7.txt +++ /dev/null @@ -1,6 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/EmuMeter.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/InnovEnergy.DBus.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/InnovEnergy.Lib.Protocols.Modbus.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/Utils.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/VeDBus.pdb -/home/kim/code/innovenergy/new/csharp/app/EmuMeter/bin/Release/net6.0/linux-arm/publish/EmuMeter diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/CliWrap.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/CliWrap.dll deleted file mode 100644 index e132b28bd..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/CliWrap.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/EmuMeter.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/EmuMeter.dll deleted file mode 100644 index aa91a3244..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/EmuMeter.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/InnovEnergy.DBus.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/InnovEnergy.DBus.dll deleted file mode 100644 index f6fa294a3..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/InnovEnergy.Lib.Protocols.Modbus.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/InnovEnergy.Lib.Protocols.Modbus.dll deleted file mode 100644 index 2b5a2a321..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/InnovEnergy.Lib.Protocols.Modbus.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/Microsoft.Win32.Primitives.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/Microsoft.Win32.Primitives.dll deleted file mode 100644 index a118ce2ef..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Collections.Concurrent.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Collections.Concurrent.dll deleted file mode 100644 index cc0b00975..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Collections.Concurrent.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Collections.Immutable.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Collections.Immutable.dll deleted file mode 100644 index 6649e307f..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Collections.Immutable.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Collections.NonGeneric.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Collections.NonGeneric.dll deleted file mode 100644 index f68d8d211..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Collections.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Collections.dll deleted file mode 100644 index da34e1798..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Collections.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.Primitives.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.Primitives.dll deleted file mode 100644 index e8e405e58..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.TypeConverter.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index 08045df60..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.dll deleted file mode 100644 index 69763f7cc..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.ComponentModel.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Console.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Console.dll deleted file mode 100644 index 297e1d67d..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Console.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.Process.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.Process.dll deleted file mode 100644 index 18072c062..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.Process.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.StackTrace.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.StackTrace.dll deleted file mode 100644 index a27dfbbbc..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.TraceSource.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.TraceSource.dll deleted file mode 100644 index ce0623997..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.IO.Compression.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.IO.Compression.dll deleted file mode 100644 index 9eb034c4a..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.IO.Compression.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.IO.MemoryMappedFiles.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index eda0412fa..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.IO.Pipes.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.IO.Pipes.dll deleted file mode 100644 index 5d8fcc4c2..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.IO.Pipes.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Linq.Expressions.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Linq.Expressions.dll deleted file mode 100644 index 6637333fa..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Linq.Expressions.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Linq.Queryable.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Linq.Queryable.dll deleted file mode 100644 index 1cdf32ea7..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Linq.Queryable.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Linq.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Linq.dll deleted file mode 100644 index c80134cf6..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Linq.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Memory.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Memory.dll deleted file mode 100644 index 78b393b6d..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Memory.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Net.NameResolution.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Net.NameResolution.dll deleted file mode 100644 index b00fdcdd5..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Net.NameResolution.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Net.Primitives.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Net.Primitives.dll deleted file mode 100644 index db0e425cd..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Net.Primitives.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Net.Sockets.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Net.Sockets.dll deleted file mode 100644 index 70de0c1ec..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Net.Sockets.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.ObjectModel.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.ObjectModel.dll deleted file mode 100644 index 324595ca5..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.ObjectModel.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Private.CoreLib.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Private.CoreLib.dll deleted file mode 100644 index 9c3f5e269..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Private.CoreLib.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Private.Uri.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Private.Uri.dll deleted file mode 100644 index 770247c9a..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Private.Uri.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Reactive.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Reactive.dll deleted file mode 100644 index 0c9281656..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Reactive.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Reflection.Metadata.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Reflection.Metadata.dll deleted file mode 100644 index acb6d2057..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Reflection.Metadata.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Runtime.CompilerServices.Unsafe.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100644 index 0a1113472..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.RuntimeInformation.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index 3b37bd1ea..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.dll deleted file mode 100644 index cca71f8d2..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Text.Encodings.Web.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Text.Encodings.Web.dll deleted file mode 100644 index 5164d52fd..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Text.Json.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Text.Json.dll deleted file mode 100644 index 28443831e..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Text.Json.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Threading.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Threading.dll deleted file mode 100644 index c31f88d53..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/System.Threading.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/Utils.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/Utils.dll deleted file mode 100644 index 877ea4767..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/Utils.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/VeDBus.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/VeDBus.dll deleted file mode 100644 index c2e8ddca3..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/R2R/VeDBus.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/CliWrap.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/CliWrap.dll deleted file mode 100755 index 156daad87..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/CliWrap.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/EmuMeter.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/EmuMeter.dll deleted file mode 100644 index 2bf6acec2..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/EmuMeter.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/EmuMeter.pdb b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/EmuMeter.pdb deleted file mode 100644 index a3fc511f1..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/EmuMeter.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/InnovEnergy.DBus.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/InnovEnergy.DBus.dll deleted file mode 100644 index 0f80b785f..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/InnovEnergy.DBus.pdb b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/InnovEnergy.DBus.pdb deleted file mode 100644 index 96f714b69..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/InnovEnergy.DBus.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/InnovEnergy.Lib.Protocols.Modbus.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/InnovEnergy.Lib.Protocols.Modbus.dll deleted file mode 100644 index 18267d9df..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/InnovEnergy.Lib.Protocols.Modbus.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/InnovEnergy.Lib.Protocols.Modbus.pdb b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/InnovEnergy.Lib.Protocols.Modbus.pdb deleted file mode 100644 index f63dfed97..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/InnovEnergy.Lib.Protocols.Modbus.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/Link.semaphore b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/Link.semaphore deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/Microsoft.Win32.Primitives.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/Microsoft.Win32.Primitives.dll deleted file mode 100644 index d9a831d21..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/Microsoft.Win32.Primitives.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Collections.Concurrent.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Collections.Concurrent.dll deleted file mode 100644 index bf9e36c9a..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Collections.Concurrent.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Collections.Immutable.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Collections.Immutable.dll deleted file mode 100644 index 04bfa07a8..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Collections.Immutable.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Collections.NonGeneric.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Collections.NonGeneric.dll deleted file mode 100644 index f4dffad0a..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Collections.NonGeneric.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Collections.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Collections.dll deleted file mode 100644 index ccd0940bb..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Collections.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.Primitives.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.Primitives.dll deleted file mode 100644 index 66bf7a4bb..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.Primitives.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.TypeConverter.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.TypeConverter.dll deleted file mode 100644 index f4685ef50..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.TypeConverter.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.dll deleted file mode 100644 index b66e8e84f..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.ComponentModel.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Console.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Console.dll deleted file mode 100644 index 13264f0d2..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Console.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Debug.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Debug.dll deleted file mode 100644 index a27320967..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Debug.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Process.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Process.dll deleted file mode 100644 index aa53d4f25..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Process.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.StackTrace.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.StackTrace.dll deleted file mode 100644 index 9dfa972a9..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.StackTrace.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Tools.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Tools.dll deleted file mode 100644 index 7fc428f0e..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.Tools.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.TraceSource.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.TraceSource.dll deleted file mode 100644 index 6f7dce970..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Diagnostics.TraceSource.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.IO.Compression.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.IO.Compression.dll deleted file mode 100644 index 5392ad5ee..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.IO.Compression.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.IO.FileSystem.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.IO.FileSystem.dll deleted file mode 100644 index d37f9d62c..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.IO.FileSystem.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.IO.MemoryMappedFiles.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.IO.MemoryMappedFiles.dll deleted file mode 100644 index 595b9a56f..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.IO.MemoryMappedFiles.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.IO.Pipes.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.IO.Pipes.dll deleted file mode 100644 index da6fb4abc..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.IO.Pipes.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Linq.Expressions.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Linq.Expressions.dll deleted file mode 100644 index 528172df6..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Linq.Expressions.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Linq.Queryable.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Linq.Queryable.dll deleted file mode 100644 index dfa3ec843..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Linq.Queryable.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Linq.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Linq.dll deleted file mode 100644 index 0a7189051..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Linq.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Memory.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Memory.dll deleted file mode 100644 index 5e4633af4..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Memory.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Net.NameResolution.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Net.NameResolution.dll deleted file mode 100644 index e34e7db6b..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Net.NameResolution.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Net.Primitives.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Net.Primitives.dll deleted file mode 100644 index 5b4cc8eef..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Net.Primitives.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Net.Sockets.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Net.Sockets.dll deleted file mode 100644 index 8d30457fb..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Net.Sockets.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.ObjectModel.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.ObjectModel.dll deleted file mode 100644 index 5d9af94f1..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.ObjectModel.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Private.CoreLib.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Private.CoreLib.dll deleted file mode 100644 index ce545f9a9..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Private.CoreLib.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Private.Uri.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Private.Uri.dll deleted file mode 100644 index affdb9424..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Private.Uri.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Reactive.Linq.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Reactive.Linq.dll deleted file mode 100755 index 2af4a4b63..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Reactive.Linq.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Reactive.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Reactive.dll deleted file mode 100755 index eb364ecdc..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Reactive.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Reflection.Metadata.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Reflection.Metadata.dll deleted file mode 100644 index 4392af810..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Reflection.Metadata.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.CompilerServices.Unsafe.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.CompilerServices.Unsafe.dll deleted file mode 100644 index f6271a1bd..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.Extensions.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.Extensions.dll deleted file mode 100644 index 9851de89e..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.Extensions.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.RuntimeInformation.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.RuntimeInformation.dll deleted file mode 100644 index e0ae67fa1..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.dll deleted file mode 100644 index 22c7eca93..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.InteropServices.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.dll deleted file mode 100644 index ec7831059..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Runtime.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Text.Encodings.Web.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Text.Encodings.Web.dll deleted file mode 100644 index 57d7ff17b..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Text.Encodings.Web.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Text.Json.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Text.Json.dll deleted file mode 100644 index ad7632a43..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Text.Json.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Threading.Tasks.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Threading.Tasks.dll deleted file mode 100644 index ed07b4c14..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Threading.Tasks.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Threading.Thread.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Threading.Thread.dll deleted file mode 100644 index 3757668e1..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Threading.Thread.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Threading.ThreadPool.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Threading.ThreadPool.dll deleted file mode 100644 index 8018972e0..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Threading.ThreadPool.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Threading.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Threading.dll deleted file mode 100644 index e9aec7d99..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.Threading.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.dll deleted file mode 100644 index 4868542ac..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/System.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/Utils.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/Utils.dll deleted file mode 100644 index 0129be5b7..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/Utils.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/Utils.pdb b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/Utils.pdb deleted file mode 100644 index 5d7b6ae88..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/Utils.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/VeDBus.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/VeDBus.dll deleted file mode 100644 index aa6d8b786..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/VeDBus.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/VeDBus.pdb b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/VeDBus.pdb deleted file mode 100644 index 36a194be1..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/VeDBus.pdb and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/netstandard.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/netstandard.dll deleted file mode 100644 index b5022e699..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/linked/netstandard.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/ref/EmuMeter.dll b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/ref/EmuMeter.dll deleted file mode 100644 index 74ec61ec0..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/ref/EmuMeter.dll and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/singlefilehost b/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/singlefilehost deleted file mode 100755 index 4f41351bf..000000000 Binary files a/csharp/app/EmuMeter/obj/Release/net6.0/linux-arm/singlefilehost and /dev/null differ diff --git a/csharp/app/EmuMeter/obj/project.assets.json b/csharp/app/EmuMeter/obj/project.assets.json deleted file mode 100644 index dd7b5f53c..000000000 --- a/csharp/app/EmuMeter/obj/project.assets.json +++ /dev/null @@ -1,466 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "CliWrap/3.5.0": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - } - }, - "System.Reactive/5.0.0": { - "type": "package", - "compile": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net5.0/_._": {} - } - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - } - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "compile": { - "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.DBus.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.DBus.dll": {} - } - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "compile": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - }, - "Utils/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "compile": { - "bin/placeholder/Utils.dll": {} - }, - "runtime": { - "bin/placeholder/Utils.dll": {} - } - }, - "VeDBus/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "System.Reactive": "5.0.0", - "Utils": "1.0.0" - }, - "compile": { - "bin/placeholder/VeDBus.dll": {} - }, - "runtime": { - "bin/placeholder/VeDBus.dll": {} - } - } - } - }, - "libraries": { - "CliWrap/3.5.0": { - "sha512": "JhC8xnY2uVPD8/o/wj8o+5uYQ8jiWJ9rrgTI6i5QqZco++nelZ8RgBjcLmPMJMQMvAXu39obUA/aeEEaYdQUhw==", - "type": "package", - "path": "cliwrap/3.5.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Readme.md", - "cliwrap.3.5.0.nupkg.sha512", - "cliwrap.nuspec", - "favicon.png", - "lib/net461/CliWrap.dll", - "lib/net461/CliWrap.xml", - "lib/netcoreapp3.0/CliWrap.dll", - "lib/netcoreapp3.0/CliWrap.xml", - "lib/netstandard2.0/CliWrap.dll", - "lib/netstandard2.0/CliWrap.xml", - "lib/netstandard2.1/CliWrap.dll", - "lib/netstandard2.1/CliWrap.xml" - ] - }, - "System.Reactive/5.0.0": { - "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "type": "package", - "path": "system.reactive/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net5.0/_._", - "build/netcoreapp3.1/System.Reactive.dll", - "build/netcoreapp3.1/System.Reactive.targets", - "build/netcoreapp3.1/System.Reactive.xml", - "buildTransitive/net5.0/_._", - "buildTransitive/netcoreapp3.1/System.Reactive.targets", - "lib/net472/System.Reactive.dll", - "lib/net472/System.Reactive.xml", - "lib/net5.0-windows10.0.19041/System.Reactive.dll", - "lib/net5.0-windows10.0.19041/System.Reactive.xml", - "lib/net5.0/System.Reactive.dll", - "lib/net5.0/System.Reactive.xml", - "lib/netcoreapp3.1/_._", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "system.reactive.5.0.0.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reactive.Linq/5.0.0": { - "sha512": "IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "type": "package", - "path": "system.reactive.linq/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/System.Reactive.Linq.dll", - "lib/net472/System.Reactive.Linq.xml", - "lib/netstandard2.0/System.Reactive.Linq.dll", - "lib/netstandard2.0/System.Reactive.Linq.xml", - "lib/uap10.0.16299/System.Reactive.Linq.dll", - "lib/uap10.0.16299/System.Reactive.Linq.pri", - "lib/uap10.0.16299/System.Reactive.Linq.xml", - "system.reactive.linq.5.0.0.nupkg.sha512", - "system.reactive.linq.nuspec" - ] - }, - "System.Reflection.Emit/4.7.0": { - "sha512": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "type": "package", - "path": "system.reflection.emit/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.1/System.Reflection.Emit.dll", - "lib/netstandard1.1/System.Reflection.Emit.xml", - "lib/netstandard1.3/System.Reflection.Emit.dll", - "lib/netstandard2.0/System.Reflection.Emit.dll", - "lib/netstandard2.0/System.Reflection.Emit.xml", - "lib/netstandard2.1/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.1/System.Reflection.Emit.dll", - "ref/netstandard1.1/System.Reflection.Emit.xml", - "ref/netstandard1.1/de/System.Reflection.Emit.xml", - "ref/netstandard1.1/es/System.Reflection.Emit.xml", - "ref/netstandard1.1/fr/System.Reflection.Emit.xml", - "ref/netstandard1.1/it/System.Reflection.Emit.xml", - "ref/netstandard1.1/ja/System.Reflection.Emit.xml", - "ref/netstandard1.1/ko/System.Reflection.Emit.xml", - "ref/netstandard1.1/ru/System.Reflection.Emit.xml", - "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", - "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", - "ref/netstandard2.0/System.Reflection.Emit.dll", - "ref/netstandard2.0/System.Reflection.Emit.xml", - "ref/netstandard2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Reflection.Emit.dll", - "runtimes/aot/lib/netcore50/System.Reflection.Emit.xml", - "system.reflection.emit.4.7.0.nupkg.sha512", - "system.reflection.emit.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Security.Principal.Windows/4.7.0": { - "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "type": "package", - "path": "system.security.principal.windows/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/System.Security.Principal.Windows.dll", - "lib/net461/System.Security.Principal.Windows.dll", - "lib/net461/System.Security.Principal.Windows.xml", - "lib/netstandard1.3/System.Security.Principal.Windows.dll", - "lib/netstandard2.0/System.Security.Principal.Windows.dll", - "lib/netstandard2.0/System.Security.Principal.Windows.xml", - "lib/uap10.0.16299/_._", - "ref/net46/System.Security.Principal.Windows.dll", - "ref/net461/System.Security.Principal.Windows.dll", - "ref/net461/System.Security.Principal.Windows.xml", - "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", - "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/System.Security.Principal.Windows.dll", - "ref/netstandard1.3/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", - "ref/netstandard2.0/System.Security.Principal.Windows.dll", - "ref/netstandard2.0/System.Security.Principal.Windows.xml", - "ref/uap10.0.16299/_._", - "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", - "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", - "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", - "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", - "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", - "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", - "runtimes/win/lib/uap10.0.16299/_._", - "system.security.principal.windows.4.7.0.nupkg.sha512", - "system.security.principal.windows.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "path": "../../lib/DBus/DBus.csproj", - "msbuildProject": "../../lib/DBus/DBus.csproj" - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "path": "../../lib/Modbus/Modbus.csproj", - "msbuildProject": "../../lib/Modbus/Modbus.csproj" - }, - "Utils/1.0.0": { - "type": "project", - "path": "../../lib/Utils/Utils.csproj", - "msbuildProject": "../../lib/Utils/Utils.csproj" - }, - "VeDBus/1.0.0": { - "type": "project", - "path": "../../lib/VeDBus/VeDBus.csproj", - "msbuildProject": "../../lib/VeDBus/VeDBus.csproj" - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "CliWrap >= 3.5.0", - "InnovEnergy.DBus >= 1.0.0", - "InnovEnergy.Lib.Protocols.Modbus >= 1.0.0", - "Utils >= 1.0.0", - "VeDBus >= 1.0.0" - ] - }, - "packageFolders": { - "/home/kim/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/app/EmuMeter/EmuMeter.csproj", - "projectName": "EmuMeter", - "projectPath": "/home/kim/code/innovenergy/new/csharp/app/EmuMeter/EmuMeter.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.5.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/csharp/app/EmuMeter/obj/project.nuget.cache b/csharp/app/EmuMeter/obj/project.nuget.cache deleted file mode 100644 index 177c0fe80..000000000 --- a/csharp/app/EmuMeter/obj/project.nuget.cache +++ /dev/null @@ -1,15 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "d8Fh9/QERW7FiUdqR0sF3xvPnCPT2qVGjAmc0HBmpVfKyLJE0wg+LHy1SPeqDJb+NGuT0BO3PiaRhZAnezdMFQ==", - "success": true, - "projectFilePath": "/home/kim/code/innovenergy/new/csharp/app/EmuMeter/EmuMeter.csproj", - "expectedPackageFiles": [ - "/home/kim/.nuget/packages/cliwrap/3.5.0/cliwrap.3.5.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive/5.0.0/system.reactive.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reflection.emit/4.7.0/system.reflection.emit.4.7.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.security.principal.windows/4.7.0/system.security.principal.windows.4.7.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/csharp/app/EmuMeter/obj/project.packagespec.json b/csharp/app/EmuMeter/obj/project.packagespec.json deleted file mode 100644 index eeef97645..000000000 --- a/csharp/app/EmuMeter/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/kim/code/innovenergy/new/csharp/app/EmuMeter/EmuMeter.csproj","projectName":"EmuMeter","projectPath":"/home/kim/code/innovenergy/new/csharp/app/EmuMeter/EmuMeter.csproj","outputPath":"/home/kim/code/innovenergy/new/csharp/app/EmuMeter/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{"/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","dependencies":{"CliWrap":{"target":"Package","version":"[3.5.0, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/csharp/app/EmuMeter/obj/rider.project.restore.info b/csharp/app/EmuMeter/obj/rider.project.restore.info deleted file mode 100644 index 69caac00d..000000000 --- a/csharp/app/EmuMeter/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16679885555006092 \ No newline at end of file diff --git a/csharp/app/EmuMeterDriver/obj/Debug/net6.0/apphost b/csharp/app/EmuMeterDriver/obj/Debug/net6.0/apphost deleted file mode 100755 index 89b5bcb2b..000000000 Binary files a/csharp/app/EmuMeterDriver/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/csharp/app/Logging/obj/Debug/net6.0/apphost b/csharp/app/Logging/obj/Debug/net6.0/apphost deleted file mode 100755 index 964386271..000000000 Binary files a/csharp/app/Logging/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/csharp/app/Meiringen/obj/Debug/net6.0/apphost b/csharp/app/Meiringen/obj/Debug/net6.0/apphost deleted file mode 100755 index fb8ae8e8f..000000000 Binary files a/csharp/app/Meiringen/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/csharp/app/OpenVpnCertificatesServer/obj/Debug/net6.0/apphost b/csharp/app/OpenVpnCertificatesServer/obj/Debug/net6.0/apphost deleted file mode 100755 index b0a47087e..000000000 Binary files a/csharp/app/OpenVpnCertificatesServer/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/csharp/app/RemoteSupportConsole/bin/Debug/net6.0/SysTools.dll b/csharp/app/RemoteSupportConsole/bin/Debug/net6.0/SysTools.dll deleted file mode 100644 index a32674a9f..000000000 Binary files a/csharp/app/RemoteSupportConsole/bin/Debug/net6.0/SysTools.dll and /dev/null differ diff --git a/csharp/app/RemoteSupportConsole/bin/Debug/net6.0/SysTools.pdb b/csharp/app/RemoteSupportConsole/bin/Debug/net6.0/SysTools.pdb deleted file mode 100644 index 7b404bb46..000000000 Binary files a/csharp/app/RemoteSupportConsole/bin/Debug/net6.0/SysTools.pdb and /dev/null differ diff --git a/csharp/app/RemoteSupportConsole/obj/Debug/net6.0/apphost b/csharp/app/RemoteSupportConsole/obj/Debug/net6.0/apphost deleted file mode 100755 index 7b0729acb..000000000 Binary files a/csharp/app/RemoteSupportConsole/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/csharp/app/SaliMax/obj/Debug/net6.0/SaliMax.csproj.FileListAbsolute.txt b/csharp/app/SaliMax/obj/Debug/net6.0/SaliMax.csproj.FileListAbsolute.txt deleted file mode 100644 index 89cc56232..000000000 --- a/csharp/app/SaliMax/obj/Debug/net6.0/SaliMax.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,53 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/SaliMax -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/SaliMax.deps.json -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/SaliMax.runtimeconfig.json -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/SaliMax.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/ref/SaliMax.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/SaliMax.pdb -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/CliWrap.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/DecimalEx.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/System.IO.Ports.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/System.Reactive.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/System.Reactive.Linq.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/runtimes/linux-arm/native/libSystem.IO.Ports.Native.so -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/runtimes/linux-x64/native/libSystem.IO.Ports.Native.so -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/runtimes/unix/lib/net6.0/System.IO.Ports.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/runtimes/win/lib/net6.0/System.IO.Ports.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Devices.Adam6060.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Devices.Ampt.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Devices.Battery48TL.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Devices.EmuMeter.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Devices.Trumpf.TruConvert.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Devices.Trumpf.TruConvertAc.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Devices.Trumpf.TruConvertDc.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.StatusApi.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/Time.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/Utils.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Devices.Adam6060.pdb -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Devices.Ampt.pdb -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Devices.Battery48TL.pdb -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Devices.EmuMeter.pdb -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Devices.Trumpf.TruConvertAc.pdb -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Devices.Trumpf.TruConvertDc.pdb -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Devices.Trumpf.TruConvert.pdb -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.StatusApi.pdb -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/Utils.pdb -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/Time.pdb -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb -/home/kim/code/innovenergy/new/csharp/app/SaliMax/obj/Debug/net6.0/SaliMax.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/app/SaliMax/obj/Debug/net6.0/SaliMax.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/app/SaliMax/obj/Debug/net6.0/SaliMax.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/app/SaliMax/obj/Debug/net6.0/SaliMax.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/app/SaliMax/obj/Debug/net6.0/SaliMax.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/app/SaliMax/obj/Debug/net6.0/SaliMax.csproj.CopyComplete -/home/kim/code/innovenergy/new/csharp/app/SaliMax/obj/Debug/net6.0/SaliMax.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/obj/Debug/net6.0/ref/SaliMax.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/obj/Debug/net6.0/SaliMax.pdb -/home/kim/code/innovenergy/new/csharp/app/SaliMax/obj/Debug/net6.0/SaliMax.genruntimeconfig.cache -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/Flurl.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/Flurl.Http.dll -/home/kim/code/innovenergy/new/csharp/app/SaliMax/bin/Debug/net6.0/Newtonsoft.Json.dll diff --git a/csharp/app/SaliMax/obj/Debug/net6.0/apphost b/csharp/app/SaliMax/obj/Debug/net6.0/apphost deleted file mode 100755 index d86de2a07..000000000 Binary files a/csharp/app/SaliMax/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/CliWrap.dll b/csharp/app/Trumpf/bin/Debug/net6.0/CliWrap.dll deleted file mode 100755 index 156daad87..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/CliWrap.dll and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll b/csharp/app/Trumpf/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll deleted file mode 100644 index e508e6a1e..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb b/csharp/app/Trumpf/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb deleted file mode 100644 index 1991f12f2..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/System.IO.Ports.dll b/csharp/app/Trumpf/bin/Debug/net6.0/System.IO.Ports.dll deleted file mode 100755 index 76ef790df..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/System.IO.Ports.dll and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client b/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client deleted file mode 100755 index d20901e85..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.deps.json b/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.deps.json deleted file mode 100644 index e2d4eb9b4..000000000 --- a/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.deps.json +++ /dev/null @@ -1,213 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "Trumpf.Client/1.0.0": { - "dependencies": { - "CliWrap": "3.5.0", - "InnovEnergy.Lib.Protocols.Modbus": "1.0.0", - "System.IO.Ports": "5.0.0" - }, - "runtime": { - "Trumpf.Client.dll": {} - } - }, - "CliWrap/3.5.0": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.5.0.0", - "fileVersion": "3.5.0.0" - } - } - }, - "Microsoft.NETCore.Platforms/5.0.0": {}, - "Microsoft.Win32.Registry/5.0.0": { - "dependencies": { - "System.Security.AccessControl": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { - "runtimeTargets": { - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { - "rid": "linux-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { - "runtimeTargets": { - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": { - "rid": "linux-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { - "runtimeTargets": { - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "runtime.native.System.IO.Ports/5.0.0": { - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.linux-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4", - "runtime.osx-x64.runtime.native.System.IO.Ports": "5.0.0-rtm.20519.4" - } - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { - "runtimeTargets": { - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": { - "rid": "osx-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - } - } - }, - "System.IO.Ports/5.0.0": { - "dependencies": { - "Microsoft.Win32.Registry": "5.0.0", - "runtime.native.System.IO.Ports": "5.0.0" - }, - "runtime": { - "lib/netstandard2.0/System.IO.Ports.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - }, - "runtimeTargets": { - "runtimes/linux/lib/netstandard2.0/System.IO.Ports.dll": { - "rid": "linux", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - }, - "runtimes/osx/lib/netstandard2.0/System.IO.Ports.dll": { - "rid": "osx", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - }, - "runtimes/win/lib/netstandard2.0/System.IO.Ports.dll": { - "rid": "win", - "assetType": "runtime", - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.20.51904" - } - } - }, - "System.Security.AccessControl/5.0.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "5.0.0", - "System.Security.Principal.Windows": "5.0.0" - } - }, - "System.Security.Principal.Windows/5.0.0": {}, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "runtime": { - "InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - } - } - }, - "libraries": { - "Trumpf.Client/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.5.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JhC8xnY2uVPD8/o/wj8o+5uYQ8jiWJ9rrgTI6i5QqZco++nelZ8RgBjcLmPMJMQMvAXu39obUA/aeEEaYdQUhw==", - "path": "cliwrap/3.5.0", - "hashPath": "cliwrap.3.5.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", - "path": "microsoft.netcore.platforms/5.0.0", - "hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512" - }, - "Microsoft.Win32.Registry/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", - "path": "microsoft.win32.registry/5.0.0", - "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512" - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Np6w3r1dSFB930GGZHIKCc5ZClRXZIqOrCAT0pzcd/zXnsZPvGqLZB1MnxAbVhvriJl71B0N0tJaaT1ICWXsyg==", - "path": "runtime.linux-arm.runtime.native.system.io.ports/5.0.0-rtm.20519.4", - "hashPath": "runtime.linux-arm.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512" - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VnGZmQ7pzMNkcTVdmGtXUQIbytK4Xk8F4/mxm0I+n7zbrsW/WNgLrWMTv9pb2Uyq09azXazNDQhZao4R4ebWcw==", - "path": "runtime.linux-arm64.runtime.native.system.io.ports/5.0.0-rtm.20519.4", - "hashPath": "runtime.linux-arm64.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512" - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kvMZgZjtcC6cA8Y8imKpjCpiOJKDtwlNekS86GzUol4Jmzh0FWiRwAj4E9ZKO8R7rTBGIA4rkmra9Ko8j7l6AA==", - "path": "runtime.linux-x64.runtime.native.system.io.ports/5.0.0-rtm.20519.4", - "hashPath": "runtime.linux-x64.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512" - }, - "runtime.native.System.IO.Ports/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ME+/evR+UxVlWyGHUlLBoNTnsTdaylMbnvVwOp0Nl6XIZGGyXdqJqjlEew7e6TcKkJAA0lljhjKi3Kie+vzQ7g==", - "path": "runtime.native.system.io.ports/5.0.0", - "hashPath": "runtime.native.system.io.ports.5.0.0.nupkg.sha512" - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/5.0.0-rtm.20519.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-N+dbbqhT7JBnPVHa7n2+Z5fHYO4a4UUhm7cQkbuQQoNkjbxLpxYnQ4lpRjr1RuQptqYkPmunKvN5etdFOObaiw==", - "path": "runtime.osx-x64.runtime.native.system.io.ports/5.0.0-rtm.20519.4", - "hashPath": "runtime.osx-x64.runtime.native.system.io.ports.5.0.0-rtm.20519.4.nupkg.sha512" - }, - "System.IO.Ports/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MZY/0cgRg5bcuvHR4LKHqWnlxWV7GkoTgBaOdwIoWGZKsfSBC1twDz+BzG0o1Rk46WdRhhV30E2qzsBABHwGUA==", - "path": "system.io.ports/5.0.0", - "hashPath": "system.io.ports.5.0.0.nupkg.sha512" - }, - "System.Security.AccessControl/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==", - "path": "system.security.accesscontrol/5.0.0", - "hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", - "path": "system.security.principal.windows/5.0.0", - "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512" - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.dll b/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.dll deleted file mode 100644 index ca8cec7eb..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.dll and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.pdb b/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.pdb deleted file mode 100644 index 2f619aa55..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.pdb and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.runtimeconfig.json b/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.runtimeconfig.json deleted file mode 100644 index 2de9ea910..000000000 --- a/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.runtimeconfig.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net6.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "6.0.0" - }, - "configProperties": { - "System.Globalization.Invariant": true, - "System.Globalization.PredefinedCulturesOnly": true - } - } -} \ No newline at end of file diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/ref/Trumpf.Client.dll b/csharp/app/Trumpf/bin/Debug/net6.0/ref/Trumpf.Client.dll deleted file mode 100644 index edbb12033..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/ref/Trumpf.Client.dll and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux-arm/native/libSystem.IO.Ports.Native.so b/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux-arm/native/libSystem.IO.Ports.Native.so deleted file mode 100755 index 314ac24c1..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux-arm/native/libSystem.IO.Ports.Native.so and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so b/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so deleted file mode 100755 index 3868b87cb..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux-x64/native/libSystem.IO.Ports.Native.so b/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux-x64/native/libSystem.IO.Ports.Native.so deleted file mode 100755 index 300b2870d..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux-x64/native/libSystem.IO.Ports.Native.so and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux/lib/netstandard2.0/System.IO.Ports.dll b/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux/lib/netstandard2.0/System.IO.Ports.dll deleted file mode 100755 index e0fea89d9..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux/lib/netstandard2.0/System.IO.Ports.dll and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib b/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib deleted file mode 100755 index c8bc45ed4..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/osx/lib/netstandard2.0/System.IO.Ports.dll b/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/osx/lib/netstandard2.0/System.IO.Ports.dll deleted file mode 100755 index d4f48a26f..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/osx/lib/netstandard2.0/System.IO.Ports.dll and /dev/null differ diff --git a/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.IO.Ports.dll b/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.IO.Ports.dll deleted file mode 100755 index 51b611de2..000000000 Binary files a/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.IO.Ports.dll and /dev/null differ diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/app/Trumpf/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/app/Trumpf/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.AssemblyInfo.cs b/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.AssemblyInfo.cs deleted file mode 100644 index 0e8f80ac4..000000000 --- a/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("SaliMax")] -[assembly: System.Reflection.AssemblyTitleAttribute("SaliMax")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.AssemblyInfoInputs.cache b/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.AssemblyInfoInputs.cache deleted file mode 100644 index c4963e320..000000000 --- a/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -971e92d695dffb73631f070f3b8631fb4a99c770 diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.GeneratedMSBuildEditorConfig.editorconfig b/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 4db4766fa..000000000 --- a/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.SaliMax -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/app/Trumpf/ diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.GlobalUsings.g.cs b/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.assets.cache b/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.assets.cache deleted file mode 100644 index ebbedfb7f..000000000 Binary files a/csharp/app/Trumpf/obj/Debug/net6.0/SaliMax.assets.cache and /dev/null differ diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.AssemblyInfo.cs b/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.AssemblyInfo.cs deleted file mode 100644 index f0ffc0fd5..000000000 --- a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Trumpf.Client")] -[assembly: System.Reflection.AssemblyTitleAttribute("Trumpf.Client")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.AssemblyInfoInputs.cache b/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.AssemblyInfoInputs.cache deleted file mode 100644 index cf4e124f9..000000000 --- a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -9c10d812660d4a56074b7091ae8617116bac0282 diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.GeneratedMSBuildEditorConfig.editorconfig b/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 4a0c41954..000000000 --- a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.Trumpf.Client -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/app/Trumpf/ diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.GlobalUsings.g.cs b/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.assets.cache b/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.assets.cache deleted file mode 100644 index ef4842300..000000000 Binary files a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.assets.cache and /dev/null differ diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.csproj.AssemblyReference.cache b/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.csproj.AssemblyReference.cache deleted file mode 100644 index 1b86585d6..000000000 Binary files a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.csproj.CopyComplete b/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.csproj.CopyComplete deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.csproj.CoreCompileInputs.cache b/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.csproj.CoreCompileInputs.cache deleted file mode 100644 index e8241d606..000000000 --- a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -080a0f56f493d2d189be90068908bf23c95758ec diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.csproj.FileListAbsolute.txt b/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.csproj.FileListAbsolute.txt deleted file mode 100644 index aecb17a5f..000000000 --- a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,27 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.deps.json -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.runtimeconfig.json -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.dll -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/ref/Trumpf.Client.dll -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/Trumpf.Client.pdb -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/CliWrap.dll -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/System.IO.Ports.dll -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux-arm/native/libSystem.IO.Ports.Native.so -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux-x64/native/libSystem.IO.Ports.Native.so -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/linux/lib/netstandard2.0/System.IO.Ports.dll -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/osx/lib/netstandard2.0/System.IO.Ports.dll -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/runtimes/win/lib/netstandard2.0/System.IO.Ports.dll -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll -/home/kim/code/innovenergy/new/csharp/app/Trumpf/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb -/home/kim/code/innovenergy/new/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.csproj.CopyComplete -/home/kim/code/innovenergy/new/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.dll -/home/kim/code/innovenergy/new/csharp/app/Trumpf/obj/Debug/net6.0/ref/Trumpf.Client.dll -/home/kim/code/innovenergy/new/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.pdb -/home/kim/code/innovenergy/new/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.genruntimeconfig.cache diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.dll b/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.dll deleted file mode 100644 index ca8cec7eb..000000000 Binary files a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.dll and /dev/null differ diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.genruntimeconfig.cache b/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.genruntimeconfig.cache deleted file mode 100644 index 1585237c4..000000000 --- a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.genruntimeconfig.cache +++ /dev/null @@ -1 +0,0 @@ -8fa7a0538db841dac132d4416f84d814fc777741 diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.pdb b/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.pdb deleted file mode 100644 index 2f619aa55..000000000 Binary files a/csharp/app/Trumpf/obj/Debug/net6.0/Trumpf.Client.pdb and /dev/null differ diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/apphost b/csharp/app/Trumpf/obj/Debug/net6.0/apphost deleted file mode 100755 index d20901e85..000000000 Binary files a/csharp/app/Trumpf/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/csharp/app/Trumpf/obj/Debug/net6.0/ref/Trumpf.Client.dll b/csharp/app/Trumpf/obj/Debug/net6.0/ref/Trumpf.Client.dll deleted file mode 100644 index edbb12033..000000000 Binary files a/csharp/app/Trumpf/obj/Debug/net6.0/ref/Trumpf.Client.dll and /dev/null differ diff --git a/csharp/app/Trumpf/obj/SaliMax.csproj.nuget.dgspec.json b/csharp/app/Trumpf/obj/SaliMax.csproj.nuget.dgspec.json deleted file mode 100644 index b7eab37be..000000000 --- a/csharp/app/Trumpf/obj/SaliMax.csproj.nuget.dgspec.json +++ /dev/null @@ -1,626 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/app/Trumpf/SaliMax.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/app/Trumpf/SaliMax.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/app/Trumpf/SaliMax.csproj", - "projectName": "SaliMax", - "projectPath": "/home/kim/code/innovenergy/new/csharp/app/Trumpf/SaliMax.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/app/Trumpf/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.5.0, )" - }, - "System.IO.Ports": { - "target": "Package", - "version": "[7.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj", - "projectName": "InnovEnergy.Lib.Drivers.Ampt", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/AMPT/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj", - "projectName": "InnovEnergy.Lib.Drivers.Adam6060", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj", - "projectName": "InnovEnergy.Lib.Battery48TL", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj", - "projectName": "InnovEnergy.EmuMeter", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "projectName": "InnovEnergy.Lib.Protocols.Modbus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.IO.Ports": { - "target": "Package", - "version": "[7.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj", - "projectName": "InnovEnergy.TruConvert", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj", - "projectName": "InnovEnergy.TruConvertAc", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj", - "projectName": "InnovEnergy.TruConvertDc", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "projectName": "Utils", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.3.1, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/csharp/app/Trumpf/obj/SaliMax.csproj.nuget.g.props b/csharp/app/Trumpf/obj/SaliMax.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/app/Trumpf/obj/SaliMax.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/app/Trumpf/obj/SaliMax.csproj.nuget.g.targets b/csharp/app/Trumpf/obj/SaliMax.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3c..000000000 --- a/csharp/app/Trumpf/obj/SaliMax.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/csharp/app/Trumpf/obj/Trumpf.Client.csproj.nuget.dgspec.json b/csharp/app/Trumpf/obj/Trumpf.Client.csproj.nuget.dgspec.json deleted file mode 100644 index 1a7199830..000000000 --- a/csharp/app/Trumpf/obj/Trumpf.Client.csproj.nuget.dgspec.json +++ /dev/null @@ -1,126 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/app/Trumpf/Trumpf.Client.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/app/Trumpf/Trumpf.Client.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/app/Trumpf/Trumpf.Client.csproj", - "projectName": "Trumpf.Client", - "projectPath": "/home/kim/code/innovenergy/new/csharp/app/Trumpf/Trumpf.Client.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/app/Trumpf/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.5.0, )" - }, - "System.IO.Ports": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "projectName": "InnovEnergy.Lib.Protocols.Modbus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/csharp/app/Trumpf/obj/Trumpf.Client.csproj.nuget.g.props b/csharp/app/Trumpf/obj/Trumpf.Client.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/app/Trumpf/obj/Trumpf.Client.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/app/Trumpf/obj/Trumpf.Client.csproj.nuget.g.targets b/csharp/app/Trumpf/obj/Trumpf.Client.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3c..000000000 --- a/csharp/app/Trumpf/obj/Trumpf.Client.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/csharp/app/Trumpf/obj/project.assets.json b/csharp/app/Trumpf/obj/project.assets.json deleted file mode 100644 index af0a62d94..000000000 --- a/csharp/app/Trumpf/obj/project.assets.json +++ /dev/null @@ -1,656 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "CliWrap/3.5.0": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - } - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm" - } - } - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm64" - } - } - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-x64" - } - } - }, - "runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-x64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-x64.runtime.native.System.IO.Ports": "7.0.0" - } - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-arm64" - } - } - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-x64" - } - } - }, - "System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.native.System.IO.Ports": "7.0.0" - }, - "compile": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Reactive/5.0.0": { - "type": "package", - "compile": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net5.0/_._": {} - } - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "InnovEnergy.EmuMeter/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "InnovEnergy.Lib.Protocols.Modbus": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.EmuMeter.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.EmuMeter.dll": {} - } - }, - "InnovEnergy.Lib.Battery48TL/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "InnovEnergy.Lib.Protocols.Modbus": "1.0.0", - "InnovEnergy.TruConvert": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.Lib.Battery48TL.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.Lib.Battery48TL.dll": {} - } - }, - "InnovEnergy.Lib.Drivers.Adam6060/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "InnovEnergy.Lib.Protocols.Modbus": "1.0.0", - "Utils": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.Lib.Drivers.Adam6060.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.Lib.Drivers.Adam6060.dll": {} - } - }, - "InnovEnergy.Lib.Drivers.Ampt/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "InnovEnergy.Lib.Protocols.Modbus": "1.0.0", - "Utils": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.Lib.Drivers.Ampt.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.Lib.Drivers.Ampt.dll": {} - } - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "System.IO.Ports": "7.0.0", - "Utils": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - }, - "InnovEnergy.TruConvert/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "InnovEnergy.Lib.Protocols.Modbus": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.TruConvert.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.TruConvert.dll": {} - } - }, - "InnovEnergy.TruConvertAc/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "InnovEnergy.Lib.Protocols.Modbus": "1.0.0", - "InnovEnergy.TruConvert": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.TruConvertAc.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.TruConvertAc.dll": {} - } - }, - "InnovEnergy.TruConvertDc/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "InnovEnergy.Lib.Protocols.Modbus": "1.0.0", - "InnovEnergy.TruConvert": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.TruConvertDc.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.TruConvertDc.dll": {} - } - }, - "Utils/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "compile": { - "bin/placeholder/Utils.dll": {} - }, - "runtime": { - "bin/placeholder/Utils.dll": {} - } - } - } - }, - "libraries": { - "CliWrap/3.5.0": { - "sha512": "JhC8xnY2uVPD8/o/wj8o+5uYQ8jiWJ9rrgTI6i5QqZco++nelZ8RgBjcLmPMJMQMvAXu39obUA/aeEEaYdQUhw==", - "type": "package", - "path": "cliwrap/3.5.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Readme.md", - "cliwrap.3.5.0.nupkg.sha512", - "cliwrap.nuspec", - "favicon.png", - "lib/net461/CliWrap.dll", - "lib/net461/CliWrap.xml", - "lib/netcoreapp3.0/CliWrap.dll", - "lib/netcoreapp3.0/CliWrap.xml", - "lib/netstandard2.0/CliWrap.dll", - "lib/netstandard2.0/CliWrap.xml", - "lib/netstandard2.1/CliWrap.dll", - "lib/netstandard2.1/CliWrap.xml" - ] - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "CBvgRaF+M0xGLDv2Geb/0v0LEADheH8aK72GRAUJdnqnJVsQO60ki1XO8M3keEhnjm+T5NvLm41pNXAVYAPiSg==", - "type": "package", - "path": "runtime.linux-arm.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "5VCyRCtCIYU8FR/W8oo7ouFuJ8tmAg9ddsuXhfCKZfZrbaVZSKxkmNBa6fxkfYPueD0jQfOvwFBmE5c6zalCSw==", - "type": "package", - "path": "runtime.linux-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "DV9dWDUs23OoZqMWl5IhLr3D+b9koDiSHQxFKdYgWnQbnthv8c/yDjrlrI8nMrDc71RAKCO8jlUojzuPMX04gg==", - "type": "package", - "path": "runtime.linux-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-x64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.native.System.IO.Ports/7.0.0": { - "sha512": "L4Ivegqc3B0Fee7VifFy2JST9nndm+uvJ0viLIZUaImDfnr+JmRin9Tbqd56KuMtm0eVxHpNOWZBPtKrA/1h5Q==", - "type": "package", - "path": "runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.native.system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "jFwh4sKSXZ7al5XrItEO4GdGWa6XNxvNx+LhEHjrSzOwawO1znwJ+Dy+VjnrkySX9Qi4bnHNLoiqOXbqMuka4g==", - "type": "package", - "path": "runtime.osx-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "X4LrHEfke/z9+z+iuVr35NlkhdZldY8JGNMYUN+sfPK/U/6TcE+vP44I0Yv0ir1v0bqIzq3v6Qdv1c1vmp8s4g==", - "type": "package", - "path": "runtime.osx-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-x64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Ports/7.0.0": { - "sha512": "0nWQjM5IofaIGpvkifN+LLuYwBG6BHlpmphLhhOJepcW12G8qToGuNDRgBzeTVBZzp33wVsESSZ8hUOCfq+8QA==", - "type": "package", - "path": "system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Ports.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Ports.targets", - "lib/net462/System.IO.Ports.dll", - "lib/net462/System.IO.Ports.xml", - "lib/net6.0/System.IO.Ports.dll", - "lib/net6.0/System.IO.Ports.xml", - "lib/net7.0/System.IO.Ports.dll", - "lib/net7.0/System.IO.Ports.xml", - "lib/netstandard2.0/System.IO.Ports.dll", - "lib/netstandard2.0/System.IO.Ports.xml", - "runtimes/unix/lib/net6.0/System.IO.Ports.dll", - "runtimes/unix/lib/net6.0/System.IO.Ports.xml", - "runtimes/unix/lib/net7.0/System.IO.Ports.dll", - "runtimes/unix/lib/net7.0/System.IO.Ports.xml", - "runtimes/win/lib/net6.0/System.IO.Ports.dll", - "runtimes/win/lib/net6.0/System.IO.Ports.xml", - "runtimes/win/lib/net7.0/System.IO.Ports.dll", - "runtimes/win/lib/net7.0/System.IO.Ports.xml", - "system.io.ports.7.0.0.nupkg.sha512", - "system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Reactive/5.0.0": { - "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "type": "package", - "path": "system.reactive/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net5.0/_._", - "build/netcoreapp3.1/System.Reactive.dll", - "build/netcoreapp3.1/System.Reactive.targets", - "build/netcoreapp3.1/System.Reactive.xml", - "buildTransitive/net5.0/_._", - "buildTransitive/netcoreapp3.1/System.Reactive.targets", - "lib/net472/System.Reactive.dll", - "lib/net472/System.Reactive.xml", - "lib/net5.0-windows10.0.19041/System.Reactive.dll", - "lib/net5.0-windows10.0.19041/System.Reactive.xml", - "lib/net5.0/System.Reactive.dll", - "lib/net5.0/System.Reactive.xml", - "lib/netcoreapp3.1/_._", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "system.reactive.5.0.0.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reactive.Linq/5.0.0": { - "sha512": "IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "type": "package", - "path": "system.reactive.linq/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/System.Reactive.Linq.dll", - "lib/net472/System.Reactive.Linq.xml", - "lib/netstandard2.0/System.Reactive.Linq.dll", - "lib/netstandard2.0/System.Reactive.Linq.xml", - "lib/uap10.0.16299/System.Reactive.Linq.dll", - "lib/uap10.0.16299/System.Reactive.Linq.pri", - "lib/uap10.0.16299/System.Reactive.Linq.xml", - "system.reactive.linq.5.0.0.nupkg.sha512", - "system.reactive.linq.nuspec" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "InnovEnergy.EmuMeter/1.0.0": { - "type": "project", - "path": "../../lib/EmuMeter/EmuMeter.csproj", - "msbuildProject": "../../lib/EmuMeter/EmuMeter.csproj" - }, - "InnovEnergy.Lib.Battery48TL/1.0.0": { - "type": "project", - "path": "../../lib/Battery48TL/Battery48TL.csproj", - "msbuildProject": "../../lib/Battery48TL/Battery48TL.csproj" - }, - "InnovEnergy.Lib.Drivers.Adam6060/1.0.0": { - "type": "project", - "path": "../../lib/Adam6060/Adam6060.csproj", - "msbuildProject": "../../lib/Adam6060/Adam6060.csproj" - }, - "InnovEnergy.Lib.Drivers.Ampt/1.0.0": { - "type": "project", - "path": "../../lib/AMPT/Ampt.csproj", - "msbuildProject": "../../lib/AMPT/Ampt.csproj" - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "path": "../../lib/Modbus/Modbus.csproj", - "msbuildProject": "../../lib/Modbus/Modbus.csproj" - }, - "InnovEnergy.TruConvert/1.0.0": { - "type": "project", - "path": "../../lib/TruConvert/TruConvert.csproj", - "msbuildProject": "../../lib/TruConvert/TruConvert.csproj" - }, - "InnovEnergy.TruConvertAc/1.0.0": { - "type": "project", - "path": "../../lib/TruConvertAc/TruConvertAc.csproj", - "msbuildProject": "../../lib/TruConvertAc/TruConvertAc.csproj" - }, - "InnovEnergy.TruConvertDc/1.0.0": { - "type": "project", - "path": "../../lib/TruConvertDc/TruConvertDc.csproj", - "msbuildProject": "../../lib/TruConvertDc/TruConvertDc.csproj" - }, - "Utils/1.0.0": { - "type": "project", - "path": "../../lib/Utils/Utils.csproj", - "msbuildProject": "../../lib/Utils/Utils.csproj" - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "CliWrap >= 3.5.0", - "InnovEnergy.EmuMeter >= 1.0.0", - "InnovEnergy.Lib.Battery48TL >= 1.0.0", - "InnovEnergy.Lib.Drivers.Adam6060 >= 1.0.0", - "InnovEnergy.Lib.Drivers.Ampt >= 1.0.0", - "InnovEnergy.Lib.Protocols.Modbus >= 1.0.0", - "InnovEnergy.TruConvertAc >= 1.0.0", - "InnovEnergy.TruConvertDc >= 1.0.0", - "System.IO.Ports >= 7.0.0", - "Utils >= 1.0.0" - ] - }, - "packageFolders": { - "/home/kim/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/app/Trumpf/SaliMax.csproj", - "projectName": "SaliMax", - "projectPath": "/home/kim/code/innovenergy/new/csharp/app/Trumpf/SaliMax.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/app/Trumpf/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.5.0, )" - }, - "System.IO.Ports": { - "target": "Package", - "version": "[7.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/csharp/app/Trumpf/obj/project.nuget.cache b/csharp/app/Trumpf/obj/project.nuget.cache deleted file mode 100644 index 7be81f2e3..000000000 --- a/csharp/app/Trumpf/obj/project.nuget.cache +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "p2nRnxEcwgBkZf+0a8CUD+NFu9DUlBZZ1rAJ4EQr5EMbYmoVem85jJk3IhhlVn7E0GsYS/t50wBoFEcyarBjXw==", - "success": true, - "projectFilePath": "/home/kim/code/innovenergy/new/csharp/app/Trumpf/SaliMax.csproj", - "expectedPackageFiles": [ - "/home/kim/.nuget/packages/cliwrap/3.5.0/cliwrap.3.5.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm.runtime.native.system.io.ports/7.0.0/runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm64.runtime.native.system.io.ports/7.0.0/runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-x64.runtime.native.system.io.ports/7.0.0/runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.native.system.io.ports/7.0.0/runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-arm64.runtime.native.system.io.ports/7.0.0/runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-x64.runtime.native.system.io.ports/7.0.0/runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.io.ports/7.0.0/system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive/5.0.0/system.reactive.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/csharp/app/Trumpf/obj/project.packagespec.json b/csharp/app/Trumpf/obj/project.packagespec.json deleted file mode 100644 index 0ec62b596..000000000 --- a/csharp/app/Trumpf/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/kim/code/innovenergy/new/csharp/app/Trumpf/SaliMax.csproj","projectName":"SaliMax","projectPath":"/home/kim/code/innovenergy/new/csharp/app/Trumpf/SaliMax.csproj","outputPath":"/home/kim/code/innovenergy/new/csharp/app/Trumpf/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{"/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","dependencies":{"CliWrap":{"target":"Package","version":"[3.5.0, )"},"System.IO.Ports":{"target":"Package","version":"[7.0.0, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/csharp/app/Trumpf/obj/rider.project.restore.info b/csharp/app/Trumpf/obj/rider.project.restore.info deleted file mode 100644 index 65156349d..000000000 --- a/csharp/app/Trumpf/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16690419378728257 \ No newline at end of file diff --git a/csharp/app/VenusFirmwareCiDaemon/obj/Debug/net6.0/apphost b/csharp/app/VenusFirmwareCiDaemon/obj/Debug/net6.0/apphost deleted file mode 100755 index 56ccd45c3..000000000 Binary files a/csharp/app/VenusFirmwareCiDaemon/obj/Debug/net6.0/apphost and /dev/null differ diff --git a/csharp/app/VenusLogger/obj/Debug/net6.0/VenusLogger.csproj.FileListAbsolute.txt b/csharp/app/VenusLogger/obj/Debug/net6.0/VenusLogger.csproj.FileListAbsolute.txt deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/lib/AMPT/obj/Ampt.csproj.nuget.dgspec.json b/csharp/lib/AMPT/obj/Ampt.csproj.nuget.dgspec.json deleted file mode 100644 index 2efef2824..000000000 --- a/csharp/lib/AMPT/obj/Ampt.csproj.nuget.dgspec.json +++ /dev/null @@ -1,191 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj", - "projectName": "InnovEnergy.Lib.Drivers.Ampt", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/AMPT/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "projectName": "InnovEnergy.Lib.Protocols.Modbus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.IO.Ports": { - "target": "Package", - "version": "[7.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "projectName": "Utils", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.3.1, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/AMPT/obj/Ampt.csproj.nuget.g.props b/csharp/lib/AMPT/obj/Ampt.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/lib/AMPT/obj/Ampt.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/lib/AMPT/obj/Ampt.csproj.nuget.g.targets b/csharp/lib/AMPT/obj/Ampt.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3c..000000000 --- a/csharp/lib/AMPT/obj/Ampt.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/csharp/lib/AMPT/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/AMPT/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/AMPT/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.AssemblyInfo.cs b/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.AssemblyInfo.cs deleted file mode 100644 index 6ab0b903c..000000000 --- a/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("InnovEnergy.Lib.Drivers.Ampt")] -[assembly: System.Reflection.AssemblyTitleAttribute("InnovEnergy.Lib.Drivers.Ampt")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.AssemblyInfoInputs.cache b/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.AssemblyInfoInputs.cache deleted file mode 100644 index f20d20d0c..000000000 --- a/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -62ef68ee64a9de18be662b4dc84fb5c5f22bf13d diff --git a/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 72bc5ed29..000000000 --- a/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.Lib.Drivers.Ampt -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/AMPT/ diff --git a/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.GlobalUsings.g.cs b/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.assets.cache b/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.assets.cache deleted file mode 100644 index d14c9f3dc..000000000 Binary files a/csharp/lib/AMPT/obj/Debug/net6.0/Ampt.assets.cache and /dev/null differ diff --git a/csharp/lib/AMPT/obj/project.assets.json b/csharp/lib/AMPT/obj/project.assets.json deleted file mode 100644 index 4fcab5610..000000000 --- a/csharp/lib/AMPT/obj/project.assets.json +++ /dev/null @@ -1,488 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "CliWrap/3.3.1": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - } - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm" - } - } - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm64" - } - } - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-x64" - } - } - }, - "runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-x64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-x64.runtime.native.System.IO.Ports": "7.0.0" - } - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-arm64" - } - } - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-x64" - } - } - }, - "System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.native.System.IO.Ports": "7.0.0" - }, - "compile": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Reactive/5.0.0": { - "type": "package", - "compile": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net5.0/_._": {} - } - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "System.IO.Ports": "7.0.0", - "Utils": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - }, - "Utils/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "compile": { - "bin/placeholder/Utils.dll": {} - }, - "runtime": { - "bin/placeholder/Utils.dll": {} - } - } - } - }, - "libraries": { - "CliWrap/3.3.1": { - "sha512": "yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "type": "package", - "path": "cliwrap/3.3.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "cliwrap.3.3.1.nupkg.sha512", - "cliwrap.nuspec", - "favicon.png", - "lib/net461/CliWrap.dll", - "lib/net461/CliWrap.xml", - "lib/netcoreapp3.0/CliWrap.dll", - "lib/netcoreapp3.0/CliWrap.xml", - "lib/netstandard2.0/CliWrap.dll", - "lib/netstandard2.0/CliWrap.xml", - "lib/netstandard2.1/CliWrap.dll", - "lib/netstandard2.1/CliWrap.xml" - ] - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "CBvgRaF+M0xGLDv2Geb/0v0LEADheH8aK72GRAUJdnqnJVsQO60ki1XO8M3keEhnjm+T5NvLm41pNXAVYAPiSg==", - "type": "package", - "path": "runtime.linux-arm.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "5VCyRCtCIYU8FR/W8oo7ouFuJ8tmAg9ddsuXhfCKZfZrbaVZSKxkmNBa6fxkfYPueD0jQfOvwFBmE5c6zalCSw==", - "type": "package", - "path": "runtime.linux-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "DV9dWDUs23OoZqMWl5IhLr3D+b9koDiSHQxFKdYgWnQbnthv8c/yDjrlrI8nMrDc71RAKCO8jlUojzuPMX04gg==", - "type": "package", - "path": "runtime.linux-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-x64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.native.System.IO.Ports/7.0.0": { - "sha512": "L4Ivegqc3B0Fee7VifFy2JST9nndm+uvJ0viLIZUaImDfnr+JmRin9Tbqd56KuMtm0eVxHpNOWZBPtKrA/1h5Q==", - "type": "package", - "path": "runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.native.system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "jFwh4sKSXZ7al5XrItEO4GdGWa6XNxvNx+LhEHjrSzOwawO1znwJ+Dy+VjnrkySX9Qi4bnHNLoiqOXbqMuka4g==", - "type": "package", - "path": "runtime.osx-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "X4LrHEfke/z9+z+iuVr35NlkhdZldY8JGNMYUN+sfPK/U/6TcE+vP44I0Yv0ir1v0bqIzq3v6Qdv1c1vmp8s4g==", - "type": "package", - "path": "runtime.osx-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-x64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Ports/7.0.0": { - "sha512": "0nWQjM5IofaIGpvkifN+LLuYwBG6BHlpmphLhhOJepcW12G8qToGuNDRgBzeTVBZzp33wVsESSZ8hUOCfq+8QA==", - "type": "package", - "path": "system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Ports.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Ports.targets", - "lib/net462/System.IO.Ports.dll", - "lib/net462/System.IO.Ports.xml", - "lib/net6.0/System.IO.Ports.dll", - "lib/net6.0/System.IO.Ports.xml", - "lib/net7.0/System.IO.Ports.dll", - "lib/net7.0/System.IO.Ports.xml", - "lib/netstandard2.0/System.IO.Ports.dll", - "lib/netstandard2.0/System.IO.Ports.xml", - "runtimes/unix/lib/net6.0/System.IO.Ports.dll", - "runtimes/unix/lib/net6.0/System.IO.Ports.xml", - "runtimes/unix/lib/net7.0/System.IO.Ports.dll", - "runtimes/unix/lib/net7.0/System.IO.Ports.xml", - "runtimes/win/lib/net6.0/System.IO.Ports.dll", - "runtimes/win/lib/net6.0/System.IO.Ports.xml", - "runtimes/win/lib/net7.0/System.IO.Ports.dll", - "runtimes/win/lib/net7.0/System.IO.Ports.xml", - "system.io.ports.7.0.0.nupkg.sha512", - "system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Reactive/5.0.0": { - "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "type": "package", - "path": "system.reactive/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net5.0/_._", - "build/netcoreapp3.1/System.Reactive.dll", - "build/netcoreapp3.1/System.Reactive.targets", - "build/netcoreapp3.1/System.Reactive.xml", - "buildTransitive/net5.0/_._", - "buildTransitive/netcoreapp3.1/System.Reactive.targets", - "lib/net472/System.Reactive.dll", - "lib/net472/System.Reactive.xml", - "lib/net5.0-windows10.0.19041/System.Reactive.dll", - "lib/net5.0-windows10.0.19041/System.Reactive.xml", - "lib/net5.0/System.Reactive.dll", - "lib/net5.0/System.Reactive.xml", - "lib/netcoreapp3.1/_._", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "system.reactive.5.0.0.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reactive.Linq/5.0.0": { - "sha512": "IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "type": "package", - "path": "system.reactive.linq/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/System.Reactive.Linq.dll", - "lib/net472/System.Reactive.Linq.xml", - "lib/netstandard2.0/System.Reactive.Linq.dll", - "lib/netstandard2.0/System.Reactive.Linq.xml", - "lib/uap10.0.16299/System.Reactive.Linq.dll", - "lib/uap10.0.16299/System.Reactive.Linq.pri", - "lib/uap10.0.16299/System.Reactive.Linq.xml", - "system.reactive.linq.5.0.0.nupkg.sha512", - "system.reactive.linq.nuspec" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "path": "../Modbus/Modbus.csproj", - "msbuildProject": "../Modbus/Modbus.csproj" - }, - "Utils/1.0.0": { - "type": "project", - "path": "../Utils/Utils.csproj", - "msbuildProject": "../Utils/Utils.csproj" - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "InnovEnergy.Lib.Protocols.Modbus >= 1.0.0", - "Utils >= 1.0.0" - ] - }, - "packageFolders": { - "/home/kim/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj", - "projectName": "InnovEnergy.Lib.Drivers.Ampt", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/AMPT/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/AMPT/obj/project.nuget.cache b/csharp/lib/AMPT/obj/project.nuget.cache deleted file mode 100644 index f44e84e76..000000000 --- a/csharp/lib/AMPT/obj/project.nuget.cache +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "v+Ovsean7ajOIdTh2VoHW7WV1pBKq7/JdJcvNBUBxA35Roit78cgBbkZfYZ8rg4czVOPFVWdlxK7IPFYv65xZg==", - "success": true, - "projectFilePath": "/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj", - "expectedPackageFiles": [ - "/home/kim/.nuget/packages/cliwrap/3.3.1/cliwrap.3.3.1.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm.runtime.native.system.io.ports/7.0.0/runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm64.runtime.native.system.io.ports/7.0.0/runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-x64.runtime.native.system.io.ports/7.0.0/runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.native.system.io.ports/7.0.0/runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-arm64.runtime.native.system.io.ports/7.0.0/runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-x64.runtime.native.system.io.ports/7.0.0/runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.io.ports/7.0.0/system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive/5.0.0/system.reactive.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/csharp/lib/AMPT/obj/project.packagespec.json b/csharp/lib/AMPT/obj/project.packagespec.json deleted file mode 100644 index ffd1a7552..000000000 --- a/csharp/lib/AMPT/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj","projectName":"InnovEnergy.Lib.Drivers.Ampt","projectPath":"/home/kim/code/innovenergy/new/csharp/lib/AMPT/Ampt.csproj","outputPath":"/home/kim/code/innovenergy/new/csharp/lib/AMPT/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/csharp/lib/AMPT/obj/rider.project.restore.info b/csharp/lib/AMPT/obj/rider.project.restore.info deleted file mode 100644 index 65156349d..000000000 --- a/csharp/lib/AMPT/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16690419378728257 \ No newline at end of file diff --git a/csharp/lib/Adam6060/obj/Adam6060.csproj.nuget.dgspec.json b/csharp/lib/Adam6060/obj/Adam6060.csproj.nuget.dgspec.json deleted file mode 100644 index 3da995c30..000000000 --- a/csharp/lib/Adam6060/obj/Adam6060.csproj.nuget.dgspec.json +++ /dev/null @@ -1,191 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj", - "projectName": "InnovEnergy.Lib.Drivers.Adam6060", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "projectName": "InnovEnergy.Lib.Protocols.Modbus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.IO.Ports": { - "target": "Package", - "version": "[7.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "projectName": "Utils", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.3.1, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/Adam6060/obj/Adam6060.csproj.nuget.g.props b/csharp/lib/Adam6060/obj/Adam6060.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/lib/Adam6060/obj/Adam6060.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/lib/Adam6060/obj/Adam6060.csproj.nuget.g.targets b/csharp/lib/Adam6060/obj/Adam6060.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3c..000000000 --- a/csharp/lib/Adam6060/obj/Adam6060.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/csharp/lib/Adam6060/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/Adam6060/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/Adam6060/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.AssemblyInfo.cs b/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.AssemblyInfo.cs deleted file mode 100644 index e3b61325c..000000000 --- a/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("InnovEnergy.Lib.Drivers.Adam6060")] -[assembly: System.Reflection.AssemblyTitleAttribute("InnovEnergy.Lib.Drivers.Adam6060")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.AssemblyInfoInputs.cache b/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.AssemblyInfoInputs.cache deleted file mode 100644 index 153be0d73..000000000 --- a/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -ae36dbc3d2febfc0b809510c0522345dc49cb47e diff --git a/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index deb6845b1..000000000 --- a/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.Lib.Drivers.Adam6060 -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/Adam6060/ diff --git a/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.GlobalUsings.g.cs b/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.assets.cache b/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.assets.cache deleted file mode 100644 index 68c7a30ad..000000000 Binary files a/csharp/lib/Adam6060/obj/Debug/net6.0/Adam6060.assets.cache and /dev/null differ diff --git a/csharp/lib/Adam6060/obj/project.assets.json b/csharp/lib/Adam6060/obj/project.assets.json deleted file mode 100644 index 2aea08aac..000000000 --- a/csharp/lib/Adam6060/obj/project.assets.json +++ /dev/null @@ -1,488 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "CliWrap/3.3.1": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - } - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm" - } - } - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm64" - } - } - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-x64" - } - } - }, - "runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-x64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-x64.runtime.native.System.IO.Ports": "7.0.0" - } - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-arm64" - } - } - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-x64" - } - } - }, - "System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.native.System.IO.Ports": "7.0.0" - }, - "compile": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Reactive/5.0.0": { - "type": "package", - "compile": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net5.0/_._": {} - } - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "System.IO.Ports": "7.0.0", - "Utils": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - }, - "Utils/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "compile": { - "bin/placeholder/Utils.dll": {} - }, - "runtime": { - "bin/placeholder/Utils.dll": {} - } - } - } - }, - "libraries": { - "CliWrap/3.3.1": { - "sha512": "yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "type": "package", - "path": "cliwrap/3.3.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "cliwrap.3.3.1.nupkg.sha512", - "cliwrap.nuspec", - "favicon.png", - "lib/net461/CliWrap.dll", - "lib/net461/CliWrap.xml", - "lib/netcoreapp3.0/CliWrap.dll", - "lib/netcoreapp3.0/CliWrap.xml", - "lib/netstandard2.0/CliWrap.dll", - "lib/netstandard2.0/CliWrap.xml", - "lib/netstandard2.1/CliWrap.dll", - "lib/netstandard2.1/CliWrap.xml" - ] - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "CBvgRaF+M0xGLDv2Geb/0v0LEADheH8aK72GRAUJdnqnJVsQO60ki1XO8M3keEhnjm+T5NvLm41pNXAVYAPiSg==", - "type": "package", - "path": "runtime.linux-arm.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "5VCyRCtCIYU8FR/W8oo7ouFuJ8tmAg9ddsuXhfCKZfZrbaVZSKxkmNBa6fxkfYPueD0jQfOvwFBmE5c6zalCSw==", - "type": "package", - "path": "runtime.linux-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "DV9dWDUs23OoZqMWl5IhLr3D+b9koDiSHQxFKdYgWnQbnthv8c/yDjrlrI8nMrDc71RAKCO8jlUojzuPMX04gg==", - "type": "package", - "path": "runtime.linux-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-x64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.native.System.IO.Ports/7.0.0": { - "sha512": "L4Ivegqc3B0Fee7VifFy2JST9nndm+uvJ0viLIZUaImDfnr+JmRin9Tbqd56KuMtm0eVxHpNOWZBPtKrA/1h5Q==", - "type": "package", - "path": "runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.native.system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "jFwh4sKSXZ7al5XrItEO4GdGWa6XNxvNx+LhEHjrSzOwawO1znwJ+Dy+VjnrkySX9Qi4bnHNLoiqOXbqMuka4g==", - "type": "package", - "path": "runtime.osx-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "X4LrHEfke/z9+z+iuVr35NlkhdZldY8JGNMYUN+sfPK/U/6TcE+vP44I0Yv0ir1v0bqIzq3v6Qdv1c1vmp8s4g==", - "type": "package", - "path": "runtime.osx-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-x64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Ports/7.0.0": { - "sha512": "0nWQjM5IofaIGpvkifN+LLuYwBG6BHlpmphLhhOJepcW12G8qToGuNDRgBzeTVBZzp33wVsESSZ8hUOCfq+8QA==", - "type": "package", - "path": "system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Ports.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Ports.targets", - "lib/net462/System.IO.Ports.dll", - "lib/net462/System.IO.Ports.xml", - "lib/net6.0/System.IO.Ports.dll", - "lib/net6.0/System.IO.Ports.xml", - "lib/net7.0/System.IO.Ports.dll", - "lib/net7.0/System.IO.Ports.xml", - "lib/netstandard2.0/System.IO.Ports.dll", - "lib/netstandard2.0/System.IO.Ports.xml", - "runtimes/unix/lib/net6.0/System.IO.Ports.dll", - "runtimes/unix/lib/net6.0/System.IO.Ports.xml", - "runtimes/unix/lib/net7.0/System.IO.Ports.dll", - "runtimes/unix/lib/net7.0/System.IO.Ports.xml", - "runtimes/win/lib/net6.0/System.IO.Ports.dll", - "runtimes/win/lib/net6.0/System.IO.Ports.xml", - "runtimes/win/lib/net7.0/System.IO.Ports.dll", - "runtimes/win/lib/net7.0/System.IO.Ports.xml", - "system.io.ports.7.0.0.nupkg.sha512", - "system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Reactive/5.0.0": { - "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "type": "package", - "path": "system.reactive/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net5.0/_._", - "build/netcoreapp3.1/System.Reactive.dll", - "build/netcoreapp3.1/System.Reactive.targets", - "build/netcoreapp3.1/System.Reactive.xml", - "buildTransitive/net5.0/_._", - "buildTransitive/netcoreapp3.1/System.Reactive.targets", - "lib/net472/System.Reactive.dll", - "lib/net472/System.Reactive.xml", - "lib/net5.0-windows10.0.19041/System.Reactive.dll", - "lib/net5.0-windows10.0.19041/System.Reactive.xml", - "lib/net5.0/System.Reactive.dll", - "lib/net5.0/System.Reactive.xml", - "lib/netcoreapp3.1/_._", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "system.reactive.5.0.0.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reactive.Linq/5.0.0": { - "sha512": "IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "type": "package", - "path": "system.reactive.linq/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/System.Reactive.Linq.dll", - "lib/net472/System.Reactive.Linq.xml", - "lib/netstandard2.0/System.Reactive.Linq.dll", - "lib/netstandard2.0/System.Reactive.Linq.xml", - "lib/uap10.0.16299/System.Reactive.Linq.dll", - "lib/uap10.0.16299/System.Reactive.Linq.pri", - "lib/uap10.0.16299/System.Reactive.Linq.xml", - "system.reactive.linq.5.0.0.nupkg.sha512", - "system.reactive.linq.nuspec" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "path": "../Modbus/Modbus.csproj", - "msbuildProject": "../Modbus/Modbus.csproj" - }, - "Utils/1.0.0": { - "type": "project", - "path": "../Utils/Utils.csproj", - "msbuildProject": "../Utils/Utils.csproj" - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "InnovEnergy.Lib.Protocols.Modbus >= 1.0.0", - "Utils >= 1.0.0" - ] - }, - "packageFolders": { - "/home/kim/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj", - "projectName": "InnovEnergy.Lib.Drivers.Adam6060", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/Adam6060/obj/project.nuget.cache b/csharp/lib/Adam6060/obj/project.nuget.cache deleted file mode 100644 index 4ac7d6b75..000000000 --- a/csharp/lib/Adam6060/obj/project.nuget.cache +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "/wLM/XDNKEHiTe0WFfiNV+wo9ODRSEiH2SunhpZiKW1hPHQXxVoUmQ56Lp8y0cfZkPvnRVIsRtBLE/gaWi+Q0w==", - "success": true, - "projectFilePath": "/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj", - "expectedPackageFiles": [ - "/home/kim/.nuget/packages/cliwrap/3.3.1/cliwrap.3.3.1.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm.runtime.native.system.io.ports/7.0.0/runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm64.runtime.native.system.io.ports/7.0.0/runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-x64.runtime.native.system.io.ports/7.0.0/runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.native.system.io.ports/7.0.0/runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-arm64.runtime.native.system.io.ports/7.0.0/runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-x64.runtime.native.system.io.ports/7.0.0/runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.io.ports/7.0.0/system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive/5.0.0/system.reactive.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/csharp/lib/Adam6060/obj/project.packagespec.json b/csharp/lib/Adam6060/obj/project.packagespec.json deleted file mode 100644 index 814e0d164..000000000 --- a/csharp/lib/Adam6060/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj","projectName":"InnovEnergy.Lib.Drivers.Adam6060","projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Adam6060/Adam6060.csproj","outputPath":"/home/kim/code/innovenergy/new/csharp/lib/Adam6060/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/csharp/lib/Adam6060/obj/rider.project.restore.info b/csharp/lib/Adam6060/obj/rider.project.restore.info deleted file mode 100644 index 65156349d..000000000 --- a/csharp/lib/Adam6060/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16690419378728257 \ No newline at end of file diff --git a/csharp/lib/Battery48TL/obj/Battery48TL.csproj.nuget.dgspec.json b/csharp/lib/Battery48TL/obj/Battery48TL.csproj.nuget.dgspec.json deleted file mode 100644 index 0e799ec0e..000000000 --- a/csharp/lib/Battery48TL/obj/Battery48TL.csproj.nuget.dgspec.json +++ /dev/null @@ -1,188 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj", - "projectName": "InnovEnergy.Lib.Battery48TL", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "projectName": "InnovEnergy.Lib.Protocols.Modbus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.IO.Ports": { - "target": "Package", - "version": "[7.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "projectName": "Utils", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.3.1, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/Battery48TL/obj/Battery48TL.csproj.nuget.g.props b/csharp/lib/Battery48TL/obj/Battery48TL.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/lib/Battery48TL/obj/Battery48TL.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/lib/Battery48TL/obj/Battery48TL.csproj.nuget.g.targets b/csharp/lib/Battery48TL/obj/Battery48TL.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3c..000000000 --- a/csharp/lib/Battery48TL/obj/Battery48TL.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/csharp/lib/Battery48TL/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/Battery48TL/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/Battery48TL/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.AssemblyInfo.cs b/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.AssemblyInfo.cs deleted file mode 100644 index 6075226da..000000000 --- a/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("InnovEnergy.Lib.Battery48TL")] -[assembly: System.Reflection.AssemblyTitleAttribute("InnovEnergy.Lib.Battery48TL")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.AssemblyInfoInputs.cache b/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.AssemblyInfoInputs.cache deleted file mode 100644 index 553bfae5e..000000000 --- a/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -2ce1156fbce95c7843f3b5ecf27795005efb51d7 diff --git a/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index b5eedbea2..000000000 --- a/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.Lib.Battery48TL -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/Battery48TL/ diff --git a/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.GlobalUsings.g.cs b/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.assets.cache b/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.assets.cache deleted file mode 100644 index ea21347ff..000000000 Binary files a/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.assets.cache and /dev/null differ diff --git a/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.csproj.AssemblyReference.cache b/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.csproj.AssemblyReference.cache deleted file mode 100644 index 204fdef64..000000000 Binary files a/csharp/lib/Battery48TL/obj/Debug/net6.0/Battery48TL.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/lib/Battery48TL/obj/project.assets.json b/csharp/lib/Battery48TL/obj/project.assets.json deleted file mode 100644 index 3c3216fb0..000000000 --- a/csharp/lib/Battery48TL/obj/project.assets.json +++ /dev/null @@ -1,484 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "CliWrap/3.3.1": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - } - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm" - } - } - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm64" - } - } - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-x64" - } - } - }, - "runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-x64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-x64.runtime.native.System.IO.Ports": "7.0.0" - } - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-arm64" - } - } - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-x64" - } - } - }, - "System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.native.System.IO.Ports": "7.0.0" - }, - "compile": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Reactive/5.0.0": { - "type": "package", - "compile": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net5.0/_._": {} - } - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "System.IO.Ports": "7.0.0", - "Utils": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - }, - "Utils/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "compile": { - "bin/placeholder/Utils.dll": {} - }, - "runtime": { - "bin/placeholder/Utils.dll": {} - } - } - } - }, - "libraries": { - "CliWrap/3.3.1": { - "sha512": "yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "type": "package", - "path": "cliwrap/3.3.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "cliwrap.3.3.1.nupkg.sha512", - "cliwrap.nuspec", - "favicon.png", - "lib/net461/CliWrap.dll", - "lib/net461/CliWrap.xml", - "lib/netcoreapp3.0/CliWrap.dll", - "lib/netcoreapp3.0/CliWrap.xml", - "lib/netstandard2.0/CliWrap.dll", - "lib/netstandard2.0/CliWrap.xml", - "lib/netstandard2.1/CliWrap.dll", - "lib/netstandard2.1/CliWrap.xml" - ] - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "CBvgRaF+M0xGLDv2Geb/0v0LEADheH8aK72GRAUJdnqnJVsQO60ki1XO8M3keEhnjm+T5NvLm41pNXAVYAPiSg==", - "type": "package", - "path": "runtime.linux-arm.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "5VCyRCtCIYU8FR/W8oo7ouFuJ8tmAg9ddsuXhfCKZfZrbaVZSKxkmNBa6fxkfYPueD0jQfOvwFBmE5c6zalCSw==", - "type": "package", - "path": "runtime.linux-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "DV9dWDUs23OoZqMWl5IhLr3D+b9koDiSHQxFKdYgWnQbnthv8c/yDjrlrI8nMrDc71RAKCO8jlUojzuPMX04gg==", - "type": "package", - "path": "runtime.linux-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-x64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.native.System.IO.Ports/7.0.0": { - "sha512": "L4Ivegqc3B0Fee7VifFy2JST9nndm+uvJ0viLIZUaImDfnr+JmRin9Tbqd56KuMtm0eVxHpNOWZBPtKrA/1h5Q==", - "type": "package", - "path": "runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.native.system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "jFwh4sKSXZ7al5XrItEO4GdGWa6XNxvNx+LhEHjrSzOwawO1znwJ+Dy+VjnrkySX9Qi4bnHNLoiqOXbqMuka4g==", - "type": "package", - "path": "runtime.osx-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "X4LrHEfke/z9+z+iuVr35NlkhdZldY8JGNMYUN+sfPK/U/6TcE+vP44I0Yv0ir1v0bqIzq3v6Qdv1c1vmp8s4g==", - "type": "package", - "path": "runtime.osx-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-x64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Ports/7.0.0": { - "sha512": "0nWQjM5IofaIGpvkifN+LLuYwBG6BHlpmphLhhOJepcW12G8qToGuNDRgBzeTVBZzp33wVsESSZ8hUOCfq+8QA==", - "type": "package", - "path": "system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Ports.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Ports.targets", - "lib/net462/System.IO.Ports.dll", - "lib/net462/System.IO.Ports.xml", - "lib/net6.0/System.IO.Ports.dll", - "lib/net6.0/System.IO.Ports.xml", - "lib/net7.0/System.IO.Ports.dll", - "lib/net7.0/System.IO.Ports.xml", - "lib/netstandard2.0/System.IO.Ports.dll", - "lib/netstandard2.0/System.IO.Ports.xml", - "runtimes/unix/lib/net6.0/System.IO.Ports.dll", - "runtimes/unix/lib/net6.0/System.IO.Ports.xml", - "runtimes/unix/lib/net7.0/System.IO.Ports.dll", - "runtimes/unix/lib/net7.0/System.IO.Ports.xml", - "runtimes/win/lib/net6.0/System.IO.Ports.dll", - "runtimes/win/lib/net6.0/System.IO.Ports.xml", - "runtimes/win/lib/net7.0/System.IO.Ports.dll", - "runtimes/win/lib/net7.0/System.IO.Ports.xml", - "system.io.ports.7.0.0.nupkg.sha512", - "system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Reactive/5.0.0": { - "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "type": "package", - "path": "system.reactive/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net5.0/_._", - "build/netcoreapp3.1/System.Reactive.dll", - "build/netcoreapp3.1/System.Reactive.targets", - "build/netcoreapp3.1/System.Reactive.xml", - "buildTransitive/net5.0/_._", - "buildTransitive/netcoreapp3.1/System.Reactive.targets", - "lib/net472/System.Reactive.dll", - "lib/net472/System.Reactive.xml", - "lib/net5.0-windows10.0.19041/System.Reactive.dll", - "lib/net5.0-windows10.0.19041/System.Reactive.xml", - "lib/net5.0/System.Reactive.dll", - "lib/net5.0/System.Reactive.xml", - "lib/netcoreapp3.1/_._", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "system.reactive.5.0.0.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reactive.Linq/5.0.0": { - "sha512": "IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "type": "package", - "path": "system.reactive.linq/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/System.Reactive.Linq.dll", - "lib/net472/System.Reactive.Linq.xml", - "lib/netstandard2.0/System.Reactive.Linq.dll", - "lib/netstandard2.0/System.Reactive.Linq.xml", - "lib/uap10.0.16299/System.Reactive.Linq.dll", - "lib/uap10.0.16299/System.Reactive.Linq.pri", - "lib/uap10.0.16299/System.Reactive.Linq.xml", - "system.reactive.linq.5.0.0.nupkg.sha512", - "system.reactive.linq.nuspec" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "path": "../Modbus/Modbus.csproj", - "msbuildProject": "../Modbus/Modbus.csproj" - }, - "Utils/1.0.0": { - "type": "project", - "path": "../Utils/Utils.csproj", - "msbuildProject": "../Utils/Utils.csproj" - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "InnovEnergy.Lib.Protocols.Modbus >= 1.0.0" - ] - }, - "packageFolders": { - "/home/kim/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj", - "projectName": "InnovEnergy.Lib.Battery48TL", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/Battery48TL/obj/project.nuget.cache b/csharp/lib/Battery48TL/obj/project.nuget.cache deleted file mode 100644 index e1199ecc5..000000000 --- a/csharp/lib/Battery48TL/obj/project.nuget.cache +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "T6vaBpSVV1ZhAJ+iQpnzmC/aYbifozHdPwLKasrV3I/eAodSePWS//nqe57c2L17+gwpGRJMF4rd5hWfRMWHEg==", - "success": true, - "projectFilePath": "/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj", - "expectedPackageFiles": [ - "/home/kim/.nuget/packages/cliwrap/3.3.1/cliwrap.3.3.1.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm.runtime.native.system.io.ports/7.0.0/runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm64.runtime.native.system.io.ports/7.0.0/runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-x64.runtime.native.system.io.ports/7.0.0/runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.native.system.io.ports/7.0.0/runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-arm64.runtime.native.system.io.ports/7.0.0/runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-x64.runtime.native.system.io.ports/7.0.0/runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.io.ports/7.0.0/system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive/5.0.0/system.reactive.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/csharp/lib/Battery48TL/obj/project.packagespec.json b/csharp/lib/Battery48TL/obj/project.packagespec.json deleted file mode 100644 index 0ae88f8e5..000000000 --- a/csharp/lib/Battery48TL/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj","projectName":"InnovEnergy.Lib.Battery48TL","projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/Battery48TL.csproj","outputPath":"/home/kim/code/innovenergy/new/csharp/lib/Battery48TL/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/csharp/lib/Battery48TL/obj/rider.project.restore.info b/csharp/lib/Battery48TL/obj/rider.project.restore.info deleted file mode 100644 index 9128cadf7..000000000 --- a/csharp/lib/Battery48TL/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16696435798034779 \ No newline at end of file diff --git a/csharp/lib/Channels/obj/Debug/net6.0/Channels.csproj.FileListAbsolute.txt b/csharp/lib/Channels/obj/Debug/net6.0/Channels.csproj.FileListAbsolute.txt deleted file mode 100644 index f2c0aff00..000000000 --- a/csharp/lib/Channels/obj/Debug/net6.0/Channels.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,15 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/lib/Channels/bin/Debug/net6.0/Channels.deps.json -/home/kim/code/innovenergy/new/csharp/lib/Channels/bin/Debug/net6.0/Channels.dll -/home/kim/code/innovenergy/new/csharp/lib/Channels/bin/Debug/net6.0/ref/Channels.dll -/home/kim/code/innovenergy/new/csharp/lib/Channels/bin/Debug/net6.0/Channels.pdb -/home/kim/code/innovenergy/new/csharp/lib/Channels/bin/Debug/net6.0/Utils.dll -/home/kim/code/innovenergy/new/csharp/lib/Channels/bin/Debug/net6.0/Utils.pdb -/home/kim/code/innovenergy/new/csharp/lib/Channels/obj/Debug/net6.0/Channels.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/lib/Channels/obj/Debug/net6.0/Channels.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/lib/Channels/obj/Debug/net6.0/Channels.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/Channels/obj/Debug/net6.0/Channels.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/lib/Channels/obj/Debug/net6.0/Channels.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/Channels/obj/Debug/net6.0/Channels.csproj.CopyComplete -/home/kim/code/innovenergy/new/csharp/lib/Channels/obj/Debug/net6.0/Channels.dll -/home/kim/code/innovenergy/new/csharp/lib/Channels/obj/Debug/net6.0/ref/Channels.dll -/home/kim/code/innovenergy/new/csharp/lib/Channels/obj/Debug/net6.0/Channels.pdb diff --git a/csharp/lib/Channels/obj/project.assets.json b/csharp/lib/Channels/obj/project.assets.json deleted file mode 100644 index c9a01a1b2..000000000 --- a/csharp/lib/Channels/obj/project.assets.json +++ /dev/null @@ -1,279 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "CliWrap/3.3.1": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - } - }, - "DecimalMath.DecimalEx/1.0.2": { - "type": "package", - "compile": { - "lib/netstandard2.0/DecimalEx.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/DecimalEx.dll": { - "related": ".xml" - } - } - }, - "System.Reactive/5.0.0": { - "type": "package", - "compile": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net5.0/_._": {} - } - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "Utils/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "CliWrap": "3.3.1", - "DecimalMath.DecimalEx": "1.0.2", - "System.Reactive.Linq": "5.0.0" - }, - "compile": { - "bin/placeholder/Utils.dll": {} - }, - "runtime": { - "bin/placeholder/Utils.dll": {} - } - } - } - }, - "libraries": { - "CliWrap/3.3.1": { - "sha512": "yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "type": "package", - "path": "cliwrap/3.3.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "cliwrap.3.3.1.nupkg.sha512", - "cliwrap.nuspec", - "favicon.png", - "lib/net461/CliWrap.dll", - "lib/net461/CliWrap.xml", - "lib/netcoreapp3.0/CliWrap.dll", - "lib/netcoreapp3.0/CliWrap.xml", - "lib/netstandard2.0/CliWrap.dll", - "lib/netstandard2.0/CliWrap.xml", - "lib/netstandard2.1/CliWrap.dll", - "lib/netstandard2.1/CliWrap.xml" - ] - }, - "DecimalMath.DecimalEx/1.0.2": { - "sha512": "BCii/IxT7Tx7BPZ7MtrpqVlEii/iaHi4OOXpgaPi+zrphnkbe251KKI3S+pgnTzobfn0jS/SF7bgidqOMj1oGw==", - "type": "package", - "path": "decimalmath.decimalex/1.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE", - "decimalmath.decimalex.1.0.2.nupkg.sha512", - "decimalmath.decimalex.nuspec", - "lib/netstandard2.0/DecimalEx.dll", - "lib/netstandard2.0/DecimalEx.xml" - ] - }, - "System.Reactive/5.0.0": { - "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "type": "package", - "path": "system.reactive/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net5.0/_._", - "build/netcoreapp3.1/System.Reactive.dll", - "build/netcoreapp3.1/System.Reactive.targets", - "build/netcoreapp3.1/System.Reactive.xml", - "buildTransitive/net5.0/_._", - "buildTransitive/netcoreapp3.1/System.Reactive.targets", - "lib/net472/System.Reactive.dll", - "lib/net472/System.Reactive.xml", - "lib/net5.0-windows10.0.19041/System.Reactive.dll", - "lib/net5.0-windows10.0.19041/System.Reactive.xml", - "lib/net5.0/System.Reactive.dll", - "lib/net5.0/System.Reactive.xml", - "lib/netcoreapp3.1/_._", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "system.reactive.5.0.0.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reactive.Linq/5.0.0": { - "sha512": "IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "type": "package", - "path": "system.reactive.linq/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/System.Reactive.Linq.dll", - "lib/net472/System.Reactive.Linq.xml", - "lib/netstandard2.0/System.Reactive.Linq.dll", - "lib/netstandard2.0/System.Reactive.Linq.xml", - "lib/uap10.0.16299/System.Reactive.Linq.dll", - "lib/uap10.0.16299/System.Reactive.Linq.pri", - "lib/uap10.0.16299/System.Reactive.Linq.xml", - "system.reactive.linq.5.0.0.nupkg.sha512", - "system.reactive.linq.nuspec" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Utils/1.0.0": { - "type": "project", - "path": "../Utils/Utils.csproj", - "msbuildProject": "../Utils/Utils.csproj" - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "Utils >= 1.0.0" - ] - }, - "packageFolders": { - "/home/kim/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Channels/Channels.csproj", - "projectName": "Channels", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Channels/Channels.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Channels/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/6.0.113/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/Channels/obj/project.nuget.cache b/csharp/lib/Channels/obj/project.nuget.cache deleted file mode 100644 index 84db0f4fc..000000000 --- a/csharp/lib/Channels/obj/project.nuget.cache +++ /dev/null @@ -1,14 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "zppjJ7UrieHMGTzdYfbKqyg51OgIDXZZFLYBcYh8I3ciJTA4wcd4Cv4+V5EV6ttswJHuxc3psTUZQwe3xnt7NQ==", - "success": true, - "projectFilePath": "/home/kim/code/innovenergy/new/csharp/lib/Channels/Channels.csproj", - "expectedPackageFiles": [ - "/home/kim/.nuget/packages/cliwrap/3.3.1/cliwrap.3.3.1.nupkg.sha512", - "/home/kim/.nuget/packages/decimalmath.decimalex/1.0.2/decimalmath.decimalex.1.0.2.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive/5.0.0/system.reactive.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/csharp/lib/Channels/obj/rider.project.restore.info b/csharp/lib/Channels/obj/rider.project.restore.info deleted file mode 100644 index 3cb6273e5..000000000 --- a/csharp/lib/Channels/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16769731911187901 \ No newline at end of file diff --git a/csharp/lib/DBus/bin/Debug/net6.0/InnovEnergy.DBus.deps.json b/csharp/lib/DBus/bin/Debug/net6.0/InnovEnergy.DBus.deps.json deleted file mode 100644 index 37f66db69..000000000 --- a/csharp/lib/DBus/bin/Debug/net6.0/InnovEnergy.DBus.deps.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "InnovEnergy.DBus/1.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "InnovEnergy.DBus.dll": {} - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reflection.Emit/4.7.0": {}, - "System.Security.Principal.Windows/4.7.0": {} - } - }, - "libraries": { - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "path": "system.reflection.emit/4.7.0", - "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/csharp/lib/DBus/bin/Debug/net6.0/InnovEnergy.DBus.dll b/csharp/lib/DBus/bin/Debug/net6.0/InnovEnergy.DBus.dll deleted file mode 100644 index f8e37760b..000000000 Binary files a/csharp/lib/DBus/bin/Debug/net6.0/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/lib/DBus/bin/Debug/net6.0/InnovEnergy.DBus.pdb b/csharp/lib/DBus/bin/Debug/net6.0/InnovEnergy.DBus.pdb deleted file mode 100644 index 00e4284b9..000000000 Binary files a/csharp/lib/DBus/bin/Debug/net6.0/InnovEnergy.DBus.pdb and /dev/null differ diff --git a/csharp/lib/DBus/bin/Debug/net6.0/ref/InnovEnergy.DBus.dll b/csharp/lib/DBus/bin/Debug/net6.0/ref/InnovEnergy.DBus.dll deleted file mode 100644 index ba2f687fc..000000000 Binary files a/csharp/lib/DBus/bin/Debug/net6.0/ref/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/lib/DBus/bin/Release/net6.0/InnovEnergy.DBus.deps.json b/csharp/lib/DBus/bin/Release/net6.0/InnovEnergy.DBus.deps.json deleted file mode 100644 index 37f66db69..000000000 --- a/csharp/lib/DBus/bin/Release/net6.0/InnovEnergy.DBus.deps.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "InnovEnergy.DBus/1.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "InnovEnergy.DBus.dll": {} - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reflection.Emit/4.7.0": {}, - "System.Security.Principal.Windows/4.7.0": {} - } - }, - "libraries": { - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "path": "system.reflection.emit/4.7.0", - "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/csharp/lib/DBus/bin/Release/net6.0/InnovEnergy.DBus.dll b/csharp/lib/DBus/bin/Release/net6.0/InnovEnergy.DBus.dll deleted file mode 100644 index 0ff84c046..000000000 Binary files a/csharp/lib/DBus/bin/Release/net6.0/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/lib/DBus/bin/Release/net6.0/InnovEnergy.DBus.pdb b/csharp/lib/DBus/bin/Release/net6.0/InnovEnergy.DBus.pdb deleted file mode 100644 index c81f137c5..000000000 Binary files a/csharp/lib/DBus/bin/Release/net6.0/InnovEnergy.DBus.pdb and /dev/null differ diff --git a/csharp/lib/DBus/bin/Release/net6.0/ref/InnovEnergy.DBus.dll b/csharp/lib/DBus/bin/Release/net6.0/ref/InnovEnergy.DBus.dll deleted file mode 100644 index 709459a23..000000000 Binary files a/csharp/lib/DBus/bin/Release/net6.0/ref/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/lib/DBus/obj/DBus.csproj.nuget.dgspec.json b/csharp/lib/DBus/obj/DBus.csproj.nuget.dgspec.json deleted file mode 100644 index 276f711f0..000000000 --- a/csharp/lib/DBus/obj/DBus.csproj.nuget.dgspec.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj", - "projectName": "InnovEnergy.DBus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.Reactive": { - "target": "Package", - "version": "[5.0.0, )" - }, - "System.Reflection.Emit": { - "target": "Package", - "version": "[4.7.0, )" - }, - "System.Security.Principal.Windows": { - "target": "Package", - "version": "[4.7.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/DBus/obj/DBus.csproj.nuget.g.props b/csharp/lib/DBus/obj/DBus.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/lib/DBus/obj/DBus.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/lib/DBus/obj/DBus.csproj.nuget.g.targets b/csharp/lib/DBus/obj/DBus.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3c..000000000 --- a/csharp/lib/DBus/obj/DBus.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/csharp/lib/DBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/DBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/DBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/DBus/obj/Debug/net6.0/DBus.AssemblyInfo.cs b/csharp/lib/DBus/obj/Debug/net6.0/DBus.AssemblyInfo.cs deleted file mode 100644 index 4427b6027..000000000 --- a/csharp/lib/DBus/obj/Debug/net6.0/DBus.AssemblyInfo.cs +++ /dev/null @@ -1,24 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("DBus Library")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("InnovEnergy.DBus")] -[assembly: System.Reflection.AssemblyTitleAttribute("InnovEnergy.DBus")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/DBus/obj/Debug/net6.0/DBus.AssemblyInfoInputs.cache b/csharp/lib/DBus/obj/Debug/net6.0/DBus.AssemblyInfoInputs.cache deleted file mode 100644 index 793f9eac5..000000000 --- a/csharp/lib/DBus/obj/Debug/net6.0/DBus.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -eba1f6979419138a30673246f8611135beb2ac86 diff --git a/csharp/lib/DBus/obj/Debug/net6.0/DBus.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/DBus/obj/Debug/net6.0/DBus.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 0688720c9..000000000 --- a/csharp/lib/DBus/obj/Debug/net6.0/DBus.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.DBus -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/DBus/ diff --git a/csharp/lib/DBus/obj/Debug/net6.0/DBus.GlobalUsings.g.cs b/csharp/lib/DBus/obj/Debug/net6.0/DBus.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/lib/DBus/obj/Debug/net6.0/DBus.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/lib/DBus/obj/Debug/net6.0/DBus.assets.cache b/csharp/lib/DBus/obj/Debug/net6.0/DBus.assets.cache deleted file mode 100644 index 498a93d5a..000000000 Binary files a/csharp/lib/DBus/obj/Debug/net6.0/DBus.assets.cache and /dev/null differ diff --git a/csharp/lib/DBus/obj/Debug/net6.0/DBus.csproj.AssemblyReference.cache b/csharp/lib/DBus/obj/Debug/net6.0/DBus.csproj.AssemblyReference.cache deleted file mode 100644 index 204fdef64..000000000 Binary files a/csharp/lib/DBus/obj/Debug/net6.0/DBus.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/lib/DBus/obj/Debug/net6.0/DBus.csproj.CoreCompileInputs.cache b/csharp/lib/DBus/obj/Debug/net6.0/DBus.csproj.CoreCompileInputs.cache deleted file mode 100644 index 097e4a1cc..000000000 --- a/csharp/lib/DBus/obj/Debug/net6.0/DBus.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -c6838b012562b200aacfa7ea6358624a59f67b31 diff --git a/csharp/lib/DBus/obj/Debug/net6.0/DBus.csproj.FileListAbsolute.txt b/csharp/lib/DBus/obj/Debug/net6.0/DBus.csproj.FileListAbsolute.txt deleted file mode 100644 index f0c8ff925..000000000 --- a/csharp/lib/DBus/obj/Debug/net6.0/DBus.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,12 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/lib/DBus/bin/Debug/net6.0/InnovEnergy.DBus.deps.json -/home/kim/code/innovenergy/new/csharp/lib/DBus/bin/Debug/net6.0/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new/csharp/lib/DBus/bin/Debug/net6.0/ref/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new/csharp/lib/DBus/bin/Debug/net6.0/InnovEnergy.DBus.pdb -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Debug/net6.0/DBus.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Debug/net6.0/DBus.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Debug/net6.0/DBus.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Debug/net6.0/DBus.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Debug/net6.0/DBus.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Debug/net6.0/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Debug/net6.0/ref/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Debug/net6.0/InnovEnergy.DBus.pdb diff --git a/csharp/lib/DBus/obj/Debug/net6.0/InnovEnergy.DBus.dll b/csharp/lib/DBus/obj/Debug/net6.0/InnovEnergy.DBus.dll deleted file mode 100644 index f8e37760b..000000000 Binary files a/csharp/lib/DBus/obj/Debug/net6.0/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/lib/DBus/obj/Debug/net6.0/InnovEnergy.DBus.pdb b/csharp/lib/DBus/obj/Debug/net6.0/InnovEnergy.DBus.pdb deleted file mode 100644 index 00e4284b9..000000000 Binary files a/csharp/lib/DBus/obj/Debug/net6.0/InnovEnergy.DBus.pdb and /dev/null differ diff --git a/csharp/lib/DBus/obj/Debug/net6.0/ref/InnovEnergy.DBus.dll b/csharp/lib/DBus/obj/Debug/net6.0/ref/InnovEnergy.DBus.dll deleted file mode 100644 index ba2f687fc..000000000 Binary files a/csharp/lib/DBus/obj/Debug/net6.0/ref/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/lib/DBus/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/DBus/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/DBus/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/DBus/obj/Release/net6.0/DBus.AssemblyInfo.cs b/csharp/lib/DBus/obj/Release/net6.0/DBus.AssemblyInfo.cs deleted file mode 100644 index 7f45ede7c..000000000 --- a/csharp/lib/DBus/obj/Release/net6.0/DBus.AssemblyInfo.cs +++ /dev/null @@ -1,24 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyDescriptionAttribute("DBus Library")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("InnovEnergy.DBus")] -[assembly: System.Reflection.AssemblyTitleAttribute("InnovEnergy.DBus")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/DBus/obj/Release/net6.0/DBus.AssemblyInfoInputs.cache b/csharp/lib/DBus/obj/Release/net6.0/DBus.AssemblyInfoInputs.cache deleted file mode 100644 index 2a0300b24..000000000 --- a/csharp/lib/DBus/obj/Release/net6.0/DBus.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -98d6ef227a1a17a85a61ac01ecaf0587750b2d8f diff --git a/csharp/lib/DBus/obj/Release/net6.0/DBus.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/DBus/obj/Release/net6.0/DBus.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index f2eaecd13..000000000 --- a/csharp/lib/DBus/obj/Release/net6.0/DBus.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = true -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.DBus -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/DBus/ diff --git a/csharp/lib/DBus/obj/Release/net6.0/DBus.assets.cache b/csharp/lib/DBus/obj/Release/net6.0/DBus.assets.cache deleted file mode 100644 index 8d9927d82..000000000 Binary files a/csharp/lib/DBus/obj/Release/net6.0/DBus.assets.cache and /dev/null differ diff --git a/csharp/lib/DBus/obj/Release/net6.0/DBus.csproj.AssemblyReference.cache b/csharp/lib/DBus/obj/Release/net6.0/DBus.csproj.AssemblyReference.cache deleted file mode 100644 index 204fdef64..000000000 Binary files a/csharp/lib/DBus/obj/Release/net6.0/DBus.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/lib/DBus/obj/Release/net6.0/DBus.csproj.CoreCompileInputs.cache b/csharp/lib/DBus/obj/Release/net6.0/DBus.csproj.CoreCompileInputs.cache deleted file mode 100644 index c8760f716..000000000 --- a/csharp/lib/DBus/obj/Release/net6.0/DBus.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -ecedb0de8e9c0b487ab8ecd4d66c28e635c69a30 diff --git a/csharp/lib/DBus/obj/Release/net6.0/DBus.csproj.FileListAbsolute.txt b/csharp/lib/DBus/obj/Release/net6.0/DBus.csproj.FileListAbsolute.txt deleted file mode 100644 index dd9143f21..000000000 --- a/csharp/lib/DBus/obj/Release/net6.0/DBus.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,12 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/lib/DBus/bin/Release/net6.0/InnovEnergy.DBus.deps.json -/home/kim/code/innovenergy/new/csharp/lib/DBus/bin/Release/net6.0/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new/csharp/lib/DBus/bin/Release/net6.0/ref/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new/csharp/lib/DBus/bin/Release/net6.0/InnovEnergy.DBus.pdb -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Release/net6.0/DBus.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Release/net6.0/DBus.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Release/net6.0/DBus.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Release/net6.0/DBus.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Release/net6.0/DBus.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Release/net6.0/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Release/net6.0/ref/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/Release/net6.0/InnovEnergy.DBus.pdb diff --git a/csharp/lib/DBus/obj/Release/net6.0/InnovEnergy.DBus.dll b/csharp/lib/DBus/obj/Release/net6.0/InnovEnergy.DBus.dll deleted file mode 100644 index 0ff84c046..000000000 Binary files a/csharp/lib/DBus/obj/Release/net6.0/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/lib/DBus/obj/Release/net6.0/InnovEnergy.DBus.pdb b/csharp/lib/DBus/obj/Release/net6.0/InnovEnergy.DBus.pdb deleted file mode 100644 index c81f137c5..000000000 Binary files a/csharp/lib/DBus/obj/Release/net6.0/InnovEnergy.DBus.pdb and /dev/null differ diff --git a/csharp/lib/DBus/obj/Release/net6.0/ref/InnovEnergy.DBus.dll b/csharp/lib/DBus/obj/Release/net6.0/ref/InnovEnergy.DBus.dll deleted file mode 100644 index 709459a23..000000000 Binary files a/csharp/lib/DBus/obj/Release/net6.0/ref/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/lib/DBus/obj/project.assets.json b/csharp/lib/DBus/obj/project.assets.json deleted file mode 100644 index 348ad4e90..000000000 --- a/csharp/lib/DBus/obj/project.assets.json +++ /dev/null @@ -1,270 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "System.Reactive/5.0.0": { - "type": "package", - "compile": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net5.0/_._": {} - } - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "compile": { - "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "win" - } - } - } - } - }, - "libraries": { - "System.Reactive/5.0.0": { - "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "type": "package", - "path": "system.reactive/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net5.0/_._", - "build/netcoreapp3.1/System.Reactive.dll", - "build/netcoreapp3.1/System.Reactive.targets", - "build/netcoreapp3.1/System.Reactive.xml", - "buildTransitive/net5.0/_._", - "buildTransitive/netcoreapp3.1/System.Reactive.targets", - "lib/net472/System.Reactive.dll", - "lib/net472/System.Reactive.xml", - "lib/net5.0-windows10.0.19041/System.Reactive.dll", - "lib/net5.0-windows10.0.19041/System.Reactive.xml", - "lib/net5.0/System.Reactive.dll", - "lib/net5.0/System.Reactive.xml", - "lib/netcoreapp3.1/_._", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "system.reactive.5.0.0.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reflection.Emit/4.7.0": { - "sha512": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "type": "package", - "path": "system.reflection.emit/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.1/System.Reflection.Emit.dll", - "lib/netstandard1.1/System.Reflection.Emit.xml", - "lib/netstandard1.3/System.Reflection.Emit.dll", - "lib/netstandard2.0/System.Reflection.Emit.dll", - "lib/netstandard2.0/System.Reflection.Emit.xml", - "lib/netstandard2.1/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.1/System.Reflection.Emit.dll", - "ref/netstandard1.1/System.Reflection.Emit.xml", - "ref/netstandard1.1/de/System.Reflection.Emit.xml", - "ref/netstandard1.1/es/System.Reflection.Emit.xml", - "ref/netstandard1.1/fr/System.Reflection.Emit.xml", - "ref/netstandard1.1/it/System.Reflection.Emit.xml", - "ref/netstandard1.1/ja/System.Reflection.Emit.xml", - "ref/netstandard1.1/ko/System.Reflection.Emit.xml", - "ref/netstandard1.1/ru/System.Reflection.Emit.xml", - "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", - "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", - "ref/netstandard2.0/System.Reflection.Emit.dll", - "ref/netstandard2.0/System.Reflection.Emit.xml", - "ref/netstandard2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Reflection.Emit.dll", - "runtimes/aot/lib/netcore50/System.Reflection.Emit.xml", - "system.reflection.emit.4.7.0.nupkg.sha512", - "system.reflection.emit.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Security.Principal.Windows/4.7.0": { - "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "type": "package", - "path": "system.security.principal.windows/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/System.Security.Principal.Windows.dll", - "lib/net461/System.Security.Principal.Windows.dll", - "lib/net461/System.Security.Principal.Windows.xml", - "lib/netstandard1.3/System.Security.Principal.Windows.dll", - "lib/netstandard2.0/System.Security.Principal.Windows.dll", - "lib/netstandard2.0/System.Security.Principal.Windows.xml", - "lib/uap10.0.16299/_._", - "ref/net46/System.Security.Principal.Windows.dll", - "ref/net461/System.Security.Principal.Windows.dll", - "ref/net461/System.Security.Principal.Windows.xml", - "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", - "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/System.Security.Principal.Windows.dll", - "ref/netstandard1.3/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", - "ref/netstandard2.0/System.Security.Principal.Windows.dll", - "ref/netstandard2.0/System.Security.Principal.Windows.xml", - "ref/uap10.0.16299/_._", - "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", - "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", - "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", - "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", - "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", - "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", - "runtimes/win/lib/uap10.0.16299/_._", - "system.security.principal.windows.4.7.0.nupkg.sha512", - "system.security.principal.windows.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "System.Reactive >= 5.0.0", - "System.Reflection.Emit >= 4.7.0", - "System.Security.Principal.Windows >= 4.7.0" - ] - }, - "packageFolders": { - "/home/kim/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj", - "projectName": "InnovEnergy.DBus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.Reactive": { - "target": "Package", - "version": "[5.0.0, )" - }, - "System.Reflection.Emit": { - "target": "Package", - "version": "[4.7.0, )" - }, - "System.Security.Principal.Windows": { - "target": "Package", - "version": "[4.7.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/DBus/obj/project.nuget.cache b/csharp/lib/DBus/obj/project.nuget.cache deleted file mode 100644 index 3b3ac96a9..000000000 --- a/csharp/lib/DBus/obj/project.nuget.cache +++ /dev/null @@ -1,12 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "B+gJow+xWh77mF4fP7b9F1xMKJJsDLofnlDgl8f1/SmOmhMVP0r96oYUqG0xPpMm7Vp611LaA2xzyN0c1iPhBw==", - "success": true, - "projectFilePath": "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj", - "expectedPackageFiles": [ - "/home/kim/.nuget/packages/system.reactive/5.0.0/system.reactive.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reflection.emit/4.7.0/system.reflection.emit.4.7.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.security.principal.windows/4.7.0/system.security.principal.windows.4.7.0.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/csharp/lib/DBus/obj/project.packagespec.json b/csharp/lib/DBus/obj/project.packagespec.json deleted file mode 100644 index 55efc633f..000000000 --- a/csharp/lib/DBus/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj","projectName":"InnovEnergy.DBus","projectPath":"/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj","outputPath":"/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","dependencies":{"System.Reactive":{"target":"Package","version":"[5.0.0, )"},"System.Reflection.Emit":{"target":"Package","version":"[4.7.0, )"},"System.Security.Principal.Windows":{"target":"Package","version":"[4.7.0, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/csharp/lib/DBus/obj/rider.project.restore.info b/csharp/lib/DBus/obj/rider.project.restore.info deleted file mode 100644 index 5d6e77b2d..000000000 --- a/csharp/lib/DBus/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16690419360928348 \ No newline at end of file diff --git a/csharp/lib/EmuMeter/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/EmuMeter/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/EmuMeter/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.AssemblyInfo.cs b/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.AssemblyInfo.cs deleted file mode 100644 index 211f65789..000000000 --- a/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("InnovEnergy.EmuMeter")] -[assembly: System.Reflection.AssemblyTitleAttribute("InnovEnergy.EmuMeter")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.AssemblyInfoInputs.cache b/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.AssemblyInfoInputs.cache deleted file mode 100644 index 5f8df7c82..000000000 --- a/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -e8edc75147ae57ed1a6bcfcf2088916ffde0881b diff --git a/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 40ee25406..000000000 --- a/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.EmuMeter -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/EmuMeter/ diff --git a/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.GlobalUsings.g.cs b/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.assets.cache b/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.assets.cache deleted file mode 100644 index dc25c2d08..000000000 Binary files a/csharp/lib/EmuMeter/obj/Debug/net6.0/EmuMeter.assets.cache and /dev/null differ diff --git a/csharp/lib/EmuMeter/obj/EmuMeter.csproj.nuget.dgspec.json b/csharp/lib/EmuMeter/obj/EmuMeter.csproj.nuget.dgspec.json deleted file mode 100644 index 94ebc0d44..000000000 --- a/csharp/lib/EmuMeter/obj/EmuMeter.csproj.nuget.dgspec.json +++ /dev/null @@ -1,188 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj", - "projectName": "InnovEnergy.EmuMeter", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "projectName": "InnovEnergy.Lib.Protocols.Modbus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.IO.Ports": { - "target": "Package", - "version": "[7.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "projectName": "Utils", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.3.1, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/EmuMeter/obj/EmuMeter.csproj.nuget.g.props b/csharp/lib/EmuMeter/obj/EmuMeter.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/lib/EmuMeter/obj/EmuMeter.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/lib/EmuMeter/obj/EmuMeter.csproj.nuget.g.targets b/csharp/lib/EmuMeter/obj/EmuMeter.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3c..000000000 --- a/csharp/lib/EmuMeter/obj/EmuMeter.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/csharp/lib/EmuMeter/obj/project.assets.json b/csharp/lib/EmuMeter/obj/project.assets.json deleted file mode 100644 index c73753c91..000000000 --- a/csharp/lib/EmuMeter/obj/project.assets.json +++ /dev/null @@ -1,484 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "CliWrap/3.3.1": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - } - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm" - } - } - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm64" - } - } - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-x64" - } - } - }, - "runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-x64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-x64.runtime.native.System.IO.Ports": "7.0.0" - } - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-arm64" - } - } - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-x64" - } - } - }, - "System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.native.System.IO.Ports": "7.0.0" - }, - "compile": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Reactive/5.0.0": { - "type": "package", - "compile": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net5.0/_._": {} - } - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "System.IO.Ports": "7.0.0", - "Utils": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - }, - "Utils/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "compile": { - "bin/placeholder/Utils.dll": {} - }, - "runtime": { - "bin/placeholder/Utils.dll": {} - } - } - } - }, - "libraries": { - "CliWrap/3.3.1": { - "sha512": "yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "type": "package", - "path": "cliwrap/3.3.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "cliwrap.3.3.1.nupkg.sha512", - "cliwrap.nuspec", - "favicon.png", - "lib/net461/CliWrap.dll", - "lib/net461/CliWrap.xml", - "lib/netcoreapp3.0/CliWrap.dll", - "lib/netcoreapp3.0/CliWrap.xml", - "lib/netstandard2.0/CliWrap.dll", - "lib/netstandard2.0/CliWrap.xml", - "lib/netstandard2.1/CliWrap.dll", - "lib/netstandard2.1/CliWrap.xml" - ] - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "CBvgRaF+M0xGLDv2Geb/0v0LEADheH8aK72GRAUJdnqnJVsQO60ki1XO8M3keEhnjm+T5NvLm41pNXAVYAPiSg==", - "type": "package", - "path": "runtime.linux-arm.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "5VCyRCtCIYU8FR/W8oo7ouFuJ8tmAg9ddsuXhfCKZfZrbaVZSKxkmNBa6fxkfYPueD0jQfOvwFBmE5c6zalCSw==", - "type": "package", - "path": "runtime.linux-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "DV9dWDUs23OoZqMWl5IhLr3D+b9koDiSHQxFKdYgWnQbnthv8c/yDjrlrI8nMrDc71RAKCO8jlUojzuPMX04gg==", - "type": "package", - "path": "runtime.linux-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-x64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.native.System.IO.Ports/7.0.0": { - "sha512": "L4Ivegqc3B0Fee7VifFy2JST9nndm+uvJ0viLIZUaImDfnr+JmRin9Tbqd56KuMtm0eVxHpNOWZBPtKrA/1h5Q==", - "type": "package", - "path": "runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.native.system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "jFwh4sKSXZ7al5XrItEO4GdGWa6XNxvNx+LhEHjrSzOwawO1znwJ+Dy+VjnrkySX9Qi4bnHNLoiqOXbqMuka4g==", - "type": "package", - "path": "runtime.osx-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "X4LrHEfke/z9+z+iuVr35NlkhdZldY8JGNMYUN+sfPK/U/6TcE+vP44I0Yv0ir1v0bqIzq3v6Qdv1c1vmp8s4g==", - "type": "package", - "path": "runtime.osx-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-x64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Ports/7.0.0": { - "sha512": "0nWQjM5IofaIGpvkifN+LLuYwBG6BHlpmphLhhOJepcW12G8qToGuNDRgBzeTVBZzp33wVsESSZ8hUOCfq+8QA==", - "type": "package", - "path": "system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Ports.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Ports.targets", - "lib/net462/System.IO.Ports.dll", - "lib/net462/System.IO.Ports.xml", - "lib/net6.0/System.IO.Ports.dll", - "lib/net6.0/System.IO.Ports.xml", - "lib/net7.0/System.IO.Ports.dll", - "lib/net7.0/System.IO.Ports.xml", - "lib/netstandard2.0/System.IO.Ports.dll", - "lib/netstandard2.0/System.IO.Ports.xml", - "runtimes/unix/lib/net6.0/System.IO.Ports.dll", - "runtimes/unix/lib/net6.0/System.IO.Ports.xml", - "runtimes/unix/lib/net7.0/System.IO.Ports.dll", - "runtimes/unix/lib/net7.0/System.IO.Ports.xml", - "runtimes/win/lib/net6.0/System.IO.Ports.dll", - "runtimes/win/lib/net6.0/System.IO.Ports.xml", - "runtimes/win/lib/net7.0/System.IO.Ports.dll", - "runtimes/win/lib/net7.0/System.IO.Ports.xml", - "system.io.ports.7.0.0.nupkg.sha512", - "system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Reactive/5.0.0": { - "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "type": "package", - "path": "system.reactive/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net5.0/_._", - "build/netcoreapp3.1/System.Reactive.dll", - "build/netcoreapp3.1/System.Reactive.targets", - "build/netcoreapp3.1/System.Reactive.xml", - "buildTransitive/net5.0/_._", - "buildTransitive/netcoreapp3.1/System.Reactive.targets", - "lib/net472/System.Reactive.dll", - "lib/net472/System.Reactive.xml", - "lib/net5.0-windows10.0.19041/System.Reactive.dll", - "lib/net5.0-windows10.0.19041/System.Reactive.xml", - "lib/net5.0/System.Reactive.dll", - "lib/net5.0/System.Reactive.xml", - "lib/netcoreapp3.1/_._", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "system.reactive.5.0.0.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reactive.Linq/5.0.0": { - "sha512": "IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "type": "package", - "path": "system.reactive.linq/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/System.Reactive.Linq.dll", - "lib/net472/System.Reactive.Linq.xml", - "lib/netstandard2.0/System.Reactive.Linq.dll", - "lib/netstandard2.0/System.Reactive.Linq.xml", - "lib/uap10.0.16299/System.Reactive.Linq.dll", - "lib/uap10.0.16299/System.Reactive.Linq.pri", - "lib/uap10.0.16299/System.Reactive.Linq.xml", - "system.reactive.linq.5.0.0.nupkg.sha512", - "system.reactive.linq.nuspec" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "path": "../Modbus/Modbus.csproj", - "msbuildProject": "../Modbus/Modbus.csproj" - }, - "Utils/1.0.0": { - "type": "project", - "path": "../Utils/Utils.csproj", - "msbuildProject": "../Utils/Utils.csproj" - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "InnovEnergy.Lib.Protocols.Modbus >= 1.0.0" - ] - }, - "packageFolders": { - "/home/kim/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj", - "projectName": "InnovEnergy.EmuMeter", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/EmuMeter/obj/project.nuget.cache b/csharp/lib/EmuMeter/obj/project.nuget.cache deleted file mode 100644 index 385bed5f8..000000000 --- a/csharp/lib/EmuMeter/obj/project.nuget.cache +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "aQgWnUw86kdTOP70jiGQpr0EoaV962Z8HRls6A6AwCY0/Et4fF/7QFnNoFpuUiy56q62PNNyMDK/VpiYXKYsZA==", - "success": true, - "projectFilePath": "/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj", - "expectedPackageFiles": [ - "/home/kim/.nuget/packages/cliwrap/3.3.1/cliwrap.3.3.1.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm.runtime.native.system.io.ports/7.0.0/runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm64.runtime.native.system.io.ports/7.0.0/runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-x64.runtime.native.system.io.ports/7.0.0/runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.native.system.io.ports/7.0.0/runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-arm64.runtime.native.system.io.ports/7.0.0/runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-x64.runtime.native.system.io.ports/7.0.0/runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.io.ports/7.0.0/system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive/5.0.0/system.reactive.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/csharp/lib/EmuMeter/obj/project.packagespec.json b/csharp/lib/EmuMeter/obj/project.packagespec.json deleted file mode 100644 index 25dacf039..000000000 --- a/csharp/lib/EmuMeter/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj","projectName":"InnovEnergy.EmuMeter","projectPath":"/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/EmuMeter.csproj","outputPath":"/home/kim/code/innovenergy/new/csharp/lib/EmuMeter/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/csharp/lib/EmuMeter/obj/rider.project.restore.info b/csharp/lib/EmuMeter/obj/rider.project.restore.info deleted file mode 100644 index 65156349d..000000000 --- a/csharp/lib/EmuMeter/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16690419378728257 \ No newline at end of file diff --git a/csharp/lib/Modbus/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.deps.json b/csharp/lib/Modbus/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.deps.json deleted file mode 100644 index 4796c492d..000000000 --- a/csharp/lib/Modbus/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.deps.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "runtime": { - "InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - } - } - }, - "libraries": { - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/csharp/lib/Modbus/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll b/csharp/lib/Modbus/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll deleted file mode 100644 index e508e6a1e..000000000 Binary files a/csharp/lib/Modbus/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll and /dev/null differ diff --git a/csharp/lib/Modbus/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb b/csharp/lib/Modbus/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb deleted file mode 100644 index 1991f12f2..000000000 Binary files a/csharp/lib/Modbus/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb and /dev/null differ diff --git a/csharp/lib/Modbus/bin/Debug/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll b/csharp/lib/Modbus/bin/Debug/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll deleted file mode 100644 index a95b3512d..000000000 Binary files a/csharp/lib/Modbus/bin/Debug/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll and /dev/null differ diff --git a/csharp/lib/Modbus/bin/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.deps.json b/csharp/lib/Modbus/bin/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.deps.json deleted file mode 100644 index 4796c492d..000000000 --- a/csharp/lib/Modbus/bin/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.deps.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "runtime": { - "InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - } - } - }, - "libraries": { - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/csharp/lib/Modbus/bin/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll b/csharp/lib/Modbus/bin/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll deleted file mode 100644 index df4215f32..000000000 Binary files a/csharp/lib/Modbus/bin/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll and /dev/null differ diff --git a/csharp/lib/Modbus/bin/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb b/csharp/lib/Modbus/bin/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb deleted file mode 100644 index 324a4250d..000000000 Binary files a/csharp/lib/Modbus/bin/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb and /dev/null differ diff --git a/csharp/lib/Modbus/bin/Release/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll b/csharp/lib/Modbus/bin/Release/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll deleted file mode 100644 index 7913ba915..000000000 Binary files a/csharp/lib/Modbus/bin/Release/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll and /dev/null differ diff --git a/csharp/lib/Modbus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/Modbus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/Modbus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/Modbus/obj/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll b/csharp/lib/Modbus/obj/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll deleted file mode 100644 index e508e6a1e..000000000 Binary files a/csharp/lib/Modbus/obj/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll and /dev/null differ diff --git a/csharp/lib/Modbus/obj/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb b/csharp/lib/Modbus/obj/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb deleted file mode 100644 index 1991f12f2..000000000 Binary files a/csharp/lib/Modbus/obj/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb and /dev/null differ diff --git a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.AssemblyInfo.cs b/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.AssemblyInfo.cs deleted file mode 100644 index 79829dffc..000000000 --- a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("InnovEnergy.Lib.Protocols.Modbus")] -[assembly: System.Reflection.AssemblyTitleAttribute("InnovEnergy.Lib.Protocols.Modbus")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.AssemblyInfoInputs.cache b/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.AssemblyInfoInputs.cache deleted file mode 100644 index 8020accaf..000000000 --- a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -ee2e85a0b99766a4f99e3b17efa050acb1663e20 diff --git a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 9f551f5e4..000000000 --- a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.Lib.Protocols.Modbus -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/Modbus/ diff --git a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.GlobalUsings.g.cs b/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.assets.cache b/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.assets.cache deleted file mode 100644 index 57a1f4ecc..000000000 Binary files a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.assets.cache and /dev/null differ diff --git a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.csproj.AssemblyReference.cache b/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.csproj.AssemblyReference.cache deleted file mode 100644 index 204fdef64..000000000 Binary files a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.csproj.CoreCompileInputs.cache b/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.csproj.CoreCompileInputs.cache deleted file mode 100644 index f5582c88d..000000000 --- a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -c793134fd20855f6a653e55c0dc66282e2d7c99f diff --git a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.csproj.FileListAbsolute.txt b/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.csproj.FileListAbsolute.txt deleted file mode 100644 index 3533f6eb9..000000000 --- a/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,12 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/lib/Modbus/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.deps.json -/home/kim/code/innovenergy/new/csharp/lib/Modbus/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll -/home/kim/code/innovenergy/new/csharp/lib/Modbus/bin/Debug/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll -/home/kim/code/innovenergy/new/csharp/lib/Modbus/bin/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Debug/net6.0/Modbus.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Debug/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Debug/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb diff --git a/csharp/lib/Modbus/obj/Debug/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll b/csharp/lib/Modbus/obj/Debug/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll deleted file mode 100644 index a95b3512d..000000000 Binary files a/csharp/lib/Modbus/obj/Debug/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll and /dev/null differ diff --git a/csharp/lib/Modbus/obj/Modbus.csproj.nuget.dgspec.json b/csharp/lib/Modbus/obj/Modbus.csproj.nuget.dgspec.json deleted file mode 100644 index cb6738200..000000000 --- a/csharp/lib/Modbus/obj/Modbus.csproj.nuget.dgspec.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "projectName": "InnovEnergy.Lib.Protocols.Modbus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.IO.Ports": { - "target": "Package", - "version": "[7.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "projectName": "Utils", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.3.1, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/Modbus/obj/Modbus.csproj.nuget.g.props b/csharp/lib/Modbus/obj/Modbus.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/lib/Modbus/obj/Modbus.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/lib/Modbus/obj/Modbus.csproj.nuget.g.targets b/csharp/lib/Modbus/obj/Modbus.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3c..000000000 --- a/csharp/lib/Modbus/obj/Modbus.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/csharp/lib/Modbus/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/Modbus/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/Modbus/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/Modbus/obj/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll b/csharp/lib/Modbus/obj/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll deleted file mode 100644 index df4215f32..000000000 Binary files a/csharp/lib/Modbus/obj/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll and /dev/null differ diff --git a/csharp/lib/Modbus/obj/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb b/csharp/lib/Modbus/obj/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb deleted file mode 100644 index 324a4250d..000000000 Binary files a/csharp/lib/Modbus/obj/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb and /dev/null differ diff --git a/csharp/lib/Modbus/obj/Release/net6.0/Modbus.AssemblyInfo.cs b/csharp/lib/Modbus/obj/Release/net6.0/Modbus.AssemblyInfo.cs deleted file mode 100644 index c260d6a8c..000000000 --- a/csharp/lib/Modbus/obj/Release/net6.0/Modbus.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("InnovEnergy.Lib.Protocols.Modbus")] -[assembly: System.Reflection.AssemblyTitleAttribute("InnovEnergy.Lib.Protocols.Modbus")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/Modbus/obj/Release/net6.0/Modbus.AssemblyInfoInputs.cache b/csharp/lib/Modbus/obj/Release/net6.0/Modbus.AssemblyInfoInputs.cache deleted file mode 100644 index 50da59ffc..000000000 --- a/csharp/lib/Modbus/obj/Release/net6.0/Modbus.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -2ffb03aa72c4e43bd260e6e207c8d0ddb10fa3bf diff --git a/csharp/lib/Modbus/obj/Release/net6.0/Modbus.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/Modbus/obj/Release/net6.0/Modbus.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 2affd6531..000000000 --- a/csharp/lib/Modbus/obj/Release/net6.0/Modbus.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = true -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.Lib.Protocols.Modbus -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/Modbus/ diff --git a/csharp/lib/Modbus/obj/Release/net6.0/Modbus.assets.cache b/csharp/lib/Modbus/obj/Release/net6.0/Modbus.assets.cache deleted file mode 100644 index 7def561fd..000000000 Binary files a/csharp/lib/Modbus/obj/Release/net6.0/Modbus.assets.cache and /dev/null differ diff --git a/csharp/lib/Modbus/obj/Release/net6.0/Modbus.csproj.AssemblyReference.cache b/csharp/lib/Modbus/obj/Release/net6.0/Modbus.csproj.AssemblyReference.cache deleted file mode 100644 index cbb45e518..000000000 Binary files a/csharp/lib/Modbus/obj/Release/net6.0/Modbus.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/lib/Modbus/obj/Release/net6.0/Modbus.csproj.CoreCompileInputs.cache b/csharp/lib/Modbus/obj/Release/net6.0/Modbus.csproj.CoreCompileInputs.cache deleted file mode 100644 index 39f849ee1..000000000 --- a/csharp/lib/Modbus/obj/Release/net6.0/Modbus.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -8e5b8fedd7bb5ef25b21501c47bce1b2e9e2da61 diff --git a/csharp/lib/Modbus/obj/Release/net6.0/Modbus.csproj.FileListAbsolute.txt b/csharp/lib/Modbus/obj/Release/net6.0/Modbus.csproj.FileListAbsolute.txt deleted file mode 100644 index 0e72f9717..000000000 --- a/csharp/lib/Modbus/obj/Release/net6.0/Modbus.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,12 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/lib/Modbus/bin/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.deps.json -/home/kim/code/innovenergy/new/csharp/lib/Modbus/bin/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll -/home/kim/code/innovenergy/new/csharp/lib/Modbus/bin/Release/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll -/home/kim/code/innovenergy/new/csharp/lib/Modbus/bin/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Release/net6.0/Modbus.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Release/net6.0/Modbus.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Release/net6.0/Modbus.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Release/net6.0/Modbus.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Release/net6.0/Modbus.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.dll -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Release/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll -/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/Release/net6.0/InnovEnergy.Lib.Protocols.Modbus.pdb diff --git a/csharp/lib/Modbus/obj/Release/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll b/csharp/lib/Modbus/obj/Release/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll deleted file mode 100644 index 7913ba915..000000000 Binary files a/csharp/lib/Modbus/obj/Release/net6.0/ref/InnovEnergy.Lib.Protocols.Modbus.dll and /dev/null differ diff --git a/csharp/lib/Modbus/obj/project.assets.json b/csharp/lib/Modbus/obj/project.assets.json deleted file mode 100644 index 740dd1b1c..000000000 --- a/csharp/lib/Modbus/obj/project.assets.json +++ /dev/null @@ -1,472 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "CliWrap/3.3.1": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - } - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm" - } - } - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm64" - } - } - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-x64" - } - } - }, - "runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-x64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-x64.runtime.native.System.IO.Ports": "7.0.0" - } - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-arm64" - } - } - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-x64" - } - } - }, - "System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.native.System.IO.Ports": "7.0.0" - }, - "compile": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Reactive/5.0.0": { - "type": "package", - "compile": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net5.0/_._": {} - } - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "Utils/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "compile": { - "bin/placeholder/Utils.dll": {} - }, - "runtime": { - "bin/placeholder/Utils.dll": {} - } - } - } - }, - "libraries": { - "CliWrap/3.3.1": { - "sha512": "yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "type": "package", - "path": "cliwrap/3.3.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "cliwrap.3.3.1.nupkg.sha512", - "cliwrap.nuspec", - "favicon.png", - "lib/net461/CliWrap.dll", - "lib/net461/CliWrap.xml", - "lib/netcoreapp3.0/CliWrap.dll", - "lib/netcoreapp3.0/CliWrap.xml", - "lib/netstandard2.0/CliWrap.dll", - "lib/netstandard2.0/CliWrap.xml", - "lib/netstandard2.1/CliWrap.dll", - "lib/netstandard2.1/CliWrap.xml" - ] - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "CBvgRaF+M0xGLDv2Geb/0v0LEADheH8aK72GRAUJdnqnJVsQO60ki1XO8M3keEhnjm+T5NvLm41pNXAVYAPiSg==", - "type": "package", - "path": "runtime.linux-arm.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "5VCyRCtCIYU8FR/W8oo7ouFuJ8tmAg9ddsuXhfCKZfZrbaVZSKxkmNBa6fxkfYPueD0jQfOvwFBmE5c6zalCSw==", - "type": "package", - "path": "runtime.linux-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "DV9dWDUs23OoZqMWl5IhLr3D+b9koDiSHQxFKdYgWnQbnthv8c/yDjrlrI8nMrDc71RAKCO8jlUojzuPMX04gg==", - "type": "package", - "path": "runtime.linux-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-x64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.native.System.IO.Ports/7.0.0": { - "sha512": "L4Ivegqc3B0Fee7VifFy2JST9nndm+uvJ0viLIZUaImDfnr+JmRin9Tbqd56KuMtm0eVxHpNOWZBPtKrA/1h5Q==", - "type": "package", - "path": "runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.native.system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "jFwh4sKSXZ7al5XrItEO4GdGWa6XNxvNx+LhEHjrSzOwawO1znwJ+Dy+VjnrkySX9Qi4bnHNLoiqOXbqMuka4g==", - "type": "package", - "path": "runtime.osx-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "X4LrHEfke/z9+z+iuVr35NlkhdZldY8JGNMYUN+sfPK/U/6TcE+vP44I0Yv0ir1v0bqIzq3v6Qdv1c1vmp8s4g==", - "type": "package", - "path": "runtime.osx-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-x64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Ports/7.0.0": { - "sha512": "0nWQjM5IofaIGpvkifN+LLuYwBG6BHlpmphLhhOJepcW12G8qToGuNDRgBzeTVBZzp33wVsESSZ8hUOCfq+8QA==", - "type": "package", - "path": "system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Ports.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Ports.targets", - "lib/net462/System.IO.Ports.dll", - "lib/net462/System.IO.Ports.xml", - "lib/net6.0/System.IO.Ports.dll", - "lib/net6.0/System.IO.Ports.xml", - "lib/net7.0/System.IO.Ports.dll", - "lib/net7.0/System.IO.Ports.xml", - "lib/netstandard2.0/System.IO.Ports.dll", - "lib/netstandard2.0/System.IO.Ports.xml", - "runtimes/unix/lib/net6.0/System.IO.Ports.dll", - "runtimes/unix/lib/net6.0/System.IO.Ports.xml", - "runtimes/unix/lib/net7.0/System.IO.Ports.dll", - "runtimes/unix/lib/net7.0/System.IO.Ports.xml", - "runtimes/win/lib/net6.0/System.IO.Ports.dll", - "runtimes/win/lib/net6.0/System.IO.Ports.xml", - "runtimes/win/lib/net7.0/System.IO.Ports.dll", - "runtimes/win/lib/net7.0/System.IO.Ports.xml", - "system.io.ports.7.0.0.nupkg.sha512", - "system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Reactive/5.0.0": { - "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "type": "package", - "path": "system.reactive/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net5.0/_._", - "build/netcoreapp3.1/System.Reactive.dll", - "build/netcoreapp3.1/System.Reactive.targets", - "build/netcoreapp3.1/System.Reactive.xml", - "buildTransitive/net5.0/_._", - "buildTransitive/netcoreapp3.1/System.Reactive.targets", - "lib/net472/System.Reactive.dll", - "lib/net472/System.Reactive.xml", - "lib/net5.0-windows10.0.19041/System.Reactive.dll", - "lib/net5.0-windows10.0.19041/System.Reactive.xml", - "lib/net5.0/System.Reactive.dll", - "lib/net5.0/System.Reactive.xml", - "lib/netcoreapp3.1/_._", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "system.reactive.5.0.0.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reactive.Linq/5.0.0": { - "sha512": "IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "type": "package", - "path": "system.reactive.linq/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/System.Reactive.Linq.dll", - "lib/net472/System.Reactive.Linq.xml", - "lib/netstandard2.0/System.Reactive.Linq.dll", - "lib/netstandard2.0/System.Reactive.Linq.xml", - "lib/uap10.0.16299/System.Reactive.Linq.dll", - "lib/uap10.0.16299/System.Reactive.Linq.pri", - "lib/uap10.0.16299/System.Reactive.Linq.xml", - "system.reactive.linq.5.0.0.nupkg.sha512", - "system.reactive.linq.nuspec" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Utils/1.0.0": { - "type": "project", - "path": "../Utils/Utils.csproj", - "msbuildProject": "../Utils/Utils.csproj" - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "System.IO.Ports >= 7.0.0", - "Utils >= 1.0.0" - ] - }, - "packageFolders": { - "/home/kim/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "projectName": "InnovEnergy.Lib.Protocols.Modbus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.IO.Ports": { - "target": "Package", - "version": "[7.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/Modbus/obj/project.nuget.cache b/csharp/lib/Modbus/obj/project.nuget.cache deleted file mode 100644 index 278b7200d..000000000 --- a/csharp/lib/Modbus/obj/project.nuget.cache +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "ctsTOp79M1NgTvr9uj9hrak8wkZSSPQuxKyEJ/NN5oMUVkP92+93o5yKmXcnF7Gdc4ILqjUSYWkfs+ElsENLmQ==", - "success": true, - "projectFilePath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "expectedPackageFiles": [ - "/home/kim/.nuget/packages/cliwrap/3.3.1/cliwrap.3.3.1.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm.runtime.native.system.io.ports/7.0.0/runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm64.runtime.native.system.io.ports/7.0.0/runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-x64.runtime.native.system.io.ports/7.0.0/runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.native.system.io.ports/7.0.0/runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-arm64.runtime.native.system.io.ports/7.0.0/runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-x64.runtime.native.system.io.ports/7.0.0/runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.io.ports/7.0.0/system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive/5.0.0/system.reactive.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/csharp/lib/Modbus/obj/project.packagespec.json b/csharp/lib/Modbus/obj/project.packagespec.json deleted file mode 100644 index 6e3c8c5af..000000000 --- a/csharp/lib/Modbus/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj","projectName":"InnovEnergy.Lib.Protocols.Modbus","projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj","outputPath":"/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{"/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","dependencies":{"System.IO.Ports":{"target":"Package","version":"[7.0.0, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/csharp/lib/Modbus/obj/rider.project.restore.info b/csharp/lib/Modbus/obj/rider.project.restore.info deleted file mode 100644 index 65156349d..000000000 --- a/csharp/lib/Modbus/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16690419378728257 \ No newline at end of file diff --git a/csharp/lib/TruConvert/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/TruConvert/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/TruConvert/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.AssemblyInfo.cs b/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.AssemblyInfo.cs deleted file mode 100644 index e7ce42a20..000000000 --- a/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("InnovEnergy.TruConvert")] -[assembly: System.Reflection.AssemblyTitleAttribute("InnovEnergy.TruConvert")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.AssemblyInfoInputs.cache b/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.AssemblyInfoInputs.cache deleted file mode 100644 index 39b3142dd..000000000 --- a/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -502b4870ab579fadd7d72f7b94d7c0de2ec024de diff --git a/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index f0de36269..000000000 --- a/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.TruConvert -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/TruConvert/ diff --git a/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.GlobalUsings.g.cs b/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.assets.cache b/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.assets.cache deleted file mode 100644 index db155daec..000000000 Binary files a/csharp/lib/TruConvert/obj/Debug/net6.0/TruConvert.assets.cache and /dev/null differ diff --git a/csharp/lib/TruConvert/obj/TruConvert.csproj.nuget.dgspec.json b/csharp/lib/TruConvert/obj/TruConvert.csproj.nuget.dgspec.json deleted file mode 100644 index 315509915..000000000 --- a/csharp/lib/TruConvert/obj/TruConvert.csproj.nuget.dgspec.json +++ /dev/null @@ -1,188 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "projectName": "InnovEnergy.Lib.Protocols.Modbus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.IO.Ports": { - "target": "Package", - "version": "[7.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj", - "projectName": "InnovEnergy.TruConvert", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "projectName": "Utils", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.3.1, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/TruConvert/obj/TruConvert.csproj.nuget.g.props b/csharp/lib/TruConvert/obj/TruConvert.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/lib/TruConvert/obj/TruConvert.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/lib/TruConvert/obj/TruConvert.csproj.nuget.g.targets b/csharp/lib/TruConvert/obj/TruConvert.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3c..000000000 --- a/csharp/lib/TruConvert/obj/TruConvert.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/csharp/lib/TruConvert/obj/project.assets.json b/csharp/lib/TruConvert/obj/project.assets.json deleted file mode 100644 index f90197b57..000000000 --- a/csharp/lib/TruConvert/obj/project.assets.json +++ /dev/null @@ -1,484 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "CliWrap/3.3.1": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - } - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm" - } - } - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm64" - } - } - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-x64" - } - } - }, - "runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-x64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-x64.runtime.native.System.IO.Ports": "7.0.0" - } - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-arm64" - } - } - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-x64" - } - } - }, - "System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.native.System.IO.Ports": "7.0.0" - }, - "compile": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Reactive/5.0.0": { - "type": "package", - "compile": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net5.0/_._": {} - } - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "System.IO.Ports": "7.0.0", - "Utils": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - }, - "Utils/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "compile": { - "bin/placeholder/Utils.dll": {} - }, - "runtime": { - "bin/placeholder/Utils.dll": {} - } - } - } - }, - "libraries": { - "CliWrap/3.3.1": { - "sha512": "yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "type": "package", - "path": "cliwrap/3.3.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "cliwrap.3.3.1.nupkg.sha512", - "cliwrap.nuspec", - "favicon.png", - "lib/net461/CliWrap.dll", - "lib/net461/CliWrap.xml", - "lib/netcoreapp3.0/CliWrap.dll", - "lib/netcoreapp3.0/CliWrap.xml", - "lib/netstandard2.0/CliWrap.dll", - "lib/netstandard2.0/CliWrap.xml", - "lib/netstandard2.1/CliWrap.dll", - "lib/netstandard2.1/CliWrap.xml" - ] - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "CBvgRaF+M0xGLDv2Geb/0v0LEADheH8aK72GRAUJdnqnJVsQO60ki1XO8M3keEhnjm+T5NvLm41pNXAVYAPiSg==", - "type": "package", - "path": "runtime.linux-arm.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "5VCyRCtCIYU8FR/W8oo7ouFuJ8tmAg9ddsuXhfCKZfZrbaVZSKxkmNBa6fxkfYPueD0jQfOvwFBmE5c6zalCSw==", - "type": "package", - "path": "runtime.linux-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "DV9dWDUs23OoZqMWl5IhLr3D+b9koDiSHQxFKdYgWnQbnthv8c/yDjrlrI8nMrDc71RAKCO8jlUojzuPMX04gg==", - "type": "package", - "path": "runtime.linux-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-x64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.native.System.IO.Ports/7.0.0": { - "sha512": "L4Ivegqc3B0Fee7VifFy2JST9nndm+uvJ0viLIZUaImDfnr+JmRin9Tbqd56KuMtm0eVxHpNOWZBPtKrA/1h5Q==", - "type": "package", - "path": "runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.native.system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "jFwh4sKSXZ7al5XrItEO4GdGWa6XNxvNx+LhEHjrSzOwawO1znwJ+Dy+VjnrkySX9Qi4bnHNLoiqOXbqMuka4g==", - "type": "package", - "path": "runtime.osx-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "X4LrHEfke/z9+z+iuVr35NlkhdZldY8JGNMYUN+sfPK/U/6TcE+vP44I0Yv0ir1v0bqIzq3v6Qdv1c1vmp8s4g==", - "type": "package", - "path": "runtime.osx-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-x64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Ports/7.0.0": { - "sha512": "0nWQjM5IofaIGpvkifN+LLuYwBG6BHlpmphLhhOJepcW12G8qToGuNDRgBzeTVBZzp33wVsESSZ8hUOCfq+8QA==", - "type": "package", - "path": "system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Ports.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Ports.targets", - "lib/net462/System.IO.Ports.dll", - "lib/net462/System.IO.Ports.xml", - "lib/net6.0/System.IO.Ports.dll", - "lib/net6.0/System.IO.Ports.xml", - "lib/net7.0/System.IO.Ports.dll", - "lib/net7.0/System.IO.Ports.xml", - "lib/netstandard2.0/System.IO.Ports.dll", - "lib/netstandard2.0/System.IO.Ports.xml", - "runtimes/unix/lib/net6.0/System.IO.Ports.dll", - "runtimes/unix/lib/net6.0/System.IO.Ports.xml", - "runtimes/unix/lib/net7.0/System.IO.Ports.dll", - "runtimes/unix/lib/net7.0/System.IO.Ports.xml", - "runtimes/win/lib/net6.0/System.IO.Ports.dll", - "runtimes/win/lib/net6.0/System.IO.Ports.xml", - "runtimes/win/lib/net7.0/System.IO.Ports.dll", - "runtimes/win/lib/net7.0/System.IO.Ports.xml", - "system.io.ports.7.0.0.nupkg.sha512", - "system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Reactive/5.0.0": { - "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "type": "package", - "path": "system.reactive/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net5.0/_._", - "build/netcoreapp3.1/System.Reactive.dll", - "build/netcoreapp3.1/System.Reactive.targets", - "build/netcoreapp3.1/System.Reactive.xml", - "buildTransitive/net5.0/_._", - "buildTransitive/netcoreapp3.1/System.Reactive.targets", - "lib/net472/System.Reactive.dll", - "lib/net472/System.Reactive.xml", - "lib/net5.0-windows10.0.19041/System.Reactive.dll", - "lib/net5.0-windows10.0.19041/System.Reactive.xml", - "lib/net5.0/System.Reactive.dll", - "lib/net5.0/System.Reactive.xml", - "lib/netcoreapp3.1/_._", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "system.reactive.5.0.0.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reactive.Linq/5.0.0": { - "sha512": "IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "type": "package", - "path": "system.reactive.linq/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/System.Reactive.Linq.dll", - "lib/net472/System.Reactive.Linq.xml", - "lib/netstandard2.0/System.Reactive.Linq.dll", - "lib/netstandard2.0/System.Reactive.Linq.xml", - "lib/uap10.0.16299/System.Reactive.Linq.dll", - "lib/uap10.0.16299/System.Reactive.Linq.pri", - "lib/uap10.0.16299/System.Reactive.Linq.xml", - "system.reactive.linq.5.0.0.nupkg.sha512", - "system.reactive.linq.nuspec" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "path": "../Modbus/Modbus.csproj", - "msbuildProject": "../Modbus/Modbus.csproj" - }, - "Utils/1.0.0": { - "type": "project", - "path": "../Utils/Utils.csproj", - "msbuildProject": "../Utils/Utils.csproj" - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "InnovEnergy.Lib.Protocols.Modbus >= 1.0.0" - ] - }, - "packageFolders": { - "/home/kim/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj", - "projectName": "InnovEnergy.TruConvert", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/TruConvert/obj/project.nuget.cache b/csharp/lib/TruConvert/obj/project.nuget.cache deleted file mode 100644 index 1ae1716cf..000000000 --- a/csharp/lib/TruConvert/obj/project.nuget.cache +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "ctAC+7/A0pWJbS3GKgOHWl3wVrnEBkX1hgZI7iUdjaQANtTbikw4lGhswSqZH6U5frA+qVo5shzhGUm4dwmnfA==", - "success": true, - "projectFilePath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj", - "expectedPackageFiles": [ - "/home/kim/.nuget/packages/cliwrap/3.3.1/cliwrap.3.3.1.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm.runtime.native.system.io.ports/7.0.0/runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm64.runtime.native.system.io.ports/7.0.0/runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-x64.runtime.native.system.io.ports/7.0.0/runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.native.system.io.ports/7.0.0/runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-arm64.runtime.native.system.io.ports/7.0.0/runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-x64.runtime.native.system.io.ports/7.0.0/runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.io.ports/7.0.0/system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive/5.0.0/system.reactive.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/csharp/lib/TruConvert/obj/project.packagespec.json b/csharp/lib/TruConvert/obj/project.packagespec.json deleted file mode 100644 index a6d4951db..000000000 --- a/csharp/lib/TruConvert/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj","projectName":"InnovEnergy.TruConvert","projectPath":"/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj","outputPath":"/home/kim/code/innovenergy/new/csharp/lib/TruConvert/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/csharp/lib/TruConvert/obj/rider.project.restore.info b/csharp/lib/TruConvert/obj/rider.project.restore.info deleted file mode 100644 index 65156349d..000000000 --- a/csharp/lib/TruConvert/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16690419378728257 \ No newline at end of file diff --git a/csharp/lib/TruConvertAc/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/TruConvertAc/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/TruConvertAc/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.AssemblyInfo.cs b/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.AssemblyInfo.cs deleted file mode 100644 index 6f0a1df4e..000000000 --- a/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("InnovEnergy.TruConvertAc")] -[assembly: System.Reflection.AssemblyTitleAttribute("InnovEnergy.TruConvertAc")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.AssemblyInfoInputs.cache b/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.AssemblyInfoInputs.cache deleted file mode 100644 index 550b73bae..000000000 --- a/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -cb51b0a5bca6fd706a074b8cab2c289152e41c51 diff --git a/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index a0def044c..000000000 --- a/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.TruConvertAc -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/ diff --git a/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.GlobalUsings.g.cs b/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.assets.cache b/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.assets.cache deleted file mode 100644 index 0acd09cc9..000000000 Binary files a/csharp/lib/TruConvertAc/obj/Debug/net6.0/TruConvertAc.assets.cache and /dev/null differ diff --git a/csharp/lib/TruConvertAc/obj/TruConvertAc.csproj.nuget.dgspec.json b/csharp/lib/TruConvertAc/obj/TruConvertAc.csproj.nuget.dgspec.json deleted file mode 100644 index fddeb591d..000000000 --- a/csharp/lib/TruConvertAc/obj/TruConvertAc.csproj.nuget.dgspec.json +++ /dev/null @@ -1,247 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "projectName": "InnovEnergy.Lib.Protocols.Modbus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.IO.Ports": { - "target": "Package", - "version": "[7.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj", - "projectName": "InnovEnergy.TruConvert", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj", - "projectName": "InnovEnergy.TruConvertAc", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "projectName": "Utils", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.3.1, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/TruConvertAc/obj/TruConvertAc.csproj.nuget.g.props b/csharp/lib/TruConvertAc/obj/TruConvertAc.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/lib/TruConvertAc/obj/TruConvertAc.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/lib/TruConvertAc/obj/TruConvertAc.csproj.nuget.g.targets b/csharp/lib/TruConvertAc/obj/TruConvertAc.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3c..000000000 --- a/csharp/lib/TruConvertAc/obj/TruConvertAc.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/csharp/lib/TruConvertAc/obj/project.assets.json b/csharp/lib/TruConvertAc/obj/project.assets.json deleted file mode 100644 index e8e4a58d4..000000000 --- a/csharp/lib/TruConvertAc/obj/project.assets.json +++ /dev/null @@ -1,506 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "CliWrap/3.3.1": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - } - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm" - } - } - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm64" - } - } - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-x64" - } - } - }, - "runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-x64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-x64.runtime.native.System.IO.Ports": "7.0.0" - } - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-arm64" - } - } - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-x64" - } - } - }, - "System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.native.System.IO.Ports": "7.0.0" - }, - "compile": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Reactive/5.0.0": { - "type": "package", - "compile": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net5.0/_._": {} - } - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "System.IO.Ports": "7.0.0", - "Utils": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - }, - "InnovEnergy.TruConvert/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "InnovEnergy.Lib.Protocols.Modbus": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.TruConvert.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.TruConvert.dll": {} - } - }, - "Utils/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "compile": { - "bin/placeholder/Utils.dll": {} - }, - "runtime": { - "bin/placeholder/Utils.dll": {} - } - } - } - }, - "libraries": { - "CliWrap/3.3.1": { - "sha512": "yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "type": "package", - "path": "cliwrap/3.3.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "cliwrap.3.3.1.nupkg.sha512", - "cliwrap.nuspec", - "favicon.png", - "lib/net461/CliWrap.dll", - "lib/net461/CliWrap.xml", - "lib/netcoreapp3.0/CliWrap.dll", - "lib/netcoreapp3.0/CliWrap.xml", - "lib/netstandard2.0/CliWrap.dll", - "lib/netstandard2.0/CliWrap.xml", - "lib/netstandard2.1/CliWrap.dll", - "lib/netstandard2.1/CliWrap.xml" - ] - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "CBvgRaF+M0xGLDv2Geb/0v0LEADheH8aK72GRAUJdnqnJVsQO60ki1XO8M3keEhnjm+T5NvLm41pNXAVYAPiSg==", - "type": "package", - "path": "runtime.linux-arm.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "5VCyRCtCIYU8FR/W8oo7ouFuJ8tmAg9ddsuXhfCKZfZrbaVZSKxkmNBa6fxkfYPueD0jQfOvwFBmE5c6zalCSw==", - "type": "package", - "path": "runtime.linux-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "DV9dWDUs23OoZqMWl5IhLr3D+b9koDiSHQxFKdYgWnQbnthv8c/yDjrlrI8nMrDc71RAKCO8jlUojzuPMX04gg==", - "type": "package", - "path": "runtime.linux-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-x64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.native.System.IO.Ports/7.0.0": { - "sha512": "L4Ivegqc3B0Fee7VifFy2JST9nndm+uvJ0viLIZUaImDfnr+JmRin9Tbqd56KuMtm0eVxHpNOWZBPtKrA/1h5Q==", - "type": "package", - "path": "runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.native.system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "jFwh4sKSXZ7al5XrItEO4GdGWa6XNxvNx+LhEHjrSzOwawO1znwJ+Dy+VjnrkySX9Qi4bnHNLoiqOXbqMuka4g==", - "type": "package", - "path": "runtime.osx-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "X4LrHEfke/z9+z+iuVr35NlkhdZldY8JGNMYUN+sfPK/U/6TcE+vP44I0Yv0ir1v0bqIzq3v6Qdv1c1vmp8s4g==", - "type": "package", - "path": "runtime.osx-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-x64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Ports/7.0.0": { - "sha512": "0nWQjM5IofaIGpvkifN+LLuYwBG6BHlpmphLhhOJepcW12G8qToGuNDRgBzeTVBZzp33wVsESSZ8hUOCfq+8QA==", - "type": "package", - "path": "system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Ports.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Ports.targets", - "lib/net462/System.IO.Ports.dll", - "lib/net462/System.IO.Ports.xml", - "lib/net6.0/System.IO.Ports.dll", - "lib/net6.0/System.IO.Ports.xml", - "lib/net7.0/System.IO.Ports.dll", - "lib/net7.0/System.IO.Ports.xml", - "lib/netstandard2.0/System.IO.Ports.dll", - "lib/netstandard2.0/System.IO.Ports.xml", - "runtimes/unix/lib/net6.0/System.IO.Ports.dll", - "runtimes/unix/lib/net6.0/System.IO.Ports.xml", - "runtimes/unix/lib/net7.0/System.IO.Ports.dll", - "runtimes/unix/lib/net7.0/System.IO.Ports.xml", - "runtimes/win/lib/net6.0/System.IO.Ports.dll", - "runtimes/win/lib/net6.0/System.IO.Ports.xml", - "runtimes/win/lib/net7.0/System.IO.Ports.dll", - "runtimes/win/lib/net7.0/System.IO.Ports.xml", - "system.io.ports.7.0.0.nupkg.sha512", - "system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Reactive/5.0.0": { - "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "type": "package", - "path": "system.reactive/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net5.0/_._", - "build/netcoreapp3.1/System.Reactive.dll", - "build/netcoreapp3.1/System.Reactive.targets", - "build/netcoreapp3.1/System.Reactive.xml", - "buildTransitive/net5.0/_._", - "buildTransitive/netcoreapp3.1/System.Reactive.targets", - "lib/net472/System.Reactive.dll", - "lib/net472/System.Reactive.xml", - "lib/net5.0-windows10.0.19041/System.Reactive.dll", - "lib/net5.0-windows10.0.19041/System.Reactive.xml", - "lib/net5.0/System.Reactive.dll", - "lib/net5.0/System.Reactive.xml", - "lib/netcoreapp3.1/_._", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "system.reactive.5.0.0.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reactive.Linq/5.0.0": { - "sha512": "IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "type": "package", - "path": "system.reactive.linq/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/System.Reactive.Linq.dll", - "lib/net472/System.Reactive.Linq.xml", - "lib/netstandard2.0/System.Reactive.Linq.dll", - "lib/netstandard2.0/System.Reactive.Linq.xml", - "lib/uap10.0.16299/System.Reactive.Linq.dll", - "lib/uap10.0.16299/System.Reactive.Linq.pri", - "lib/uap10.0.16299/System.Reactive.Linq.xml", - "system.reactive.linq.5.0.0.nupkg.sha512", - "system.reactive.linq.nuspec" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "path": "../Modbus/Modbus.csproj", - "msbuildProject": "../Modbus/Modbus.csproj" - }, - "InnovEnergy.TruConvert/1.0.0": { - "type": "project", - "path": "../TruConvert/TruConvert.csproj", - "msbuildProject": "../TruConvert/TruConvert.csproj" - }, - "Utils/1.0.0": { - "type": "project", - "path": "../Utils/Utils.csproj", - "msbuildProject": "../Utils/Utils.csproj" - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "InnovEnergy.Lib.Protocols.Modbus >= 1.0.0", - "InnovEnergy.TruConvert >= 1.0.0" - ] - }, - "packageFolders": { - "/home/kim/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj", - "projectName": "InnovEnergy.TruConvertAc", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/TruConvertAc/obj/project.nuget.cache b/csharp/lib/TruConvertAc/obj/project.nuget.cache deleted file mode 100644 index b6adf568a..000000000 --- a/csharp/lib/TruConvertAc/obj/project.nuget.cache +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "No7QEyzBz4aR70p2ztcW99rcT4S3PuwkQ5tYQKivnj2iDR3g35CKR8mohz4Ra/Djjah74XxOQLFbIwuUUA0yaw==", - "success": true, - "projectFilePath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj", - "expectedPackageFiles": [ - "/home/kim/.nuget/packages/cliwrap/3.3.1/cliwrap.3.3.1.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm.runtime.native.system.io.ports/7.0.0/runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm64.runtime.native.system.io.ports/7.0.0/runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-x64.runtime.native.system.io.ports/7.0.0/runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.native.system.io.ports/7.0.0/runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-arm64.runtime.native.system.io.ports/7.0.0/runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-x64.runtime.native.system.io.ports/7.0.0/runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.io.ports/7.0.0/system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive/5.0.0/system.reactive.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/csharp/lib/TruConvertAc/obj/project.packagespec.json b/csharp/lib/TruConvertAc/obj/project.packagespec.json deleted file mode 100644 index 31c171a9d..000000000 --- a/csharp/lib/TruConvertAc/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj","projectName":"InnovEnergy.TruConvertAc","projectPath":"/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/TruConvertAc.csproj","outputPath":"/home/kim/code/innovenergy/new/csharp/lib/TruConvertAc/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/csharp/lib/TruConvertAc/obj/rider.project.restore.info b/csharp/lib/TruConvertAc/obj/rider.project.restore.info deleted file mode 100644 index 65156349d..000000000 --- a/csharp/lib/TruConvertAc/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16690419378728257 \ No newline at end of file diff --git a/csharp/lib/TruConvertDc/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/TruConvertDc/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/TruConvertDc/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.AssemblyInfo.cs b/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.AssemblyInfo.cs deleted file mode 100644 index 70238a2c9..000000000 --- a/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("InnovEnergy.TruConvertDc")] -[assembly: System.Reflection.AssemblyTitleAttribute("InnovEnergy.TruConvertDc")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.AssemblyInfoInputs.cache b/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.AssemblyInfoInputs.cache deleted file mode 100644 index 608a3d28b..000000000 --- a/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -5a84ae56be5fcbdc06fca30c55279bcc64d142c3 diff --git a/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 62d98dd8e..000000000 --- a/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.TruConvertDc -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/ diff --git a/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.GlobalUsings.g.cs b/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.assets.cache b/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.assets.cache deleted file mode 100644 index 55c8aea42..000000000 Binary files a/csharp/lib/TruConvertDc/obj/Debug/net6.0/TruConvertDc.assets.cache and /dev/null differ diff --git a/csharp/lib/TruConvertDc/obj/TruConvertDc.csproj.nuget.dgspec.json b/csharp/lib/TruConvertDc/obj/TruConvertDc.csproj.nuget.dgspec.json deleted file mode 100644 index c8c14c2db..000000000 --- a/csharp/lib/TruConvertDc/obj/TruConvertDc.csproj.nuget.dgspec.json +++ /dev/null @@ -1,247 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "projectName": "InnovEnergy.Lib.Protocols.Modbus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.IO.Ports": { - "target": "Package", - "version": "[7.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj", - "projectName": "InnovEnergy.TruConvert", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj", - "projectName": "InnovEnergy.TruConvertDc", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "projectName": "Utils", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.3.1, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/TruConvertDc/obj/TruConvertDc.csproj.nuget.g.props b/csharp/lib/TruConvertDc/obj/TruConvertDc.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/lib/TruConvertDc/obj/TruConvertDc.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/lib/TruConvertDc/obj/TruConvertDc.csproj.nuget.g.targets b/csharp/lib/TruConvertDc/obj/TruConvertDc.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3c..000000000 --- a/csharp/lib/TruConvertDc/obj/TruConvertDc.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/csharp/lib/TruConvertDc/obj/project.assets.json b/csharp/lib/TruConvertDc/obj/project.assets.json deleted file mode 100644 index fb73f45f7..000000000 --- a/csharp/lib/TruConvertDc/obj/project.assets.json +++ /dev/null @@ -1,506 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "CliWrap/3.3.1": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - } - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm" - } - } - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-arm64" - } - } - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so": { - "assetType": "native", - "rid": "linux-x64" - } - } - }, - "runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.linux-arm.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.linux-x64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-arm64.runtime.native.System.IO.Ports": "7.0.0", - "runtime.osx-x64.runtime.native.System.IO.Ports": "7.0.0" - } - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-arm64" - } - } - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "type": "package", - "runtimeTargets": { - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib": { - "assetType": "native", - "rid": "osx-x64" - } - } - }, - "System.IO.Ports/7.0.0": { - "type": "package", - "dependencies": { - "runtime.native.System.IO.Ports": "7.0.0" - }, - "compile": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.IO.Ports.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/unix/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/net6.0/System.IO.Ports.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Reactive/5.0.0": { - "type": "package", - "compile": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net5.0/_._": {} - } - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "System.IO.Ports": "7.0.0", - "Utils": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.Lib.Protocols.Modbus.dll": {} - } - }, - "InnovEnergy.TruConvert/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "InnovEnergy.Lib.Protocols.Modbus": "1.0.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.TruConvert.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.TruConvert.dll": {} - } - }, - "Utils/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "compile": { - "bin/placeholder/Utils.dll": {} - }, - "runtime": { - "bin/placeholder/Utils.dll": {} - } - } - } - }, - "libraries": { - "CliWrap/3.3.1": { - "sha512": "yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "type": "package", - "path": "cliwrap/3.3.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "cliwrap.3.3.1.nupkg.sha512", - "cliwrap.nuspec", - "favicon.png", - "lib/net461/CliWrap.dll", - "lib/net461/CliWrap.xml", - "lib/netcoreapp3.0/CliWrap.dll", - "lib/netcoreapp3.0/CliWrap.xml", - "lib/netstandard2.0/CliWrap.dll", - "lib/netstandard2.0/CliWrap.xml", - "lib/netstandard2.1/CliWrap.dll", - "lib/netstandard2.1/CliWrap.xml" - ] - }, - "runtime.linux-arm.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "CBvgRaF+M0xGLDv2Geb/0v0LEADheH8aK72GRAUJdnqnJVsQO60ki1XO8M3keEhnjm+T5NvLm41pNXAVYAPiSg==", - "type": "package", - "path": "runtime.linux-arm.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "5VCyRCtCIYU8FR/W8oo7ouFuJ8tmAg9ddsuXhfCKZfZrbaVZSKxkmNBa6fxkfYPueD0jQfOvwFBmE5c6zalCSw==", - "type": "package", - "path": "runtime.linux-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-arm64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.linux-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "DV9dWDUs23OoZqMWl5IhLr3D+b9koDiSHQxFKdYgWnQbnthv8c/yDjrlrI8nMrDc71RAKCO8jlUojzuPMX04gg==", - "type": "package", - "path": "runtime.linux-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.linux-x64.runtime.native.system.io.ports.nuspec", - "runtimes/linux-x64/native/libSystem.IO.Ports.Native.so", - "useSharedDesignerContext.txt" - ] - }, - "runtime.native.System.IO.Ports/7.0.0": { - "sha512": "L4Ivegqc3B0Fee7VifFy2JST9nndm+uvJ0viLIZUaImDfnr+JmRin9Tbqd56KuMtm0eVxHpNOWZBPtKrA/1h5Q==", - "type": "package", - "path": "runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.native.system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-arm64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "jFwh4sKSXZ7al5XrItEO4GdGWa6XNxvNx+LhEHjrSzOwawO1znwJ+Dy+VjnrkySX9Qi4bnHNLoiqOXbqMuka4g==", - "type": "package", - "path": "runtime.osx-arm64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-arm64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-arm64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "runtime.osx-x64.runtime.native.System.IO.Ports/7.0.0": { - "sha512": "X4LrHEfke/z9+z+iuVr35NlkhdZldY8JGNMYUN+sfPK/U/6TcE+vP44I0Yv0ir1v0bqIzq3v6Qdv1c1vmp8s4g==", - "type": "package", - "path": "runtime.osx-x64.runtime.native.system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "runtime.osx-x64.runtime.native.system.io.ports.nuspec", - "runtimes/osx-x64/native/libSystem.IO.Ports.Native.dylib", - "useSharedDesignerContext.txt" - ] - }, - "System.IO.Ports/7.0.0": { - "sha512": "0nWQjM5IofaIGpvkifN+LLuYwBG6BHlpmphLhhOJepcW12G8qToGuNDRgBzeTVBZzp33wVsESSZ8hUOCfq+8QA==", - "type": "package", - "path": "system.io.ports/7.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/System.IO.Ports.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/System.IO.Ports.targets", - "lib/net462/System.IO.Ports.dll", - "lib/net462/System.IO.Ports.xml", - "lib/net6.0/System.IO.Ports.dll", - "lib/net6.0/System.IO.Ports.xml", - "lib/net7.0/System.IO.Ports.dll", - "lib/net7.0/System.IO.Ports.xml", - "lib/netstandard2.0/System.IO.Ports.dll", - "lib/netstandard2.0/System.IO.Ports.xml", - "runtimes/unix/lib/net6.0/System.IO.Ports.dll", - "runtimes/unix/lib/net6.0/System.IO.Ports.xml", - "runtimes/unix/lib/net7.0/System.IO.Ports.dll", - "runtimes/unix/lib/net7.0/System.IO.Ports.xml", - "runtimes/win/lib/net6.0/System.IO.Ports.dll", - "runtimes/win/lib/net6.0/System.IO.Ports.xml", - "runtimes/win/lib/net7.0/System.IO.Ports.dll", - "runtimes/win/lib/net7.0/System.IO.Ports.xml", - "system.io.ports.7.0.0.nupkg.sha512", - "system.io.ports.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Reactive/5.0.0": { - "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "type": "package", - "path": "system.reactive/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net5.0/_._", - "build/netcoreapp3.1/System.Reactive.dll", - "build/netcoreapp3.1/System.Reactive.targets", - "build/netcoreapp3.1/System.Reactive.xml", - "buildTransitive/net5.0/_._", - "buildTransitive/netcoreapp3.1/System.Reactive.targets", - "lib/net472/System.Reactive.dll", - "lib/net472/System.Reactive.xml", - "lib/net5.0-windows10.0.19041/System.Reactive.dll", - "lib/net5.0-windows10.0.19041/System.Reactive.xml", - "lib/net5.0/System.Reactive.dll", - "lib/net5.0/System.Reactive.xml", - "lib/netcoreapp3.1/_._", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "system.reactive.5.0.0.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reactive.Linq/5.0.0": { - "sha512": "IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "type": "package", - "path": "system.reactive.linq/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/System.Reactive.Linq.dll", - "lib/net472/System.Reactive.Linq.xml", - "lib/netstandard2.0/System.Reactive.Linq.dll", - "lib/netstandard2.0/System.Reactive.Linq.xml", - "lib/uap10.0.16299/System.Reactive.Linq.dll", - "lib/uap10.0.16299/System.Reactive.Linq.pri", - "lib/uap10.0.16299/System.Reactive.Linq.xml", - "system.reactive.linq.5.0.0.nupkg.sha512", - "system.reactive.linq.nuspec" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "InnovEnergy.Lib.Protocols.Modbus/1.0.0": { - "type": "project", - "path": "../Modbus/Modbus.csproj", - "msbuildProject": "../Modbus/Modbus.csproj" - }, - "InnovEnergy.TruConvert/1.0.0": { - "type": "project", - "path": "../TruConvert/TruConvert.csproj", - "msbuildProject": "../TruConvert/TruConvert.csproj" - }, - "Utils/1.0.0": { - "type": "project", - "path": "../Utils/Utils.csproj", - "msbuildProject": "../Utils/Utils.csproj" - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "InnovEnergy.Lib.Protocols.Modbus >= 1.0.0", - "InnovEnergy.TruConvert >= 1.0.0" - ] - }, - "packageFolders": { - "/home/kim/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj", - "projectName": "InnovEnergy.TruConvertDc", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/TruConvertDc/obj/project.nuget.cache b/csharp/lib/TruConvertDc/obj/project.nuget.cache deleted file mode 100644 index b5d986172..000000000 --- a/csharp/lib/TruConvertDc/obj/project.nuget.cache +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "N8Hfcu9rjhLL7XK2CnEjz1P421Py6P9WASeisBPOZKLB1Jz3s5MrwmQSpWnVorceczdZkgqXIPHU6epg5s6gwQ==", - "success": true, - "projectFilePath": "/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj", - "expectedPackageFiles": [ - "/home/kim/.nuget/packages/cliwrap/3.3.1/cliwrap.3.3.1.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm.runtime.native.system.io.ports/7.0.0/runtime.linux-arm.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-arm64.runtime.native.system.io.ports/7.0.0/runtime.linux-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.linux-x64.runtime.native.system.io.ports/7.0.0/runtime.linux-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.native.system.io.ports/7.0.0/runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-arm64.runtime.native.system.io.ports/7.0.0/runtime.osx-arm64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/runtime.osx-x64.runtime.native.system.io.ports/7.0.0/runtime.osx-x64.runtime.native.system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.io.ports/7.0.0/system.io.ports.7.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive/5.0.0/system.reactive.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/csharp/lib/TruConvertDc/obj/project.packagespec.json b/csharp/lib/TruConvertDc/obj/project.packagespec.json deleted file mode 100644 index e2955b2ca..000000000 --- a/csharp/lib/TruConvertDc/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj","projectName":"InnovEnergy.TruConvertDc","projectPath":"/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/TruConvertDc.csproj","outputPath":"/home/kim/code/innovenergy/new/csharp/lib/TruConvertDc/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Modbus/Modbus.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/TruConvert/TruConvert.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/csharp/lib/TruConvertDc/obj/rider.project.restore.info b/csharp/lib/TruConvertDc/obj/rider.project.restore.info deleted file mode 100644 index 65156349d..000000000 --- a/csharp/lib/TruConvertDc/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16690419378728257 \ No newline at end of file diff --git a/csharp/lib/Utils/bin/Release/net6.0/Utils.deps.json b/csharp/lib/Utils/bin/Release/net6.0/Utils.deps.json deleted file mode 100644 index 82dc811f3..000000000 --- a/csharp/lib/Utils/bin/Release/net6.0/Utils.deps.json +++ /dev/null @@ -1,84 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "Utils/1.0.0": { - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "Utils.dll": {} - } - }, - "CliWrap/3.3.1": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.3.1.0", - "fileVersion": "3.3.1.0" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": {} - } - }, - "libraries": { - "Utils/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "path": "cliwrap/3.3.1", - "hashPath": "cliwrap.3.3.1.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - } - } -} \ No newline at end of file diff --git a/csharp/lib/Utils/bin/Release/net6.0/Utils.dll b/csharp/lib/Utils/bin/Release/net6.0/Utils.dll deleted file mode 100644 index ada1f3915..000000000 Binary files a/csharp/lib/Utils/bin/Release/net6.0/Utils.dll and /dev/null differ diff --git a/csharp/lib/Utils/bin/Release/net6.0/Utils.pdb b/csharp/lib/Utils/bin/Release/net6.0/Utils.pdb deleted file mode 100644 index a04a3866e..000000000 Binary files a/csharp/lib/Utils/bin/Release/net6.0/Utils.pdb and /dev/null differ diff --git a/csharp/lib/Utils/bin/Release/net6.0/ref/Utils.dll b/csharp/lib/Utils/bin/Release/net6.0/ref/Utils.dll deleted file mode 100644 index 46c16a1ca..000000000 Binary files a/csharp/lib/Utils/bin/Release/net6.0/ref/Utils.dll and /dev/null differ diff --git a/csharp/lib/Utils/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/Utils/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/Utils/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/Utils/obj/Release/net6.0/Utils.AssemblyInfo.cs b/csharp/lib/Utils/obj/Release/net6.0/Utils.AssemblyInfo.cs deleted file mode 100644 index bcb674e3c..000000000 --- a/csharp/lib/Utils/obj/Release/net6.0/Utils.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("Utils")] -[assembly: System.Reflection.AssemblyTitleAttribute("Utils")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/Utils/obj/Release/net6.0/Utils.AssemblyInfoInputs.cache b/csharp/lib/Utils/obj/Release/net6.0/Utils.AssemblyInfoInputs.cache deleted file mode 100644 index e0c10df95..000000000 --- a/csharp/lib/Utils/obj/Release/net6.0/Utils.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -2f68359d64f8e1ec188cc69c1a398a273d817b49 diff --git a/csharp/lib/Utils/obj/Release/net6.0/Utils.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/Utils/obj/Release/net6.0/Utils.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index e0532b876..000000000 --- a/csharp/lib/Utils/obj/Release/net6.0/Utils.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = true -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.Utils -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/Utils/ diff --git a/csharp/lib/Utils/obj/Release/net6.0/Utils.assets.cache b/csharp/lib/Utils/obj/Release/net6.0/Utils.assets.cache deleted file mode 100644 index 70f3ab365..000000000 Binary files a/csharp/lib/Utils/obj/Release/net6.0/Utils.assets.cache and /dev/null differ diff --git a/csharp/lib/Utils/obj/Release/net6.0/Utils.csproj.AssemblyReference.cache b/csharp/lib/Utils/obj/Release/net6.0/Utils.csproj.AssemblyReference.cache deleted file mode 100644 index 204fdef64..000000000 Binary files a/csharp/lib/Utils/obj/Release/net6.0/Utils.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/lib/Utils/obj/Release/net6.0/Utils.csproj.CoreCompileInputs.cache b/csharp/lib/Utils/obj/Release/net6.0/Utils.csproj.CoreCompileInputs.cache deleted file mode 100644 index f5bde1c06..000000000 --- a/csharp/lib/Utils/obj/Release/net6.0/Utils.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -cb40feb944d27ed0dd72b2844cc29d583a66c99d diff --git a/csharp/lib/Utils/obj/Release/net6.0/Utils.csproj.FileListAbsolute.txt b/csharp/lib/Utils/obj/Release/net6.0/Utils.csproj.FileListAbsolute.txt deleted file mode 100644 index de77c8999..000000000 --- a/csharp/lib/Utils/obj/Release/net6.0/Utils.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,12 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/lib/Utils/bin/Release/net6.0/Utils.deps.json -/home/kim/code/innovenergy/new/csharp/lib/Utils/bin/Release/net6.0/Utils.dll -/home/kim/code/innovenergy/new/csharp/lib/Utils/bin/Release/net6.0/ref/Utils.dll -/home/kim/code/innovenergy/new/csharp/lib/Utils/bin/Release/net6.0/Utils.pdb -/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/Release/net6.0/Utils.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/Release/net6.0/Utils.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/Release/net6.0/Utils.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/Release/net6.0/Utils.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/Release/net6.0/Utils.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/Release/net6.0/Utils.dll -/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/Release/net6.0/ref/Utils.dll -/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/Release/net6.0/Utils.pdb diff --git a/csharp/lib/Utils/obj/Release/net6.0/Utils.dll b/csharp/lib/Utils/obj/Release/net6.0/Utils.dll deleted file mode 100644 index ada1f3915..000000000 Binary files a/csharp/lib/Utils/obj/Release/net6.0/Utils.dll and /dev/null differ diff --git a/csharp/lib/Utils/obj/Release/net6.0/Utils.pdb b/csharp/lib/Utils/obj/Release/net6.0/Utils.pdb deleted file mode 100644 index a04a3866e..000000000 Binary files a/csharp/lib/Utils/obj/Release/net6.0/Utils.pdb and /dev/null differ diff --git a/csharp/lib/Utils/obj/Release/net6.0/ref/Utils.dll b/csharp/lib/Utils/obj/Release/net6.0/ref/Utils.dll deleted file mode 100644 index 46c16a1ca..000000000 Binary files a/csharp/lib/Utils/obj/Release/net6.0/ref/Utils.dll and /dev/null differ diff --git a/csharp/lib/VeDBus/bin/Debug/net6.0/InnovEnergy.DBus.dll b/csharp/lib/VeDBus/bin/Debug/net6.0/InnovEnergy.DBus.dll deleted file mode 100644 index f8e37760b..000000000 Binary files a/csharp/lib/VeDBus/bin/Debug/net6.0/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/lib/VeDBus/bin/Debug/net6.0/InnovEnergy.DBus.pdb b/csharp/lib/VeDBus/bin/Debug/net6.0/InnovEnergy.DBus.pdb deleted file mode 100644 index 00e4284b9..000000000 Binary files a/csharp/lib/VeDBus/bin/Debug/net6.0/InnovEnergy.DBus.pdb and /dev/null differ diff --git a/csharp/lib/VeDBus/bin/Debug/net6.0/Utils.dll b/csharp/lib/VeDBus/bin/Debug/net6.0/Utils.dll deleted file mode 100644 index 971bfbe07..000000000 Binary files a/csharp/lib/VeDBus/bin/Debug/net6.0/Utils.dll and /dev/null differ diff --git a/csharp/lib/VeDBus/bin/Debug/net6.0/Utils.pdb b/csharp/lib/VeDBus/bin/Debug/net6.0/Utils.pdb deleted file mode 100644 index 8c88c3b6f..000000000 Binary files a/csharp/lib/VeDBus/bin/Debug/net6.0/Utils.pdb and /dev/null differ diff --git a/csharp/lib/VeDBus/bin/Debug/net6.0/VeDBus.deps.json b/csharp/lib/VeDBus/bin/Debug/net6.0/VeDBus.deps.json deleted file mode 100644 index 0f36f5013..000000000 --- a/csharp/lib/VeDBus/bin/Debug/net6.0/VeDBus.deps.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "VeDBus/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "System.Reactive": "5.0.0", - "Utils": "1.0.0" - }, - "runtime": { - "VeDBus.dll": {} - } - }, - "CliWrap/3.3.1": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.3.1.0", - "fileVersion": "3.3.1.0" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Reflection.Emit/4.7.0": {}, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "InnovEnergy.DBus/1.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "InnovEnergy.DBus.dll": {} - } - }, - "Utils/1.0.0": { - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "Utils.dll": {} - } - } - } - }, - "libraries": { - "VeDBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "path": "cliwrap/3.3.1", - "hashPath": "cliwrap.3.3.1.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "path": "system.reflection.emit/4.7.0", - "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Utils/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/csharp/lib/VeDBus/bin/Debug/net6.0/VeDBus.dll b/csharp/lib/VeDBus/bin/Debug/net6.0/VeDBus.dll deleted file mode 100644 index 8453f6f54..000000000 Binary files a/csharp/lib/VeDBus/bin/Debug/net6.0/VeDBus.dll and /dev/null differ diff --git a/csharp/lib/VeDBus/bin/Debug/net6.0/VeDBus.pdb b/csharp/lib/VeDBus/bin/Debug/net6.0/VeDBus.pdb deleted file mode 100644 index 8d706d868..000000000 Binary files a/csharp/lib/VeDBus/bin/Debug/net6.0/VeDBus.pdb and /dev/null differ diff --git a/csharp/lib/VeDBus/bin/Debug/net6.0/ref/VeDBus.dll b/csharp/lib/VeDBus/bin/Debug/net6.0/ref/VeDBus.dll deleted file mode 100644 index b28589752..000000000 Binary files a/csharp/lib/VeDBus/bin/Debug/net6.0/ref/VeDBus.dll and /dev/null differ diff --git a/csharp/lib/VeDBus/bin/Release/net6.0/InnovEnergy.DBus.dll b/csharp/lib/VeDBus/bin/Release/net6.0/InnovEnergy.DBus.dll deleted file mode 100644 index 0ff84c046..000000000 Binary files a/csharp/lib/VeDBus/bin/Release/net6.0/InnovEnergy.DBus.dll and /dev/null differ diff --git a/csharp/lib/VeDBus/bin/Release/net6.0/InnovEnergy.DBus.pdb b/csharp/lib/VeDBus/bin/Release/net6.0/InnovEnergy.DBus.pdb deleted file mode 100644 index c81f137c5..000000000 Binary files a/csharp/lib/VeDBus/bin/Release/net6.0/InnovEnergy.DBus.pdb and /dev/null differ diff --git a/csharp/lib/VeDBus/bin/Release/net6.0/Utils.dll b/csharp/lib/VeDBus/bin/Release/net6.0/Utils.dll deleted file mode 100644 index ada1f3915..000000000 Binary files a/csharp/lib/VeDBus/bin/Release/net6.0/Utils.dll and /dev/null differ diff --git a/csharp/lib/VeDBus/bin/Release/net6.0/Utils.pdb b/csharp/lib/VeDBus/bin/Release/net6.0/Utils.pdb deleted file mode 100644 index a04a3866e..000000000 Binary files a/csharp/lib/VeDBus/bin/Release/net6.0/Utils.pdb and /dev/null differ diff --git a/csharp/lib/VeDBus/bin/Release/net6.0/VeDBus.deps.json b/csharp/lib/VeDBus/bin/Release/net6.0/VeDBus.deps.json deleted file mode 100644 index 0f36f5013..000000000 --- a/csharp/lib/VeDBus/bin/Release/net6.0/VeDBus.deps.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "VeDBus/1.0.0": { - "dependencies": { - "InnovEnergy.DBus": "1.0.0", - "System.Reactive": "5.0.0", - "Utils": "1.0.0" - }, - "runtime": { - "VeDBus.dll": {} - } - }, - "CliWrap/3.3.1": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.3.1.0", - "fileVersion": "3.3.1.0" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Reflection.Emit/4.7.0": {}, - "System.Security.Principal.Windows/4.7.0": {}, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "InnovEnergy.DBus/1.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "runtime": { - "InnovEnergy.DBus.dll": {} - } - }, - "Utils/1.0.0": { - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "Utils.dll": {} - } - } - } - }, - "libraries": { - "VeDBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "path": "cliwrap/3.3.1", - "hashPath": "cliwrap.3.3.1.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "path": "system.reflection.emit/4.7.0", - "hashPath": "system.reflection.emit.4.7.0.nupkg.sha512" - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "path": "system.security.principal.windows/4.7.0", - "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Utils/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/csharp/lib/VeDBus/bin/Release/net6.0/VeDBus.dll b/csharp/lib/VeDBus/bin/Release/net6.0/VeDBus.dll deleted file mode 100644 index 54f9664ef..000000000 Binary files a/csharp/lib/VeDBus/bin/Release/net6.0/VeDBus.dll and /dev/null differ diff --git a/csharp/lib/VeDBus/bin/Release/net6.0/VeDBus.pdb b/csharp/lib/VeDBus/bin/Release/net6.0/VeDBus.pdb deleted file mode 100644 index 2df27ad8f..000000000 Binary files a/csharp/lib/VeDBus/bin/Release/net6.0/VeDBus.pdb and /dev/null differ diff --git a/csharp/lib/VeDBus/bin/Release/net6.0/ref/VeDBus.dll b/csharp/lib/VeDBus/bin/Release/net6.0/ref/VeDBus.dll deleted file mode 100644 index 3f5a3e294..000000000 Binary files a/csharp/lib/VeDBus/bin/Release/net6.0/ref/VeDBus.dll and /dev/null differ diff --git a/csharp/lib/VeDBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/VeDBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/VeDBus/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.AssemblyInfo.cs b/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.AssemblyInfo.cs deleted file mode 100644 index 20cbda421..000000000 --- a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("VeDBus")] -[assembly: System.Reflection.AssemblyTitleAttribute("VeDBus")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.AssemblyInfoInputs.cache b/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.AssemblyInfoInputs.cache deleted file mode 100644 index d72dd1a0d..000000000 --- a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -73a9849c44627c63e73c833e66d6088e5ee2eb26 diff --git a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 79ce73bd7..000000000 --- a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.VeDBus -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/VeDBus/ diff --git a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.GlobalUsings.g.cs b/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.assets.cache b/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.assets.cache deleted file mode 100644 index d32b5317e..000000000 Binary files a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.assets.cache and /dev/null differ diff --git a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.csproj.AssemblyReference.cache b/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.csproj.AssemblyReference.cache deleted file mode 100644 index 204fdef64..000000000 Binary files a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.csproj.CopyComplete b/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.csproj.CopyComplete deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.csproj.CoreCompileInputs.cache b/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.csproj.CoreCompileInputs.cache deleted file mode 100644 index de8edd5fd..000000000 --- a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -6d67b074729db89fad7418f0c8e1a4e53d86610e diff --git a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.csproj.FileListAbsolute.txt b/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.csproj.FileListAbsolute.txt deleted file mode 100644 index bed115e65..000000000 --- a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,17 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Debug/net6.0/VeDBus.deps.json -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Debug/net6.0/VeDBus.dll -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Debug/net6.0/ref/VeDBus.dll -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Debug/net6.0/VeDBus.pdb -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Debug/net6.0/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Debug/net6.0/Utils.dll -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Debug/net6.0/InnovEnergy.DBus.pdb -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Debug/net6.0/Utils.pdb -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.csproj.CopyComplete -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.dll -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Debug/net6.0/ref/VeDBus.dll -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.pdb diff --git a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.dll b/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.dll deleted file mode 100644 index 8453f6f54..000000000 Binary files a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.dll and /dev/null differ diff --git a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.pdb b/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.pdb deleted file mode 100644 index 8d706d868..000000000 Binary files a/csharp/lib/VeDBus/obj/Debug/net6.0/VeDBus.pdb and /dev/null differ diff --git a/csharp/lib/VeDBus/obj/Debug/net6.0/ref/VeDBus.dll b/csharp/lib/VeDBus/obj/Debug/net6.0/ref/VeDBus.dll deleted file mode 100644 index b28589752..000000000 Binary files a/csharp/lib/VeDBus/obj/Debug/net6.0/ref/VeDBus.dll and /dev/null differ diff --git a/csharp/lib/VeDBus/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/VeDBus/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/VeDBus/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.AssemblyInfo.cs b/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.AssemblyInfo.cs deleted file mode 100644 index 256aa537a..000000000 --- a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("VeDBus")] -[assembly: System.Reflection.AssemblyTitleAttribute("VeDBus")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.AssemblyInfoInputs.cache b/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.AssemblyInfoInputs.cache deleted file mode 100644 index 65ca28a7a..000000000 --- a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -d18d9a67012151bcc6c6e21e08d2eab3d26da09d diff --git a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index b364f8c56..000000000 --- a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = true -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.VeDBus -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/VeDBus/ diff --git a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.assets.cache b/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.assets.cache deleted file mode 100644 index 19da449f0..000000000 Binary files a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.assets.cache and /dev/null differ diff --git a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.csproj.AssemblyReference.cache b/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.csproj.AssemblyReference.cache deleted file mode 100644 index 9f9b1f881..000000000 Binary files a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.csproj.CopyComplete b/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.csproj.CopyComplete deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.csproj.CoreCompileInputs.cache b/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.csproj.CoreCompileInputs.cache deleted file mode 100644 index 8aa16feae..000000000 --- a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -a2aec8f1a744938ace6c04f39b74cb08c206d3d7 diff --git a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.csproj.FileListAbsolute.txt b/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.csproj.FileListAbsolute.txt deleted file mode 100644 index 9a602cc35..000000000 --- a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,17 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Release/net6.0/VeDBus.deps.json -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Release/net6.0/VeDBus.dll -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Release/net6.0/ref/VeDBus.dll -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Release/net6.0/VeDBus.pdb -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Release/net6.0/InnovEnergy.DBus.dll -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Release/net6.0/Utils.dll -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Release/net6.0/InnovEnergy.DBus.pdb -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/bin/Release/net6.0/Utils.pdb -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.csproj.CopyComplete -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.dll -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Release/net6.0/ref/VeDBus.dll -/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.pdb diff --git a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.dll b/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.dll deleted file mode 100644 index 54f9664ef..000000000 Binary files a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.dll and /dev/null differ diff --git a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.pdb b/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.pdb deleted file mode 100644 index 2df27ad8f..000000000 Binary files a/csharp/lib/VeDBus/obj/Release/net6.0/VeDBus.pdb and /dev/null differ diff --git a/csharp/lib/VeDBus/obj/Release/net6.0/ref/VeDBus.dll b/csharp/lib/VeDBus/obj/Release/net6.0/ref/VeDBus.dll deleted file mode 100644 index 3f5a3e294..000000000 Binary files a/csharp/lib/VeDBus/obj/Release/net6.0/ref/VeDBus.dll and /dev/null differ diff --git a/csharp/lib/VeDBus/obj/VeDBus.csproj.nuget.dgspec.json b/csharp/lib/VeDBus/obj/VeDBus.csproj.nuget.dgspec.json deleted file mode 100644 index f8ca46c57..000000000 --- a/csharp/lib/VeDBus/obj/VeDBus.csproj.nuget.dgspec.json +++ /dev/null @@ -1,201 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj", - "projectName": "InnovEnergy.DBus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/DBus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.Reactive": { - "target": "Package", - "version": "[5.0.0, )" - }, - "System.Reflection.Emit": { - "target": "Package", - "version": "[4.7.0, )" - }, - "System.Security.Principal.Windows": { - "target": "Package", - "version": "[4.7.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "projectName": "Utils", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.3.1, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj", - "projectName": "VeDBus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.Reactive": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/VeDBus/obj/VeDBus.csproj.nuget.g.props b/csharp/lib/VeDBus/obj/VeDBus.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/lib/VeDBus/obj/VeDBus.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/lib/VeDBus/obj/VeDBus.csproj.nuget.g.targets b/csharp/lib/VeDBus/obj/VeDBus.csproj.nuget.g.targets deleted file mode 100644 index 3dc06ef3c..000000000 --- a/csharp/lib/VeDBus/obj/VeDBus.csproj.nuget.g.targets +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/csharp/lib/VeDBus/obj/project.assets.json b/csharp/lib/VeDBus/obj/project.assets.json deleted file mode 100644 index d8423cf97..000000000 --- a/csharp/lib/VeDBus/obj/project.assets.json +++ /dev/null @@ -1,422 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "CliWrap/3.3.1": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - } - }, - "System.Reactive/5.0.0": { - "type": "package", - "compile": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net5.0/_._": {} - } - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - } - }, - "System.Reflection.Emit/4.7.0": { - "type": "package", - "compile": { - "ref/netcoreapp2.0/_._": {} - }, - "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "System.Security.Principal.Windows/4.7.0": { - "type": "package", - "compile": { - "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Reflection.Emit": "4.7.0", - "System.Security.Principal.Windows": "4.7.0" - }, - "compile": { - "bin/placeholder/InnovEnergy.DBus.dll": {} - }, - "runtime": { - "bin/placeholder/InnovEnergy.DBus.dll": {} - } - }, - "Utils/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "compile": { - "bin/placeholder/Utils.dll": {} - }, - "runtime": { - "bin/placeholder/Utils.dll": {} - } - } - } - }, - "libraries": { - "CliWrap/3.3.1": { - "sha512": "yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "type": "package", - "path": "cliwrap/3.3.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "cliwrap.3.3.1.nupkg.sha512", - "cliwrap.nuspec", - "favicon.png", - "lib/net461/CliWrap.dll", - "lib/net461/CliWrap.xml", - "lib/netcoreapp3.0/CliWrap.dll", - "lib/netcoreapp3.0/CliWrap.xml", - "lib/netstandard2.0/CliWrap.dll", - "lib/netstandard2.0/CliWrap.xml", - "lib/netstandard2.1/CliWrap.dll", - "lib/netstandard2.1/CliWrap.xml" - ] - }, - "System.Reactive/5.0.0": { - "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "type": "package", - "path": "system.reactive/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net5.0/_._", - "build/netcoreapp3.1/System.Reactive.dll", - "build/netcoreapp3.1/System.Reactive.targets", - "build/netcoreapp3.1/System.Reactive.xml", - "buildTransitive/net5.0/_._", - "buildTransitive/netcoreapp3.1/System.Reactive.targets", - "lib/net472/System.Reactive.dll", - "lib/net472/System.Reactive.xml", - "lib/net5.0-windows10.0.19041/System.Reactive.dll", - "lib/net5.0-windows10.0.19041/System.Reactive.xml", - "lib/net5.0/System.Reactive.dll", - "lib/net5.0/System.Reactive.xml", - "lib/netcoreapp3.1/_._", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "system.reactive.5.0.0.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reactive.Linq/5.0.0": { - "sha512": "IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "type": "package", - "path": "system.reactive.linq/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/System.Reactive.Linq.dll", - "lib/net472/System.Reactive.Linq.xml", - "lib/netstandard2.0/System.Reactive.Linq.dll", - "lib/netstandard2.0/System.Reactive.Linq.xml", - "lib/uap10.0.16299/System.Reactive.Linq.dll", - "lib/uap10.0.16299/System.Reactive.Linq.pri", - "lib/uap10.0.16299/System.Reactive.Linq.xml", - "system.reactive.linq.5.0.0.nupkg.sha512", - "system.reactive.linq.nuspec" - ] - }, - "System.Reflection.Emit/4.7.0": { - "sha512": "VR4kk8XLKebQ4MZuKuIni/7oh+QGFmZW3qORd1GvBq/8026OpW501SzT/oypwiQl4TvT8ErnReh/NzY9u+C6wQ==", - "type": "package", - "path": "system.reflection.emit/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.1/System.Reflection.Emit.dll", - "lib/netstandard1.1/System.Reflection.Emit.xml", - "lib/netstandard1.3/System.Reflection.Emit.dll", - "lib/netstandard2.0/System.Reflection.Emit.dll", - "lib/netstandard2.0/System.Reflection.Emit.xml", - "lib/netstandard2.1/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.1/System.Reflection.Emit.dll", - "ref/netstandard1.1/System.Reflection.Emit.xml", - "ref/netstandard1.1/de/System.Reflection.Emit.xml", - "ref/netstandard1.1/es/System.Reflection.Emit.xml", - "ref/netstandard1.1/fr/System.Reflection.Emit.xml", - "ref/netstandard1.1/it/System.Reflection.Emit.xml", - "ref/netstandard1.1/ja/System.Reflection.Emit.xml", - "ref/netstandard1.1/ko/System.Reflection.Emit.xml", - "ref/netstandard1.1/ru/System.Reflection.Emit.xml", - "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", - "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", - "ref/netstandard2.0/System.Reflection.Emit.dll", - "ref/netstandard2.0/System.Reflection.Emit.xml", - "ref/netstandard2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/aot/lib/netcore50/System.Reflection.Emit.dll", - "runtimes/aot/lib/netcore50/System.Reflection.Emit.xml", - "system.reflection.emit.4.7.0.nupkg.sha512", - "system.reflection.emit.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Security.Principal.Windows/4.7.0": { - "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", - "type": "package", - "path": "system.security.principal.windows/4.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/System.Security.Principal.Windows.dll", - "lib/net461/System.Security.Principal.Windows.dll", - "lib/net461/System.Security.Principal.Windows.xml", - "lib/netstandard1.3/System.Security.Principal.Windows.dll", - "lib/netstandard2.0/System.Security.Principal.Windows.dll", - "lib/netstandard2.0/System.Security.Principal.Windows.xml", - "lib/uap10.0.16299/_._", - "ref/net46/System.Security.Principal.Windows.dll", - "ref/net461/System.Security.Principal.Windows.dll", - "ref/net461/System.Security.Principal.Windows.xml", - "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", - "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/System.Security.Principal.Windows.dll", - "ref/netstandard1.3/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", - "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", - "ref/netstandard2.0/System.Security.Principal.Windows.dll", - "ref/netstandard2.0/System.Security.Principal.Windows.xml", - "ref/uap10.0.16299/_._", - "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", - "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", - "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", - "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", - "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", - "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", - "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", - "runtimes/win/lib/uap10.0.16299/_._", - "system.security.principal.windows.4.7.0.nupkg.sha512", - "system.security.principal.windows.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "InnovEnergy.DBus/1.0.0": { - "type": "project", - "path": "../DBus/DBus.csproj", - "msbuildProject": "../DBus/DBus.csproj" - }, - "Utils/1.0.0": { - "type": "project", - "path": "../Utils/Utils.csproj", - "msbuildProject": "../Utils/Utils.csproj" - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "InnovEnergy.DBus >= 1.0.0", - "System.Reactive >= 5.0.0", - "Utils >= 1.0.0" - ] - }, - "packageFolders": { - "/home/kim/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj", - "projectName": "VeDBus", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.Reactive": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/VeDBus/obj/project.nuget.cache b/csharp/lib/VeDBus/obj/project.nuget.cache deleted file mode 100644 index 490b80fdf..000000000 --- a/csharp/lib/VeDBus/obj/project.nuget.cache +++ /dev/null @@ -1,15 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "CIcXWxdIJ90f/p+4xmYXnpb9uenikbygdajHyLk9+pmCLy6ZV2A01eMYvuoaA31vvZmkgkv3EJHjWCZt/rF/fg==", - "success": true, - "projectFilePath": "/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj", - "expectedPackageFiles": [ - "/home/kim/.nuget/packages/cliwrap/3.3.1/cliwrap.3.3.1.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive/5.0.0/system.reactive.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reflection.emit/4.7.0/system.reflection.emit.4.7.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.security.principal.windows/4.7.0/system.security.principal.windows.4.7.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/csharp/lib/VeDBus/obj/project.packagespec.json b/csharp/lib/VeDBus/obj/project.packagespec.json deleted file mode 100644 index 75970812a..000000000 --- a/csharp/lib/VeDBus/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj","projectName":"VeDBus","projectPath":"/home/kim/code/innovenergy/new/csharp/lib/VeDBus/VeDBus.csproj","outputPath":"/home/kim/code/innovenergy/new/csharp/lib/VeDBus/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{"/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/DBus/DBus.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","dependencies":{"System.Reactive":{"target":"Package","version":"[5.0.0, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/csharp/lib/VeDBus/obj/rider.project.restore.info b/csharp/lib/VeDBus/obj/rider.project.restore.info deleted file mode 100644 index 602bbba0d..000000000 --- a/csharp/lib/VeDBus/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16690419360768349 \ No newline at end of file diff --git a/csharp/lib/VictronVRM/bin/Debug/net6.0/SysTools.dll b/csharp/lib/VictronVRM/bin/Debug/net6.0/SysTools.dll deleted file mode 100644 index cb7b39326..000000000 Binary files a/csharp/lib/VictronVRM/bin/Debug/net6.0/SysTools.dll and /dev/null differ diff --git a/csharp/lib/VictronVRM/bin/Debug/net6.0/SysTools.pdb b/csharp/lib/VictronVRM/bin/Debug/net6.0/SysTools.pdb deleted file mode 100644 index 36c09ffcf..000000000 Binary files a/csharp/lib/VictronVRM/bin/Debug/net6.0/SysTools.pdb and /dev/null differ diff --git a/csharp/lib/VictronVRM/bin/Debug/net6.0/Utils.dll b/csharp/lib/VictronVRM/bin/Debug/net6.0/Utils.dll deleted file mode 100644 index 41af88df8..000000000 Binary files a/csharp/lib/VictronVRM/bin/Debug/net6.0/Utils.dll and /dev/null differ diff --git a/csharp/lib/VictronVRM/bin/Debug/net6.0/Utils.pdb b/csharp/lib/VictronVRM/bin/Debug/net6.0/Utils.pdb deleted file mode 100644 index 9446f5f71..000000000 Binary files a/csharp/lib/VictronVRM/bin/Debug/net6.0/Utils.pdb and /dev/null differ diff --git a/csharp/lib/VictronVRM/bin/Debug/net6.0/VictronVRM.deps.json b/csharp/lib/VictronVRM/bin/Debug/net6.0/VictronVRM.deps.json deleted file mode 100644 index cd4df5a79..000000000 --- a/csharp/lib/VictronVRM/bin/Debug/net6.0/VictronVRM.deps.json +++ /dev/null @@ -1,225 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETCoreApp,Version=v6.0", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETCoreApp,Version=v6.0": { - "VictronVRM/1.0.0": { - "dependencies": { - "Flurl.Http": "3.2.0", - "Newtonsoft.Json": "12.0.3", - "SysTools": "1.0.0", - "System.Reactive.Linq": "5.0.0", - "System.Text.Json": "6.0.2", - "Utils": "1.0.0" - }, - "runtime": { - "VictronVRM.dll": {} - } - }, - "CliWrap/3.3.1": { - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "assemblyVersion": "3.3.1.0", - "fileVersion": "3.3.1.0" - } - } - }, - "Flurl/3.0.2": { - "runtime": { - "lib/netstandard2.0/Flurl.dll": { - "assemblyVersion": "3.0.2.0", - "fileVersion": "3.0.2.0" - } - } - }, - "Flurl.Http/3.2.0": { - "dependencies": { - "Flurl": "3.0.2", - "Newtonsoft.Json": "12.0.3", - "System.Text.Encoding.CodePages": "4.5.1" - }, - "runtime": { - "lib/netstandard2.0/Flurl.Http.dll": { - "assemblyVersion": "3.2.0.0", - "fileVersion": "3.2.0.0" - } - } - }, - "Microsoft.NETCore.Platforms/2.1.2": {}, - "Newtonsoft.Json/12.0.3": { - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "assemblyVersion": "12.0.0.0", - "fileVersion": "12.0.3.23909" - } - } - }, - "System.Reactive/5.0.0": { - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "assemblyVersion": "5.0.0.0", - "fileVersion": "5.0.0.1" - } - } - }, - "System.Reactive.Linq/5.0.0": { - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "assemblyVersion": "3.0.6000.0", - "fileVersion": "0.0.0.0" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Text.Encoding.CodePages/4.5.1": { - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Encodings.Web/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json/6.0.2": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - }, - "runtime": { - "lib/net6.0/System.Text.Json.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.222.6406" - } - } - }, - "System.Threading.Tasks.Extensions/4.5.4": {}, - "SysTools/1.0.0": { - "dependencies": { - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "SysTools.dll": {} - } - }, - "Utils/1.0.0": { - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "runtime": { - "Utils.dll": {} - } - } - } - }, - "libraries": { - "VictronVRM/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "CliWrap/3.3.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "path": "cliwrap/3.3.1", - "hashPath": "cliwrap.3.3.1.nupkg.sha512" - }, - "Flurl/3.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-1/6mqdzGCTdAekbWkVZBTylCV+8g3JUSTXRBngRVR274S+RsAYNRF79GbDoDsPfMKu8VPc9HkQWdBEAncK1PQQ==", - "path": "flurl/3.0.2", - "hashPath": "flurl.3.0.2.nupkg.sha512" - }, - "Flurl.Http/3.2.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-5S8YiJm5CyRFO418GG9PDrsgmGEaZJtZLUqk3xqBKrfx7W9eKtOSpeji/GwAL+tSgNTALKBPvBKTaT4S83Oo+w==", - "path": "flurl.http/3.2.0", - "hashPath": "flurl.http.3.2.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/2.1.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==", - "path": "microsoft.netcore.platforms/2.1.2", - "hashPath": "microsoft.netcore.platforms.2.1.2.nupkg.sha512" - }, - "Newtonsoft.Json/12.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==", - "path": "newtonsoft.json/12.0.3", - "hashPath": "newtonsoft.json.12.0.3.nupkg.sha512" - }, - "System.Reactive/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "path": "system.reactive/5.0.0", - "hashPath": "system.reactive.5.0.0.nupkg.sha512" - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "path": "system.reactive.linq/5.0.0", - "hashPath": "system.reactive.linq.5.0.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" - }, - "System.Text.Encoding.CodePages/4.5.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "path": "system.text.encoding.codepages/4.5.1", - "hashPath": "system.text.encoding.codepages.4.5.1.nupkg.sha512" - }, - "System.Text.Encodings.Web/6.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "path": "system.text.encodings.web/6.0.0", - "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512" - }, - "System.Text.Json/6.0.2": { - "type": "package", - "serviceable": true, - "sha512": "sha512-0nE2gwXLn3PTBOPwORLqwuYvWB+Beomt9ZBX+6LmogMNKUvfD1SoDb/ycB1vBntT94rGaB/SvxEyeLu14H6aEg==", - "path": "system.text.json/6.0.2", - "hashPath": "system.text.json.6.0.2.nupkg.sha512" - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "serviceable": true, - "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "path": "system.threading.tasks.extensions/4.5.4", - "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" - }, - "SysTools/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Utils/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file diff --git a/csharp/lib/VictronVRM/bin/Debug/net6.0/VictronVRM.dll b/csharp/lib/VictronVRM/bin/Debug/net6.0/VictronVRM.dll deleted file mode 100644 index 3586ad7a5..000000000 Binary files a/csharp/lib/VictronVRM/bin/Debug/net6.0/VictronVRM.dll and /dev/null differ diff --git a/csharp/lib/VictronVRM/bin/Debug/net6.0/VictronVRM.pdb b/csharp/lib/VictronVRM/bin/Debug/net6.0/VictronVRM.pdb deleted file mode 100644 index d3b279192..000000000 Binary files a/csharp/lib/VictronVRM/bin/Debug/net6.0/VictronVRM.pdb and /dev/null differ diff --git a/csharp/lib/VictronVRM/bin/Debug/net6.0/ref/VictronVRM.dll b/csharp/lib/VictronVRM/bin/Debug/net6.0/ref/VictronVRM.dll deleted file mode 100644 index d417b8554..000000000 Binary files a/csharp/lib/VictronVRM/bin/Debug/net6.0/ref/VictronVRM.dll and /dev/null differ diff --git a/csharp/lib/VictronVRM/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/csharp/lib/VictronVRM/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index 36203c728..000000000 --- a/csharp/lib/VictronVRM/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.AssemblyInfo.cs b/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.AssemblyInfo.cs deleted file mode 100644 index 73b629e5a..000000000 --- a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -using System; -using System.Reflection; - -[assembly: System.Reflection.AssemblyMetadata("IsTrimmable", "True")] -[assembly: System.Reflection.AssemblyCompanyAttribute("InnovEnergy")] -[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] -[assembly: System.Reflection.AssemblyProductAttribute("VictronVRM")] -[assembly: System.Reflection.AssemblyTitleAttribute("VictronVRM")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] - -// Generated by the MSBuild WriteCodeFragment class. - diff --git a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.AssemblyInfoInputs.cache b/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.AssemblyInfoInputs.cache deleted file mode 100644 index 61eb56885..000000000 --- a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.AssemblyInfoInputs.cache +++ /dev/null @@ -1 +0,0 @@ -76860b9cc34059ab4b9b785afd4fb986c2edce53 diff --git a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.GeneratedMSBuildEditorConfig.editorconfig b/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.GeneratedMSBuildEditorConfig.editorconfig deleted file mode 100644 index 701f67ecc..000000000 --- a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.GeneratedMSBuildEditorConfig.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -is_global = true -build_property.TargetFramework = net6.0 -build_property.TargetPlatformMinVersion = -build_property.UsingMicrosoftNETSdkWeb = -build_property.ProjectTypeGuids = -build_property.InvariantGlobalization = true -build_property.PlatformNeutralAssembly = -build_property._SupportedPlatformList = Linux,macOS,Windows -build_property.EnableSingleFileAnalyzer = -build_property.EnableTrimAnalyzer = true -build_property.IncludeAllContentForSelfExtract = -build_property.RootNamespace = InnovEnergy.VictronVRM -build_property.ProjectDir = /home/kim/code/innovenergy/new/csharp/lib/VictronVRM/ diff --git a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.GlobalUsings.g.cs b/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.GlobalUsings.g.cs deleted file mode 100644 index 8578f3d03..000000000 --- a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.GlobalUsings.g.cs +++ /dev/null @@ -1,8 +0,0 @@ -// -global using global::System; -global using global::System.Collections.Generic; -global using global::System.IO; -global using global::System.Linq; -global using global::System.Net.Http; -global using global::System.Threading; -global using global::System.Threading.Tasks; diff --git a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.assets.cache b/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.assets.cache deleted file mode 100644 index 0e2d815f0..000000000 Binary files a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.assets.cache and /dev/null differ diff --git a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.csproj.AssemblyReference.cache b/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.csproj.AssemblyReference.cache deleted file mode 100644 index 204fdef64..000000000 Binary files a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.csproj.AssemblyReference.cache and /dev/null differ diff --git a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.csproj.CopyComplete b/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.csproj.CopyComplete deleted file mode 100644 index e69de29bb..000000000 diff --git a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.csproj.CoreCompileInputs.cache b/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.csproj.CoreCompileInputs.cache deleted file mode 100644 index 0d567fb91..000000000 --- a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.csproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -846c51289fd18f6062d11af0710d976309817812 diff --git a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.csproj.FileListAbsolute.txt b/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.csproj.FileListAbsolute.txt deleted file mode 100644 index d0442f3a9..000000000 --- a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.csproj.FileListAbsolute.txt +++ /dev/null @@ -1,17 +0,0 @@ -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/bin/Debug/net6.0/VictronVRM.deps.json -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/bin/Debug/net6.0/VictronVRM.dll -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/bin/Debug/net6.0/ref/VictronVRM.dll -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/bin/Debug/net6.0/VictronVRM.pdb -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/bin/Debug/net6.0/SysTools.dll -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/bin/Debug/net6.0/Utils.dll -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/bin/Debug/net6.0/SysTools.pdb -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/bin/Debug/net6.0/Utils.pdb -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.csproj.AssemblyReference.cache -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.GeneratedMSBuildEditorConfig.editorconfig -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.AssemblyInfoInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.AssemblyInfo.cs -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.csproj.CoreCompileInputs.cache -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.csproj.CopyComplete -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.dll -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/obj/Debug/net6.0/ref/VictronVRM.dll -/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.pdb diff --git a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.dll b/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.dll deleted file mode 100644 index 3586ad7a5..000000000 Binary files a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.dll and /dev/null differ diff --git a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.pdb b/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.pdb deleted file mode 100644 index d3b279192..000000000 Binary files a/csharp/lib/VictronVRM/obj/Debug/net6.0/VictronVRM.pdb and /dev/null differ diff --git a/csharp/lib/VictronVRM/obj/Debug/net6.0/ref/VictronVRM.dll b/csharp/lib/VictronVRM/obj/Debug/net6.0/ref/VictronVRM.dll deleted file mode 100644 index d417b8554..000000000 Binary files a/csharp/lib/VictronVRM/obj/Debug/net6.0/ref/VictronVRM.dll and /dev/null differ diff --git a/csharp/lib/VictronVRM/obj/VictronVRM.csproj.nuget.dgspec.json b/csharp/lib/VictronVRM/obj/VictronVRM.csproj.nuget.dgspec.json deleted file mode 100644 index b56ea36da..000000000 --- a/csharp/lib/VictronVRM/obj/VictronVRM.csproj.nuget.dgspec.json +++ /dev/null @@ -1,205 +0,0 @@ -{ - "format": 1, - "restore": { - "/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/VictronVRM.csproj": {} - }, - "projects": { - "/home/kim/code/innovenergy/new/csharp/lib/SysTools/SysTools.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/SysTools/SysTools.csproj", - "projectName": "SysTools", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/SysTools/SysTools.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/SysTools/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "projectName": "Utils", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "CliWrap": { - "target": "Package", - "version": "[3.3.1, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - }, - "/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/VictronVRM.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/VictronVRM.csproj", - "projectName": "VictronVRM", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/VictronVRM.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/SysTools/SysTools.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/SysTools/SysTools.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "Flurl.Http": { - "target": "Package", - "version": "[3.2.0, )" - }, - "Newtonsoft.Json": { - "target": "Package", - "version": "[12.0.3, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - }, - "System.Text.Json": { - "target": "Package", - "version": "[6.0.2, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/VictronVRM/obj/VictronVRM.csproj.nuget.g.props b/csharp/lib/VictronVRM/obj/VictronVRM.csproj.nuget.g.props deleted file mode 100644 index 3d82a02cc..000000000 --- a/csharp/lib/VictronVRM/obj/VictronVRM.csproj.nuget.g.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - /home/kim/.nuget/packages/ - /home/kim/.nuget/packages/ - PackageReference - 6.3.0 - - - - - \ No newline at end of file diff --git a/csharp/lib/VictronVRM/obj/VictronVRM.csproj.nuget.g.targets b/csharp/lib/VictronVRM/obj/VictronVRM.csproj.nuget.g.targets deleted file mode 100644 index 90cda59a1..000000000 --- a/csharp/lib/VictronVRM/obj/VictronVRM.csproj.nuget.g.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/csharp/lib/VictronVRM/obj/project.assets.json b/csharp/lib/VictronVRM/obj/project.assets.json deleted file mode 100644 index b797f7893..000000000 --- a/csharp/lib/VictronVRM/obj/project.assets.json +++ /dev/null @@ -1,660 +0,0 @@ -{ - "version": 3, - "targets": { - "net6.0": { - "CliWrap/3.3.1": { - "type": "package", - "compile": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netcoreapp3.0/CliWrap.dll": { - "related": ".xml" - } - } - }, - "Flurl/3.0.2": { - "type": "package", - "compile": { - "lib/netstandard2.0/Flurl.dll": { - "related": ".pdb;.xml" - } - }, - "runtime": { - "lib/netstandard2.0/Flurl.dll": { - "related": ".pdb;.xml" - } - } - }, - "Flurl.Http/3.2.0": { - "type": "package", - "dependencies": { - "Flurl": "3.0.2", - "Newtonsoft.Json": "12.0.2", - "System.Text.Encoding.CodePages": "4.5.1" - }, - "compile": { - "lib/netstandard2.0/Flurl.Http.dll": { - "related": ".pdb" - } - }, - "runtime": { - "lib/netstandard2.0/Flurl.Http.dll": { - "related": ".pdb" - } - } - }, - "Microsoft.NETCore.Platforms/2.1.2": { - "type": "package", - "compile": { - "lib/netstandard1.0/_._": {} - }, - "runtime": { - "lib/netstandard1.0/_._": {} - } - }, - "Newtonsoft.Json/12.0.3": { - "type": "package", - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": { - "related": ".xml" - } - } - }, - "System.Reactive/5.0.0": { - "type": "package", - "compile": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net5.0/System.Reactive.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net5.0/_._": {} - } - }, - "System.Reactive.Linq/5.0.0": { - "type": "package", - "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" - }, - "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { - "related": ".xml" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "type": "package", - "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Text.Encoding.CodePages/4.5.1": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "2.1.2", - "System.Runtime.CompilerServices.Unsafe": "4.5.2" - }, - "compile": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} - }, - "runtime": { - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { - "assetType": "runtime", - "rid": "win" - } - } - }, - "System.Text.Encodings.Web/6.0.0": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - }, - "compile": { - "lib/net6.0/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Text.Encodings.Web.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll": { - "assetType": "runtime", - "rid": "browser" - } - } - }, - "System.Text.Json/6.0.2": { - "type": "package", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" - }, - "compile": { - "lib/net6.0/System.Text.Json.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Text.Json.dll": { - "related": ".xml" - } - }, - "build": { - "build/System.Text.Json.targets": {}, - "buildTransitive/netcoreapp3.1/_._": {} - } - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "type": "package", - "compile": { - "ref/netcoreapp2.1/_._": {} - }, - "runtime": { - "lib/netcoreapp2.1/_._": {} - } - }, - "SysTools/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "System.Reactive.Linq": "5.0.0" - }, - "compile": { - "bin/placeholder/SysTools.dll": {} - }, - "runtime": { - "bin/placeholder/SysTools.dll": {} - } - }, - "Utils/1.0.0": { - "type": "project", - "framework": ".NETCoreApp,Version=v6.0", - "dependencies": { - "CliWrap": "3.3.1", - "System.Reactive.Linq": "5.0.0" - }, - "compile": { - "bin/placeholder/Utils.dll": {} - }, - "runtime": { - "bin/placeholder/Utils.dll": {} - } - } - } - }, - "libraries": { - "CliWrap/3.3.1": { - "sha512": "yFJBBbDCSJ9ZgllaJub07K04EYf54V4jZ2Cm6Sg3KrGfiy27J4ed/os7UqqN7SXoIVL5ru442nPXe0sbsx2wVg==", - "type": "package", - "path": "cliwrap/3.3.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "cliwrap.3.3.1.nupkg.sha512", - "cliwrap.nuspec", - "favicon.png", - "lib/net461/CliWrap.dll", - "lib/net461/CliWrap.xml", - "lib/netcoreapp3.0/CliWrap.dll", - "lib/netcoreapp3.0/CliWrap.xml", - "lib/netstandard2.0/CliWrap.dll", - "lib/netstandard2.0/CliWrap.xml", - "lib/netstandard2.1/CliWrap.dll", - "lib/netstandard2.1/CliWrap.xml" - ] - }, - "Flurl/3.0.2": { - "sha512": "1/6mqdzGCTdAekbWkVZBTylCV+8g3JUSTXRBngRVR274S+RsAYNRF79GbDoDsPfMKu8VPc9HkQWdBEAncK1PQQ==", - "type": "package", - "path": "flurl/3.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "flurl.3.0.2.nupkg.sha512", - "flurl.nuspec", - "icon.png", - "lib/net461/Flurl.dll", - "lib/net461/Flurl.pdb", - "lib/net461/Flurl.xml", - "lib/net472/Flurl.dll", - "lib/net472/Flurl.pdb", - "lib/net472/Flurl.xml", - "lib/netstandard2.0/Flurl.dll", - "lib/netstandard2.0/Flurl.pdb", - "lib/netstandard2.0/Flurl.xml" - ] - }, - "Flurl.Http/3.2.0": { - "sha512": "5S8YiJm5CyRFO418GG9PDrsgmGEaZJtZLUqk3xqBKrfx7W9eKtOSpeji/GwAL+tSgNTALKBPvBKTaT4S83Oo+w==", - "type": "package", - "path": "flurl.http/3.2.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "flurl.http.3.2.0.nupkg.sha512", - "flurl.http.nuspec", - "icon.png", - "lib/net461/Flurl.Http.dll", - "lib/net461/Flurl.Http.pdb", - "lib/net461/Flurl.xml", - "lib/net472/Flurl.Http.dll", - "lib/net472/Flurl.Http.pdb", - "lib/net472/Flurl.xml", - "lib/netstandard2.0/Flurl.Http.dll", - "lib/netstandard2.0/Flurl.Http.pdb", - "lib/netstandard2.0/Flurl.xml" - ] - }, - "Microsoft.NETCore.Platforms/2.1.2": { - "sha512": "mOJy3M0UN+LUG21dLGMxaWZEP6xYpQEpLuvuEQBaownaX4YuhH6NmNUlN9si+vNkAS6dwJ//N1O4DmLf2CikVg==", - "type": "package", - "path": "microsoft.netcore.platforms/2.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.2.1.2.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Newtonsoft.Json/12.0.3": { - "sha512": "6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==", - "type": "package", - "path": "newtonsoft.json/12.0.3", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.md", - "lib/net20/Newtonsoft.Json.dll", - "lib/net20/Newtonsoft.Json.xml", - "lib/net35/Newtonsoft.Json.dll", - "lib/net35/Newtonsoft.Json.xml", - "lib/net40/Newtonsoft.Json.dll", - "lib/net40/Newtonsoft.Json.xml", - "lib/net45/Newtonsoft.Json.dll", - "lib/net45/Newtonsoft.Json.xml", - "lib/netstandard1.0/Newtonsoft.Json.dll", - "lib/netstandard1.0/Newtonsoft.Json.xml", - "lib/netstandard1.3/Newtonsoft.Json.dll", - "lib/netstandard1.3/Newtonsoft.Json.xml", - "lib/netstandard2.0/Newtonsoft.Json.dll", - "lib/netstandard2.0/Newtonsoft.Json.xml", - "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll", - "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml", - "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll", - "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml", - "newtonsoft.json.12.0.3.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" - ] - }, - "System.Reactive/5.0.0": { - "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", - "type": "package", - "path": "system.reactive/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/net5.0/_._", - "build/netcoreapp3.1/System.Reactive.dll", - "build/netcoreapp3.1/System.Reactive.targets", - "build/netcoreapp3.1/System.Reactive.xml", - "buildTransitive/net5.0/_._", - "buildTransitive/netcoreapp3.1/System.Reactive.targets", - "lib/net472/System.Reactive.dll", - "lib/net472/System.Reactive.xml", - "lib/net5.0-windows10.0.19041/System.Reactive.dll", - "lib/net5.0-windows10.0.19041/System.Reactive.xml", - "lib/net5.0/System.Reactive.dll", - "lib/net5.0/System.Reactive.xml", - "lib/netcoreapp3.1/_._", - "lib/netstandard2.0/System.Reactive.dll", - "lib/netstandard2.0/System.Reactive.xml", - "lib/uap10.0.16299/System.Reactive.dll", - "lib/uap10.0.16299/System.Reactive.pri", - "lib/uap10.0.16299/System.Reactive.xml", - "system.reactive.5.0.0.nupkg.sha512", - "system.reactive.nuspec" - ] - }, - "System.Reactive.Linq/5.0.0": { - "sha512": "IB4/qlV4T1WhZvM11RVoFUSZXPow9VWVeQ1uDkSKgz6bAO+gCf65H/vjrYlwyXmojSSxvfHndF9qdH43P/IuAw==", - "type": "package", - "path": "system.reactive.linq/5.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net472/System.Reactive.Linq.dll", - "lib/net472/System.Reactive.Linq.xml", - "lib/netstandard2.0/System.Reactive.Linq.dll", - "lib/netstandard2.0/System.Reactive.Linq.xml", - "lib/uap10.0.16299/System.Reactive.Linq.dll", - "lib/uap10.0.16299/System.Reactive.Linq.pri", - "lib/uap10.0.16299/System.Reactive.Linq.xml", - "system.reactive.linq.5.0.0.nupkg.sha512", - "system.reactive.linq.nuspec" - ] - }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { - "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", - "type": "package", - "path": "system.runtime.compilerservices.unsafe/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net461/System.Runtime.CompilerServices.Unsafe.xml", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", - "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "system.runtime.compilerservices.unsafe.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Text.Encoding.CodePages/4.5.1": { - "sha512": "4J2JQXbftjPMppIHJ7IC+VXQ9XfEagN92vZZNoG12i+zReYlim5dMoXFC1Zzg7tsnKDM7JPo5bYfFK4Jheq44w==", - "type": "package", - "path": "system.text.encoding.codepages/4.5.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Text.Encoding.CodePages.dll", - "lib/net461/System.Text.Encoding.CodePages.dll", - "lib/netstandard1.3/System.Text.Encoding.CodePages.dll", - "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", - "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", - "system.text.encoding.codepages.4.5.1.nupkg.sha512", - "system.text.encoding.codepages.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "System.Text.Encodings.Web/6.0.0": { - "sha512": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "type": "package", - "path": "system.text.encodings.web/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Text.Encodings.Web.dll", - "lib/net461/System.Text.Encodings.Web.xml", - "lib/net6.0/System.Text.Encodings.Web.dll", - "lib/net6.0/System.Text.Encodings.Web.xml", - "lib/netcoreapp3.1/System.Text.Encodings.Web.dll", - "lib/netcoreapp3.1/System.Text.Encodings.Web.xml", - "lib/netstandard2.0/System.Text.Encodings.Web.dll", - "lib/netstandard2.0/System.Text.Encodings.Web.xml", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll", - "runtimes/browser/lib/net6.0/System.Text.Encodings.Web.xml", - "system.text.encodings.web.6.0.0.nupkg.sha512", - "system.text.encodings.web.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Text.Json/6.0.2": { - "sha512": "0nE2gwXLn3PTBOPwORLqwuYvWB+Beomt9ZBX+6LmogMNKUvfD1SoDb/ycB1vBntT94rGaB/SvxEyeLu14H6aEg==", - "type": "package", - "path": "system.text.json/6.0.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll", - "build/System.Text.Json.targets", - "buildTransitive/netcoreapp2.0/System.Text.Json.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/System.Text.Json.dll", - "lib/net461/System.Text.Json.xml", - "lib/net6.0/System.Text.Json.dll", - "lib/net6.0/System.Text.Json.xml", - "lib/netcoreapp3.1/System.Text.Json.dll", - "lib/netcoreapp3.1/System.Text.Json.xml", - "lib/netstandard2.0/System.Text.Json.dll", - "lib/netstandard2.0/System.Text.Json.xml", - "system.text.json.6.0.2.nupkg.sha512", - "system.text.json.nuspec", - "useSharedDesignerContext.txt" - ] - }, - "System.Threading.Tasks.Extensions/4.5.4": { - "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", - "type": "package", - "path": "system.threading.tasks.extensions/4.5.4", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net461/System.Threading.Tasks.Extensions.dll", - "lib/net461/System.Threading.Tasks.Extensions.xml", - "lib/netcoreapp2.1/_._", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", - "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/netcoreapp2.1/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "system.threading.tasks.extensions.4.5.4.nupkg.sha512", - "system.threading.tasks.extensions.nuspec", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "SysTools/1.0.0": { - "type": "project", - "path": "../SysTools/SysTools.csproj", - "msbuildProject": "../SysTools/SysTools.csproj" - }, - "Utils/1.0.0": { - "type": "project", - "path": "../Utils/Utils.csproj", - "msbuildProject": "../Utils/Utils.csproj" - } - }, - "projectFileDependencyGroups": { - "net6.0": [ - "Flurl.Http >= 3.2.0", - "Newtonsoft.Json >= 12.0.3", - "SysTools >= 1.0.0", - "System.Reactive.Linq >= 5.0.0", - "System.Text.Json >= 6.0.2", - "Utils >= 1.0.0" - ] - }, - "packageFolders": { - "/home/kim/.nuget/packages/": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/VictronVRM.csproj", - "projectName": "VictronVRM", - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/VictronVRM.csproj", - "packagesPath": "/home/kim/.nuget/packages/", - "outputPath": "/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/obj/", - "projectStyle": "PackageReference", - "configFilePaths": [ - "/home/kim/.nuget/NuGet/NuGet.Config" - ], - "originalTargetFrameworks": [ - "net6.0" - ], - "sources": { - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "projectReferences": { - "/home/kim/code/innovenergy/new/csharp/lib/SysTools/SysTools.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/SysTools/SysTools.csproj" - }, - "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj": { - "projectPath": "/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj" - } - } - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net6.0": { - "targetAlias": "net6.0", - "dependencies": { - "Flurl.Http": { - "target": "Package", - "version": "[3.2.0, )" - }, - "Newtonsoft.Json": { - "target": "Package", - "version": "[12.0.3, )" - }, - "System.Reactive.Linq": { - "target": "Package", - "version": "[5.0.0, )" - }, - "System.Text.Json": { - "target": "Package", - "version": "[6.0.2, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/csharp/lib/VictronVRM/obj/project.nuget.cache b/csharp/lib/VictronVRM/obj/project.nuget.cache deleted file mode 100644 index 252e94963..000000000 --- a/csharp/lib/VictronVRM/obj/project.nuget.cache +++ /dev/null @@ -1,21 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "OPbjb8fDdPk2I98KwxHXcxmNwxkPOaOGW17X1RwXBhj4JX+tZaafP9o0zEhKEA5G9sd9uzCVL3clJbPh2IhjxA==", - "success": true, - "projectFilePath": "/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/VictronVRM.csproj", - "expectedPackageFiles": [ - "/home/kim/.nuget/packages/cliwrap/3.3.1/cliwrap.3.3.1.nupkg.sha512", - "/home/kim/.nuget/packages/flurl/3.0.2/flurl.3.0.2.nupkg.sha512", - "/home/kim/.nuget/packages/flurl.http/3.2.0/flurl.http.3.2.0.nupkg.sha512", - "/home/kim/.nuget/packages/microsoft.netcore.platforms/2.1.2/microsoft.netcore.platforms.2.1.2.nupkg.sha512", - "/home/kim/.nuget/packages/newtonsoft.json/12.0.3/newtonsoft.json.12.0.3.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive/5.0.0/system.reactive.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.reactive.linq/5.0.0/system.reactive.linq.5.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.text.encoding.codepages/4.5.1/system.text.encoding.codepages.4.5.1.nupkg.sha512", - "/home/kim/.nuget/packages/system.text.encodings.web/6.0.0/system.text.encodings.web.6.0.0.nupkg.sha512", - "/home/kim/.nuget/packages/system.text.json/6.0.2/system.text.json.6.0.2.nupkg.sha512", - "/home/kim/.nuget/packages/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/csharp/lib/VictronVRM/obj/project.packagespec.json b/csharp/lib/VictronVRM/obj/project.packagespec.json deleted file mode 100644 index f00d98073..000000000 --- a/csharp/lib/VictronVRM/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/VictronVRM.csproj","projectName":"VictronVRM","projectPath":"/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/VictronVRM.csproj","outputPath":"/home/kim/code/innovenergy/new/csharp/lib/VictronVRM/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net6.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net6.0":{"targetAlias":"net6.0","projectReferences":{"/home/kim/code/innovenergy/new/csharp/lib/SysTools/SysTools.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/SysTools/SysTools.csproj"},"/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj":{"projectPath":"/home/kim/code/innovenergy/new/csharp/lib/Utils/Utils.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net6.0":{"targetAlias":"net6.0","dependencies":{"Flurl.Http":{"target":"Package","version":"[3.2.0, )"},"Newtonsoft.Json":{"target":"Package","version":"[12.0.3, )"},"System.Reactive.Linq":{"target":"Package","version":"[5.0.0, )"},"System.Text.Json":{"target":"Package","version":"[6.0.2, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/usr/lib/dotnet/dotnet6-6.0.110/sdk/6.0.110/RuntimeIdentifierGraph.json"}} \ No newline at end of file diff --git a/csharp/lib/VictronVRM/obj/rider.project.restore.info b/csharp/lib/VictronVRM/obj/rider.project.restore.info deleted file mode 100644 index 8bde167cc..000000000 --- a/csharp/lib/VictronVRM/obj/rider.project.restore.info +++ /dev/null @@ -1 +0,0 @@ -16690419360728349 \ No newline at end of file