diff --git a/src/AutoRest.CSharp/Common/Output/Models/Types/SchemaObjectType.cs b/src/AutoRest.CSharp/Common/Output/Models/Types/SchemaObjectType.cs index 73900c4cd23..c06ecc0fa9e 100644 --- a/src/AutoRest.CSharp/Common/Output/Models/Types/SchemaObjectType.cs +++ b/src/AutoRest.CSharp/Common/Output/Models/Types/SchemaObjectType.cs @@ -310,7 +310,7 @@ protected override ObjectTypeConstructor BuildInitializationConstructor() // Turn constants into initializers initializationValue = BuilderHelpers.ParseConstant(property.InputModelProperty!.ConstantValue.Value, propertyType); } - else if (IsStruct || property.InputModelProperty?.IsRequired == true) + else if ((IsStruct || property.InputModelProperty?.IsRequired == true) && property.InputModelProperty?.IsReadOnly != true) { // For structs all properties become required Constant? defaultParameterValue = null; diff --git a/src/AutoRest.CSharp/Properties/launchSettings.json b/src/AutoRest.CSharp/Properties/launchSettings.json index 8907baf1332..b192cb04220 100644 --- a/src/AutoRest.CSharp/Properties/launchSettings.json +++ b/src/AutoRest.CSharp/Properties/launchSettings.json @@ -2,1003 +2,1003 @@ "profiles": { "Accessibility": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Accessibility\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Accessibility/Generated" }, "Accessibility-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Accessibility-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Accessibility-LowLevel/src/Generated" }, "Accessibility-LowLevel-NoAuth": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Accessibility-LowLevel-NoAuth\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Accessibility-LowLevel-NoAuth/src/Generated" }, "Accessibility-LowLevel-TokenAuth": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Accessibility-LowLevel-TokenAuth\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Accessibility-LowLevel-TokenAuth/src/Generated" }, "additionalProperties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\additionalProperties\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/additionalProperties/Generated" }, "AdditionalPropertiesEx": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\AdditionalPropertiesEx\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/AdditionalPropertiesEx/Generated" }, "AnomalyDetector": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AnomalyDetector\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/samples/AnomalyDetector/src/Generated" }, "ApiVersion": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ApiVersion\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ApiVersion/Generated" }, "AppConfiguration": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AppConfiguration\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/samples/AppConfiguration/Generated" }, "Authoring-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Authoring-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Authoring-TypeSpec/src/Generated -n" }, "azure-parameter-grouping": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\azure-parameter-grouping\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/azure-parameter-grouping/Generated" }, "azure-special-properties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\azure-special-properties\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/azure-special-properties/Generated" }, "Azure.AI.FormRecognizer": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\Azure.AI.FormRecognizer\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/samples/Azure.AI.FormRecognizer/Generated" }, "Azure.Network.Management.Interface": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\Azure.Network.Management.Interface\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/samples/Azure.Network.Management.Interface/Generated" }, "Azure.NewProject.TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\sdk\\newprojecttypespec\\Azure.NewProject.TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/sdk/newprojecttypespec/Azure.NewProject.TypeSpec/src/Generated -n" }, "AzureSample.Analytics.Purview.Account": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AzureSample.Analytics.Purview.Account\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/samples/AzureSample.Analytics.Purview.Account/src/Generated" }, "AzureSample.ResourceManager.Sample": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AzureSample.ResourceManager.Sample\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/samples/AzureSample.ResourceManager.Sample/src/Generated" }, "AzureSample.ResourceManager.Storage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AzureSample.ResourceManager.Storage\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/samples/AzureSample.ResourceManager.Storage/src/Generated" }, "AzureSample.Storage.Tables": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\AzureSample.Storage.Tables\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/samples/AzureSample.Storage.Tables/src/Generated" }, "body-array": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-array\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-array/Generated" }, "body-array-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\body-array\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/body-array/src/Generated" }, "body-boolean": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-boolean\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-boolean/Generated" }, "body-byte": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-byte\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-byte/Generated" }, "body-complex": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-complex\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-complex/Generated" }, "body-complex-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\body-complex\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/body-complex/src/Generated" }, "body-date": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-date\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-date/Generated" }, "body-datetime": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-datetime\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-datetime/Generated" }, "body-datetime-rfc1123": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-datetime-rfc1123\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-datetime-rfc1123/Generated" }, "body-dictionary": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-dictionary\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-dictionary/Generated" }, "body-duration": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-duration\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-duration/Generated" }, "body-file": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-file\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-file/Generated" }, "body-file-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\body-file\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/body-file/src/Generated" }, "body-formdata": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-formdata\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-formdata/Generated" }, "body-formdata-urlencoded": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-formdata-urlencoded\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-formdata-urlencoded/Generated" }, "body-integer": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-integer\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-integer/Generated" }, "body-number": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-number\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-number/Generated" }, "body-string": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-string\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-string/Generated" }, "body-string-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\body-string\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/body-string/src/Generated" }, "body-time": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\body-time\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/body-time/Generated" }, "BodyAndPath-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\BodyAndPath-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/BodyAndPath-LowLevel/src/Generated" }, "CognitiveSearch": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\CognitiveSearch\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/samples/CognitiveSearch/Generated" }, "CognitiveServices.TextAnalytics": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\samples\\CognitiveServices.TextAnalytics\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/samples/CognitiveServices.TextAnalytics/Generated" }, "CollapseRequestCondition-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\CollapseRequestCondition-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/CollapseRequestCondition-LowLevel/src/Generated" }, "constants": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\constants\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/constants/Generated" }, "ConvenienceUpdate-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ConvenienceUpdate-TypeSpec\\src\\Generated --existing-project-folder $(SolutionDir)\\test\\TestProjects\\ConvenienceInitial-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ConvenienceUpdate-TypeSpec/src/Generated --existing-project-folder $(SolutionDir)/test/TestProjects/ConvenienceInitial-TypeSpec/src/Generated -n" }, "custom-baseUrl": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\custom-baseUrl\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/custom-baseUrl/Generated" }, "custom-baseUrl-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\custom-baseUrl\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/custom-baseUrl/src/Generated" }, "custom-baseUrl-more-options": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\custom-baseUrl-more-options\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/custom-baseUrl-more-options/Generated" }, "custom-baseUrl-more-options-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\custom-baseUrl-more-options\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/custom-baseUrl-more-options/src/Generated" }, "custom-baseUrl-paging": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\custom-baseUrl-paging\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/custom-baseUrl-paging/Generated" }, "custom-baseUrl-paging-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\custom-baseUrl-paging\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/custom-baseUrl-paging/src/Generated" }, "Customizations-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Customizations-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Customizations-TypeSpec/src/Generated -n" }, "Customized-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\UnbrandedProjects\\Customized-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/UnbrandedProjects/Customized-TypeSpec/src/Generated -n" }, "dpg-customization-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\dpg-customization\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/dpg-customization/src/Generated" }, "dpg-initial-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\dpg-initial\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/dpg-initial/src/Generated" }, "dpg-update1-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\dpg-update1\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/dpg-update1/src/Generated" }, "extensible-enums-swagger": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\extensible-enums-swagger\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/extensible-enums-swagger/Generated" }, "ExtensionClientName": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ExtensionClientName\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ExtensionClientName/Generated" }, "FirstTest-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\FirstTest-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/FirstTest-TypeSpec/src/Generated -n" }, "FlattenedParameters": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\FlattenedParameters\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/FlattenedParameters/Generated" }, "head": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\head\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/head/Generated" }, "head-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\head\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/head/src/Generated" }, "headAsBoolean-typespec-server/path/single": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\path\\single-headAsBoolean\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/path/single-headAsBoolean/src/Generated -n" }, "HeadAsBooleanTrue": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\HeadAsBooleanTrue\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/HeadAsBooleanTrue/Generated" }, "HeadAsBooleanTrue-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\HeadAsBooleanTrue-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/HeadAsBooleanTrue-LowLevel/src/Generated" }, "header": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\header\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/header/Generated" }, "header-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\header\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/header/src/Generated" }, "HeaderCollectionPrefix": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\HeaderCollectionPrefix\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/HeaderCollectionPrefix/Generated" }, "HlcConstants": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\HlcConstants\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/HlcConstants/Generated" }, "httpInfrastructure": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\httpInfrastructure\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/httpInfrastructure/Generated" }, "httpInfrastructure-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\httpInfrastructure\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/httpInfrastructure/src/Generated" }, "Inheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Inheritance\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Inheritance/Generated" }, "JsonAsBinary": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\JsonAsBinary\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/JsonAsBinary/Generated" }, "lro": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\lro\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/lro/Generated" }, "lro-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\lro\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/lro/src/Generated" }, "lro-parameterized-endpoints": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\lro-parameterized-endpoints\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/lro-parameterized-endpoints/Generated" }, "media_types": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\media_types\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/media_types/Generated" }, "media_types-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\media_types\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/media_types/src/Generated" }, "MediaTypes-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MediaTypes-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MediaTypes-TypeSpec/src/Generated -n" }, "MgmtAcronymMapping": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtAcronymMapping\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtAcronymMapping/src/Generated" }, "MgmtCollectionParent": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtCollectionParent\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtCollectionParent/src/Generated" }, "MgmtConstants": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtConstants\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtConstants/src/Generated" }, "MgmtCustomizations": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtCustomizations\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtCustomizations/src/Generated" }, "MgmtDiscriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtDiscriminator\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtDiscriminator/src/Generated" }, "MgmtExactMatchFlattenInheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExactMatchFlattenInheritance\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExactMatchFlattenInheritance/src/Generated" }, "MgmtExactMatchInheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExactMatchInheritance\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExactMatchInheritance/src/Generated" }, "MgmtExpandResourceTypes": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExpandResourceTypes\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExpandResourceTypes/src/Generated" }, "MgmtExtensionCommonRestOperation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExtensionCommonRestOperation\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExtensionCommonRestOperation/src/Generated" }, "MgmtExtensionResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtExtensionResource\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtExtensionResource/src/Generated" }, "MgmtHierarchicalNonResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtHierarchicalNonResource\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtHierarchicalNonResource/src/Generated" }, "MgmtListMethods": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtListMethods\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtListMethods/src/Generated" }, "MgmtLRO": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtLRO\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtLRO/src/Generated" }, "MgmtMockAndSample": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtMockAndSample\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtMockAndSample/src/Generated" }, "MgmtMultipleParentResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtMultipleParentResource\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtMultipleParentResource/src/Generated" }, "MgmtNonStringPathVariable": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtNonStringPathVariable\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtNonStringPathVariable/src/Generated" }, "MgmtNoTypeReplacement": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtNoTypeReplacement\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtNoTypeReplacement/src/Generated" }, "MgmtOmitOperationGroups": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtOmitOperationGroups\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtOmitOperationGroups/src/Generated" }, "MgmtOperations": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtOperations\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtOperations/src/Generated" }, "MgmtPagination": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtPagination\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtPagination/src/Generated" }, "MgmtParamOrdering": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtParamOrdering\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtParamOrdering/src/Generated" }, "MgmtParent": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtParent\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtParent/src/Generated" }, "MgmtPartialResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtPartialResource\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtPartialResource/src/Generated" }, "MgmtPropertyBag": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtPropertyBag\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtPropertyBag/src/Generated" }, "MgmtPropertyChooser": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtPropertyChooser\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtPropertyChooser/src/Generated" }, "MgmtResourceName": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtResourceName\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtResourceName/src/Generated" }, "MgmtSafeFlatten": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSafeFlatten\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSafeFlatten/src/Generated" }, "MgmtScopeResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtScopeResource\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtScopeResource/src/Generated" }, "MgmtSingletonResource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSingletonResource\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSingletonResource/src/Generated" }, "MgmtSubscriptionNameParameter": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSubscriptionNameParameter\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSubscriptionNameParameter/src/Generated" }, "MgmtSupersetFlattenInheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSupersetFlattenInheritance\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSupersetFlattenInheritance/src/Generated" }, "MgmtSupersetInheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtSupersetInheritance\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtSupersetInheritance/src/Generated" }, "MgmtTypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtTypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtTypeSpec/src/Generated -n" }, "MgmtXmlDeserialization": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MgmtXmlDeserialization\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MgmtXmlDeserialization/src/Generated" }, "model-flattening": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\model-flattening\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/model-flattening/Generated" }, "ModelNamespace": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ModelNamespace\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ModelNamespace/Generated" }, "ModelReaderWriterValidation-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ModelReaderWriterValidation-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ModelReaderWriterValidation-TypeSpec/src/Generated -n" }, "ModelShapes": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ModelShapes\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ModelShapes/Generated" }, "ModelWithConverterUsage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ModelWithConverterUsage\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ModelWithConverterUsage/Generated" }, "multiple-inheritance": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\multiple-inheritance\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/multiple-inheritance/Generated" }, "MultipleInputFiles": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\MultipleInputFiles\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/MultipleInputFiles/Generated" }, "NameConflicts": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\NameConflicts\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/NameConflicts/Generated" }, "NoDocs-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\NoDocs-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/NoDocs-TypeSpec/src/Generated -n" }, "NoDocsUnbranded-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\UnbrandedProjects\\NoDocsUnbranded-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/UnbrandedProjects/NoDocsUnbranded-TypeSpec/Generated" }, "non-string-enum": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\non-string-enum\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/non-string-enum/Generated" }, "NoTest-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\UnbrandedProjects\\NoTest-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/UnbrandedProjects/NoTest-TypeSpec/src/Generated -n" }, "object-type": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\object-type\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/object-type/Generated" }, "PaginationParams-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\PaginationParams-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/PaginationParams-LowLevel/src/Generated" }, "paging": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\paging\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/paging/Generated" }, "paging-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\paging\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/paging/src/Generated" }, "Parameters-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Parameters-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Parameters-LowLevel/src/Generated" }, "Parameters-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\Parameters-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/Parameters-TypeSpec/src/Generated -n" }, "ParameterSequence-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ParameterSequence-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ParameterSequence-LowLevel/src/Generated" }, "ProtocolMethodsInRestClient": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ProtocolMethodsInRestClient\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ProtocolMethodsInRestClient/Generated" }, "PublicClientCtor": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\PublicClientCtor\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/PublicClientCtor/Generated" }, "removedBetaVersion-typespec-versioning/removed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\removed-betaversion\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/removed-betaversion/src/Generated -n" }, "removedOldVersion-typespec-versioning/removed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\removed-oldversion\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/removed-oldversion/src/Generated -n" }, "required-optional": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\required-optional\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/required-optional/Generated" }, "ResourceClients-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ResourceClients-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ResourceClients-LowLevel/src/Generated" }, "security-aad-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\security-aad\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/security-aad/src/Generated" }, "security-key-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\security-key\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/security-key/src/Generated" }, "SecurityDefinition-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\SecurityDefinition-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/SecurityDefinition-LowLevel/src/Generated" }, "ServiceVersionOverride-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\ServiceVersionOverride-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/ServiceVersionOverride-LowLevel/src/Generated" }, "SingleTopLevelClientWithOperations-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\SingleTopLevelClientWithOperations-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/SingleTopLevelClientWithOperations-LowLevel/src/Generated" }, "SingleTopLevelClientWithoutOperations-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\SingleTopLevelClientWithoutOperations-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/SingleTopLevelClientWithoutOperations-LowLevel/src/Generated" }, "SubClients-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\SubClients-LowLevel\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/SubClients-LowLevel/src/Generated" }, "subscriptionId-apiVersion": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\subscriptionId-apiVersion\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/subscriptionId-apiVersion/Generated" }, "TypeSchemaMapping": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestProjects\\TypeSchemaMapping\\SomeFolder\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestProjects/TypeSchemaMapping/SomeFolder/Generated" }, "typespec-authentication/api-key": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\authentication\\api-key\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/authentication/api-key/src/Generated -n" }, "typespec-authentication/http/custom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\authentication\\http\\custom\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/authentication/http/custom/src/Generated -n" }, "typespec-authentication/oauth2": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\authentication\\oauth2\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/authentication/oauth2/src/Generated -n" }, "typespec-authentication/union": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\authentication\\union\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/authentication/union/src/Generated -n" }, "typespec-azure/client-generator-core/access": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\client-generator-core\\access\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/client-generator-core/access/src/Generated -n" }, "typespec-azure/client-generator-core/flatten-property": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\client-generator-core\\flatten-property\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/client-generator-core/flatten-property/src/Generated -n" }, "typespec-azure/client-generator-core/usage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\client-generator-core\\usage\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/client-generator-core/usage/src/Generated -n" }, "typespec-azure/core/basic": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\basic\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/basic/src/Generated -n" }, "typespec-azure/core/lro/rpc": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\lro\\rpc\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/lro/rpc/src/Generated -n" }, "typespec-azure/core/lro/standard": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\lro\\standard\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/lro/standard/src/Generated -n" }, "typespec-azure/core/model": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\model\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/model/src/Generated -n" }, "typespec-azure/core/page": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\page\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/page/src/Generated -n" }, "typespec-azure/core/scalar": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\scalar\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/scalar/src/Generated -n" }, "typespec-azure/core/traits": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\core\\traits\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/core/traits/src/Generated -n" }, "typespec-azure/encode/duration": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\encode\\duration\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/encode/duration/src/Generated -n" }, "typespec-azure/example/basic": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\example\\basic\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/example/basic/src/Generated -n" }, "typespec-azure/resource-manager/common-properties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\resource-manager\\common-properties\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/resource-manager/common-properties/src/Generated -n" }, "typespec-azure/resource-manager/non-resource": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\resource-manager\\non-resource\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/resource-manager/non-resource/src/Generated -n" }, "typespec-azure/resource-manager/resources": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\resource-manager\\resources\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/resource-manager/resources/src/Generated -n" }, "typespec-azure/special-headers/client-request-id": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\azure\\special-headers\\client-request-id\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/azure/special-headers/client-request-id/src/Generated -n" }, "typespec-client/naming": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\naming\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/naming/src/Generated -n" }, "typespec-client/structure/client-operation-group": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\client-operation-group\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/client-operation-group/src/Generated -n" }, "typespec-client/structure/default": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\default\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/default/src/Generated -n" }, "typespec-client/structure/multi-client": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\multi-client\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/multi-client/src/Generated -n" }, "typespec-client/structure/renamed-operation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\renamed-operation\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/renamed-operation/src/Generated -n" }, "typespec-client/structure/two-operation-group": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\client\\structure\\two-operation-group\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/client/structure/two-operation-group/src/Generated -n" }, "typespec-encode/bytes": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\encode\\bytes\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/encode/bytes/src/Generated -n" }, "typespec-encode/datetime": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\encode\\datetime\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/encode/datetime/src/Generated -n" }, "typespec-encode/duration": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\encode\\duration\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/encode/duration/src/Generated -n" }, "typespec-encode/numeric": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\encode\\numeric\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/encode/numeric/src/Generated -n" }, "typespec-nonAzure-authentication/api-key": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\authentication\\api-key\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/authentication/api-key/src/Generated -n" }, "typespec-nonAzure-authentication/http/custom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\authentication\\http\\custom\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/authentication/http/custom/src/Generated -n" }, "typespec-nonAzure-client/naming": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\client\\naming\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/client/naming/src/Generated -n" }, "typespec-nonAzure-parameters/body-optionality": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\parameters\\body-optionality\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/parameters/body-optionality/src/Generated -n" }, "typespec-nonAzure-parameters/spread": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\parameters\\spread\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/parameters/spread/src/Generated -n" }, "typespec-nonAzure-payload/content-negotiation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\payload\\content-negotiation\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/payload/content-negotiation/src/Generated -n" }, "typespec-nonAzure-payload/multipart": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\payload\\multipart\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/payload/multipart/src/Generated -n" }, "typespec-nonAzure-serialization/encoded-name/json": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\serialization\\encoded-name\\json\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/serialization/encoded-name/json/src/Generated -n" }, "typespec-nonAzure-server/endpoint/not-defined": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\server\\endpoint\\not-defined\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/server/endpoint/not-defined/src/Generated -n" }, "typespec-nonAzure-special-words": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\special-words\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/special-words/src/Generated -n" }, "typespec-nonAzure-type/array": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\array\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/array/src/Generated -n" }, "typespec-nonAzure-type/dictionary": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\dictionary\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/dictionary/src/Generated -n" }, "typespec-nonAzure-type/enum/extensible": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\enum\\extensible\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/enum/extensible/src/Generated -n" }, "typespec-nonAzure-type/enum/fixed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\enum\\fixed\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/enum/fixed/src/Generated -n" }, "typespec-nonAzure-type/model/empty": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\empty\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/empty/src/Generated -n" }, "typespec-nonAzure-type/model/inheritance/enum-discriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\inheritance\\enum-discriminator\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/inheritance/enum-discriminator/src/Generated -n" }, "typespec-nonAzure-type/model/inheritance/not-discriminated": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\inheritance\\not-discriminated\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/inheritance/not-discriminated/src/Generated -n" }, "typespec-nonAzure-type/model/inheritance/recursive": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\inheritance\\recursive\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/inheritance/recursive/src/Generated -n" }, "typespec-nonAzure-type/model/inheritance/single-discriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\inheritance\\single-discriminator\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/inheritance/single-discriminator/src/Generated -n" }, "typespec-nonAzure-type/model/usage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\model\\usage\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/model/usage/src/Generated -n" }, "typespec-nonAzure-type/property/additional-properties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\property\\additional-properties\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/property/additional-properties/src/Generated -n" }, "typespec-nonAzure-type/property/nullable": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\property\\nullable\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/property/nullable/src/Generated -n" }, "typespec-nonAzure-type/property/optionality": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\property\\optionality\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/property/optionality/src/Generated -n" }, "typespec-nonAzure-type/property/value-types": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\property\\value-types\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/property/value-types/src/Generated -n" }, "typespec-nonAzure-type/scalar": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\scalar\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/scalar/src/Generated -n" }, "typespec-nonAzure-type/union": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjectsNonAzure\\type\\union\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjectsNonAzure/type/union/src/Generated -n" }, "typespec-parameters/basic": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\parameters\\basic\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/parameters/basic/src/Generated -n" }, "typespec-parameters/body-optionality": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\parameters\\body-optionality\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/parameters/body-optionality/src/Generated -n" }, "typespec-parameters/collection-format": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\parameters\\collection-format\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/parameters/collection-format/src/Generated -n" }, "typespec-parameters/spread": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\parameters\\spread\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/parameters/spread/src/Generated -n" }, "typespec-payload/content-negotiation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\payload\\content-negotiation\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/payload/content-negotiation/src/Generated -n" }, "typespec-payload/media-type": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\payload\\media-type\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/payload/media-type/src/Generated -n" }, "typespec-payload/multipart": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\payload\\multipart\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/payload/multipart/src/Generated -n" }, "typespec-serialization/encoded-name/json": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\serialization\\encoded-name\\json\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/serialization/encoded-name/json/src/Generated -n" }, "typespec-server/endpoint/not-defined": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\endpoint\\not-defined\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/endpoint/not-defined/src/Generated -n" }, "typespec-server/path/multiple": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\path\\multiple\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/path/multiple/src/Generated -n" }, "typespec-server/path/single": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\path\\single\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/path/single/src/Generated -n" }, "typespec-server/versions/not-versioned": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\versions\\not-versioned\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/versions/not-versioned/src/Generated -n" }, "typespec-server/versions/versioned": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\server\\versions\\versioned\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/server/versions/versioned/src/Generated -n" }, "typespec-special-headers/conditional-request": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\special-headers\\conditional-request\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/special-headers/conditional-request/src/Generated -n" }, "typespec-special-headers/repeatability": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\special-headers\\repeatability\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/special-headers/repeatability/src/Generated -n" }, "typespec-special-words": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\special-words\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/special-words/src/Generated -n" }, "typespec-type/array": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\array\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/array/src/Generated -n" }, "typespec-type/dictionary": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\dictionary\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/dictionary/src/Generated -n" }, "typespec-type/enum/extensible": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\enum\\extensible\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/enum/extensible/src/Generated -n" }, "typespec-type/enum/fixed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\enum\\fixed\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/enum/fixed/src/Generated -n" }, "typespec-type/model/empty": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\empty\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/empty/src/Generated -n" }, "typespec-type/model/inheritance/enum-discriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\inheritance\\enum-discriminator\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/inheritance/enum-discriminator/src/Generated -n" }, "typespec-type/model/inheritance/not-discriminated": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\inheritance\\not-discriminated\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/inheritance/not-discriminated/src/Generated -n" }, "typespec-type/model/inheritance/recursive": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\inheritance\\recursive\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/inheritance/recursive/src/Generated -n" }, "typespec-type/model/inheritance/single-discriminator": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\inheritance\\single-discriminator\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/inheritance/single-discriminator/src/Generated -n" }, "typespec-type/model/usage": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\usage\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/usage/src/Generated -n" }, "typespec-type/model/visibility": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\model\\visibility\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/model/visibility/src/Generated -n" }, "typespec-type/property/additional-properties": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\property\\additional-properties\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/property/additional-properties/src/Generated -n" }, "typespec-type/property/nullable": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\property\\nullable\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/property/nullable/src/Generated -n" }, "typespec-type/property/optionality": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\property\\optionality\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/property/optionality/src/Generated -n" }, "typespec-type/property/value-types": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\property\\value-types\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/property/value-types/src/Generated -n" }, "typespec-type/scalar": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\scalar\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/scalar/src/Generated -n" }, "typespec-type/union": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\type\\union\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/type/union/src/Generated -n" }, "typespec-versioning/added": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\added\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/added/src/Generated -n" }, "typespec-versioning/madeOptional": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\madeOptional\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/madeOptional/src/Generated -n" }, "typespec-versioning/removed": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\removed\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/removed/src/Generated -n" }, "typespec-versioning/renamedFrom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\renamedFrom\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/renamedFrom/src/Generated -n" }, "typespec-versioning/returnTypeChangedFrom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\returnTypeChangedFrom\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/returnTypeChangedFrom/src/Generated -n" }, "typespec-versioning/typeChangedFrom": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\CadlRanchProjects\\versioning\\typeChangedFrom\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/CadlRanchProjects/versioning/typeChangedFrom/src/Generated -n" }, "Unbranded-TypeSpec": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\UnbrandedProjects\\Unbranded-TypeSpec\\src\\Generated -n" + "commandLineArgs": "--standalone $(SolutionDir)/test/UnbrandedProjects/Unbranded-TypeSpec/src/Generated -n" }, "url": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\url\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/url/Generated" }, "url-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\url\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/url/src/Generated" }, "url-multi-collectionFormat": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\url-multi-collectionFormat\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/url-multi-collectionFormat/Generated" }, "url-multi-collectionFormat-LowLevel": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjectsLowLevel\\url-multi-collectionFormat\\src\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjectsLowLevel/url-multi-collectionFormat/src/Generated" }, "validation": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\validation\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/validation/Generated" }, "xml-service": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\xml-service\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/xml-service/Generated" }, "xms-error-responses": { "commandName": "Project", - "commandLineArgs": "--standalone $(SolutionDir)\\test\\TestServerProjects\\xms-error-responses\\Generated" + "commandLineArgs": "--standalone $(SolutionDir)/test/TestServerProjects/xms-error-responses/Generated" } } }