mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-21 16:07:09 +00:00
[csharp] Delete and build samples (#13641)
* delete and build samples * how did this not get committed? * how did this not get committed? * how did this not get committed? * fixed csharp netcore functions * reverted two files * restored manually created tests * reverted some unintentional changes * restored unintended changes
This commit is contained in:
@@ -304,7 +304,12 @@ public class CsharpNetcoreFunctionsServerCodegen extends AbstractCSharpCodegen {
|
||||
setPackageGuid((String) additionalProperties.get(CodegenConstants.OPTIONAL_PROJECT_GUID));
|
||||
}
|
||||
additionalProperties.put("packageGuid", packageGuid);
|
||||
additionalProperties.put("userSecretsGuid", userSecretsGuid);
|
||||
|
||||
if (!additionalProperties.containsKey("userSecretsGuid")) {
|
||||
additionalProperties.put("userSecretsGuid", userSecretsGuid);
|
||||
} else {
|
||||
userSecretsGuid = (String) additionalProperties.get("userSecretsGuid");
|
||||
}
|
||||
|
||||
if (!additionalProperties.containsKey(NEWTONSOFT_VERSION)) {
|
||||
additionalProperties.put(NEWTONSOFT_VERSION, newtonsoftVersion);
|
||||
|
||||
Reference in New Issue
Block a user