Restore vendor connector internals and configure offline packages
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Docs CI / lint-and-preview (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Docs CI / lint-and-preview (push) Has been cancelled
				
			This commit is contained in:
		| @@ -104,8 +104,8 @@ public static class ZastavaContractVersions | ||||
|         /// <summary> | ||||
|         /// Canonical string representation (schema@vMajor.Minor). | ||||
|         /// </summary> | ||||
|         public override string ToString() | ||||
|             => $"{Schema}@v{Version.ToString(2, CultureInfo.InvariantCulture)}"; | ||||
|         public override string ToString() | ||||
|             => $"{Schema}@v{Version.ToString(2)}"; | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Determines whether a remote contract is compatible with the local definition. | ||||
|   | ||||
| @@ -1,4 +1,13 @@ | ||||
| namespace StellaOps.Zastava.Core.Serialization; | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using System.Text.Encodings.Web; | ||||
| using System.Text.Json; | ||||
| using System.Text.Json.Serialization; | ||||
| using System.Text.Json.Serialization.Metadata; | ||||
| using StellaOps.Zastava.Core.Contracts; | ||||
|  | ||||
| namespace StellaOps.Zastava.Core.Serialization; | ||||
|  | ||||
| /// <summary> | ||||
| /// Deterministic serializer used for runtime/admission contracts. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user