Skip to content

Commit

Permalink
#22: Save generated IgnoresAccessChecksTo.cs file with UTF8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadej Koderman committed Oct 17, 2024
1 parent 47fbd6e commit b6bce6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public IgnoresAccessChecksToAttribute(string assemblyName)
}
}
}";
File.WriteAllText(GeneratedCodeFilePath, content);
File.WriteAllText(GeneratedCodeFilePath, content, System.Text.Encoding.UTF8);

Log.LogMessageFromText("Generated IgnoresAccessChecksTo attributes", MessageImportance.Low);
}
Expand Down

0 comments on commit b6bce6e

Please sign in to comment.