-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e59cee3
commit a40e65d
Showing
23 changed files
with
2,934 additions
and
43 deletions.
There are no files selected for viewing
Binary file modified
BIN
+0 Bytes
(100%)
IngeniBridge.Programs/.vs/IngeniBridge.Programs/DesignTimeBuild/.dtbcache
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
IngeniBridge.Programs/IngeniBridge.IBDatabaseParser/LaunchOnMyCompanyDb.cmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
rem dont forget to rename ibdb file in the command line | ||
cd bin\Release\netcoreapp2.1 | ||
dotnet.exe IngeniBridge.IBDatabaseParser.dll --StorageAccessorAssembly="IngeniBridge.StorageAccessor.InMemory.dll" --IBDatabase=..\..\..\..\..\IngeniBridge.Sample.MyCompany\MasterAssetMyCompany_2019_06_21.ibdb | ||
dotnet.exe IngeniBridge.IBDatabaseParser.dll --StorageAccessorAssembly="IngeniBridge.StorageAccessor.InMemory.dll" --IBDatabase=..\..\..\..\..\IngeniBridge.Sample.MyCompany\MasterAssetMyCompany_2020_01_03.ibdb | ||
pause |
8 changes: 8 additions & 0 deletions
8
IngeniBridge.Programs/IngeniBridge.IBDatabaseParser/Properties/launchSettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"profiles": { | ||
"IngeniBridge.IBDatabaseParser": { | ||
"commandName": "Project", | ||
"commandLineArgs": "--StorageAccessorAssembly=\"IngeniBridge.StorageAccessor.InMemory.dll\" --IBDatabase=..\\..\\..\\..\\..\\IngeniBridge.Sample.MyCompany\\MasterAssetMyCompany_2020_01_03.ibdb" | ||
} | ||
} | ||
} |
Binary file modified
BIN
+0 Bytes
(100%)
IngeniBridge.Sample.MyCompany/.vs/IngeniBridge.Samples.MyCompany/DesignTimeBuild/.dtbcache
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
....TestServer/IngeniBridge.TestServer/.vs/IngeniBridge.TestServer/DesignTimeBuild/.dtbcache
Binary file not shown.
7 changes: 7 additions & 0 deletions
7
...Server/IngeniBridge.TestServer/Connected Services/IngeniBridgeProxy/ConnectedService.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"ProviderId": "DmitryPavlov.OpenApiConnectedService", | ||
"Version": "1.0.7082.39643", | ||
"GettingStartedDocument": { | ||
"Uri": "https://github.com/dmitry-pavlov/openapi-connected-service" | ||
} | ||
} |
86 changes: 86 additions & 0 deletions
86
...rver/IngeniBridge.TestServer/Connected Services/IngeniBridgeProxy/IngeniBridgeProxy.nswag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
{ | ||
"runtime": "NetCore21", | ||
"defaultVariables": null, | ||
"swaggerGenerator": { | ||
"fromSwagger": { | ||
"url": "http://demo.ingenibridge.com/swagger/docs/1.0", | ||
"output": "IngeniBridgeProxy.nswag.json" | ||
} | ||
}, | ||
"codeGenerators": { | ||
"swaggerToCSharpClient": { | ||
"clientBaseClass": null, | ||
"configurationClass": null, | ||
"generateClientClasses": true, | ||
"generateClientInterfaces": false, | ||
"generateDtoTypes": true, | ||
"injectHttpClient": true, | ||
"disposeHttpClient": true, | ||
"protectedMethods": [], | ||
"generateExceptionClasses": true, | ||
"exceptionClass": "SwaggerException", | ||
"wrapDtoExceptions": true, | ||
"useHttpClientCreationMethod": false, | ||
"httpClientType": "System.Net.Http.HttpClient", | ||
"useHttpRequestMessageCreationMethod": false, | ||
"useBaseUrl": true, | ||
"generateBaseUrlProperty": true, | ||
"generateSyncMethods": false, | ||
"exposeJsonSerializerSettings": false, | ||
"clientClassAccessModifier": "public", | ||
"typeAccessModifier": "public", | ||
"generateContractsOutput": false, | ||
"contractsNamespace": null, | ||
"contractsOutputFilePath": null, | ||
"parameterDateTimeFormat": "s", | ||
"generateUpdateJsonSerializerSettingsMethod": true, | ||
"serializeTypeInformation": false, | ||
"queryNullValue": "", | ||
"className": "{controller}Client", | ||
"operationGenerationMode": "MultipleClientsFromOperationId", | ||
"additionalNamespaceUsages": [], | ||
"additionalContractNamespaceUsages": [], | ||
"generateOptionalParameters": false, | ||
"generateJsonMethods": true, | ||
"enforceFlagEnums": false, | ||
"parameterArrayType": "System.Collections.Generic.IEnumerable", | ||
"parameterDictionaryType": "System.Collections.Generic.IDictionary", | ||
"responseArrayType": "System.Collections.Generic.ICollection", | ||
"responseDictionaryType": "System.Collections.Generic.IDictionary", | ||
"wrapResponses": false, | ||
"wrapResponseMethods": [], | ||
"generateResponseClasses": true, | ||
"responseClass": "SwaggerResponse", | ||
"namespace": "IngeniBridge.TestServer.IngeniBridgeProxy", | ||
"requiredPropertiesMustBeDefined": true, | ||
"dateType": "System.DateTimeOffset", | ||
"jsonConverters": null, | ||
"dateTimeType": "System.DateTimeOffset", | ||
"timeType": "System.TimeSpan", | ||
"timeSpanType": "System.TimeSpan", | ||
"arrayType": "System.Collections.Generic.ICollection", | ||
"arrayInstanceType": "System.Collections.ObjectModel.Collection", | ||
"dictionaryType": "System.Collections.Generic.IDictionary", | ||
"dictionaryInstanceType": "System.Collections.Generic.Dictionary", | ||
"arrayBaseType": "System.Collections.ObjectModel.Collection", | ||
"dictionaryBaseType": "System.Collections.Generic.Dictionary", | ||
"classStyle": "Poco", | ||
"generateDefaultValues": true, | ||
"generateDataAnnotations": true, | ||
"excludedTypeNames": [], | ||
"handleReferences": false, | ||
"generateImmutableArrayProperties": false, | ||
"generateImmutableDictionaryProperties": false, | ||
"jsonSerializerSettingsTransformationMethod": null, | ||
"inlineNamedDictionaries": false, | ||
"inlineNamedTuples": true, | ||
"templateDirectory": null, | ||
"typeNameGeneratorType": null, | ||
"propertyNameGeneratorType": null, | ||
"enumNameGeneratorType": null, | ||
"serviceHost": null, | ||
"serviceSchemes": null, | ||
"output": "IngeniBridgeProxyClient.Generated.cs" | ||
} | ||
} | ||
} |
Oops, something went wrong.