Skip to content

Commit

Permalink
Merge pull request #39 from Ali-YousefiTelori/develop
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Ali-YousefiTelori authored Dec 31, 2023
2 parents 2fc5ea3 + 2f23f12 commit 245e65d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static Dictionary<string, string> GetResources(string microserviceName, D
result.Add(@$"POST /api/ServicePermission/GetAllPermissionsBy HTTP/1.1
*RequestSkipBody*
{{""RoleName"":""{item.Key}"",""MicroserviceName"":""{microserviceName}"",""UniqueIdentity"":{UniqueIdentity}}}"
{{""RoleName"":""{item.Key}"",""MicroserviceName"":""{microserviceName}"",""UniqueIdentity"":{item.UniqueIdentity}}}"

Check failure on line 33 in src/CSharp/EasyMicroservices.AuthenticationsMicroservice.VirtualServerForTests/TestResources/AuthenticationResource.cs

View workflow job for this annotation

GitHub Actions / os-tests

'KeyValuePair<string, List<TestServicePermissionContract>>' does not contain a definition for 'UniqueIdentity' and no accessible extension method 'UniqueIdentity' accepting a first argument of type 'KeyValuePair<string, List<TestServicePermissionContract>>' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 33 in src/CSharp/EasyMicroservices.AuthenticationsMicroservice.VirtualServerForTests/TestResources/AuthenticationResource.cs

View workflow job for this annotation

GitHub Actions / os-tests

'KeyValuePair<string, List<TestServicePermissionContract>>' does not contain a definition for 'UniqueIdentity' and no accessible extension method 'UniqueIdentity' accepting a first argument of type 'KeyValuePair<string, List<TestServicePermissionContract>>' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 33 in src/CSharp/EasyMicroservices.AuthenticationsMicroservice.VirtualServerForTests/TestResources/AuthenticationResource.cs

View workflow job for this annotation

GitHub Actions / os-tests

'KeyValuePair<string, List<TestServicePermissionContract>>' does not contain a definition for 'UniqueIdentity' and no accessible extension method 'UniqueIdentity' accepting a first argument of type 'KeyValuePair<string, List<TestServicePermissionContract>>' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 33 in src/CSharp/EasyMicroservices.AuthenticationsMicroservice.VirtualServerForTests/TestResources/AuthenticationResource.cs

View workflow job for this annotation

GitHub Actions / os-tests

'KeyValuePair<string, List<TestServicePermissionContract>>' does not contain a definition for 'UniqueIdentity' and no accessible extension method 'UniqueIdentity' accepting a first argument of type 'KeyValuePair<string, List<TestServicePermissionContract>>' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 33 in src/CSharp/EasyMicroservices.AuthenticationsMicroservice.VirtualServerForTests/TestResources/AuthenticationResource.cs

View workflow job for this annotation

GitHub Actions / os-tests

'KeyValuePair<string, List<TestServicePermissionContract>>' does not contain a definition for 'UniqueIdentity' and no accessible extension method 'UniqueIdentity' accepting a first argument of type 'KeyValuePair<string, List<TestServicePermissionContract>>' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 33 in src/CSharp/EasyMicroservices.AuthenticationsMicroservice.VirtualServerForTests/TestResources/AuthenticationResource.cs

View workflow job for this annotation

GitHub Actions / os-tests

'KeyValuePair<string, List<TestServicePermissionContract>>' does not contain a definition for 'UniqueIdentity' and no accessible extension method 'UniqueIdentity' accepting a first argument of type 'KeyValuePair<string, List<TestServicePermissionContract>>' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 33 in src/CSharp/EasyMicroservices.AuthenticationsMicroservice.VirtualServerForTests/TestResources/AuthenticationResource.cs

View workflow job for this annotation

GitHub Actions / os-tests

'KeyValuePair<string, List<TestServicePermissionContract>>' does not contain a definition for 'UniqueIdentity' and no accessible extension method 'UniqueIdentity' accepting a first argument of type 'KeyValuePair<string, List<TestServicePermissionContract>>' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 33 in src/CSharp/EasyMicroservices.AuthenticationsMicroservice.VirtualServerForTests/TestResources/AuthenticationResource.cs

View workflow job for this annotation

GitHub Actions / os-tests

'KeyValuePair<string, List<TestServicePermissionContract>>' does not contain a definition for 'UniqueIdentity' and no accessible extension method 'UniqueIdentity' accepting a first argument of type 'KeyValuePair<string, List<TestServicePermissionContract>>' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 33 in src/CSharp/EasyMicroservices.AuthenticationsMicroservice.VirtualServerForTests/TestResources/AuthenticationResource.cs

View workflow job for this annotation

GitHub Actions / os-tests

'KeyValuePair<string, List<TestServicePermissionContract>>' does not contain a definition for 'UniqueIdentity' and no accessible extension method 'UniqueIdentity' accepting a first argument of type 'KeyValuePair<string, List<TestServicePermissionContract>>' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 33 in src/CSharp/EasyMicroservices.AuthenticationsMicroservice.VirtualServerForTests/TestResources/AuthenticationResource.cs

View workflow job for this annotation

GitHub Actions / os-tests

'KeyValuePair<string, List<TestServicePermissionContract>>' does not contain a definition for 'UniqueIdentity' and no accessible extension method 'UniqueIdentity' accepting a first argument of type 'KeyValuePair<string, List<TestServicePermissionContract>>' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 33 in src/CSharp/EasyMicroservices.AuthenticationsMicroservice.VirtualServerForTests/TestResources/AuthenticationResource.cs

View workflow job for this annotation

GitHub Actions / os-tests

'KeyValuePair<string, List<TestServicePermissionContract>>' does not contain a definition for 'UniqueIdentity' and no accessible extension method 'UniqueIdentity' accepting a first argument of type 'KeyValuePair<string, List<TestServicePermissionContract>>' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 33 in src/CSharp/EasyMicroservices.AuthenticationsMicroservice.VirtualServerForTests/TestResources/AuthenticationResource.cs

View workflow job for this annotation

GitHub Actions / os-tests

'KeyValuePair<string, List<TestServicePermissionContract>>' does not contain a definition for 'UniqueIdentity' and no accessible extension method 'UniqueIdentity' accepting a first argument of type 'KeyValuePair<string, List<TestServicePermissionContract>>' could be found (are you missing a using directive or an assembly reference?)
,
@$"HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Expand Down

0 comments on commit 245e65d

Please sign in to comment.