6 references to ReportInvalidSchema
Microsoft.NET.ProjectData.Generators (6)
DataModelSchemaGenerator.cs (6)
48 ReportInvalidSchema(ctx, file.Path, sourceText: null, $"multiple additional files named '{SchemaFileName}' were provided.");
58 ReportInvalidSchema(ctx, SchemaFileName, sourceText: null, "the required schema additional file was not provided.");
69 ReportInvalidSchema(ctx, schemaFile.Path, sourceText: null, $"the schema file could not be read: {ex.Message}");
75 ReportInvalidSchema(ctx, schemaFile.Path, sourceText: null, "the schema file could not be read.");
86 ReportInvalidSchema(
95 ReportInvalidSchema(ctx, schemaFile.Path, sourceText, ex.Message);