use custom interpolated string handler
This commit is contained in:
		| @@ -76,7 +76,7 @@ public class PlayerDataFactory | ||||
|  | ||||
|         try | ||||
|         { | ||||
|             await _performanceCollector.LogPerformance(this, "CreateCharacterData>" + playerRelatedObject.ObjectKind, async () => | ||||
|             await _performanceCollector.LogPerformance(this, $"CreateCharacterData>{playerRelatedObject.ObjectKind}", async () => | ||||
|             { | ||||
|                 await CreateCharacterData(previousData, playerRelatedObject, token).ConfigureAwait(false); | ||||
|             }).ConfigureAwait(true); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 rootdarkarchon
					rootdarkarchon