3 references to SchemaFileName
Microsoft.NET.ProjectData.Generators (3)
DataModelSchemaGenerator.cs (3)
44 if (Path.GetFileName(file.Path).Equals(SchemaFileName, StringComparison.OrdinalIgnoreCase)) 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.");