Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CSharpMath.Rendering/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#nullable enable
TEST

Check warning on line 2 in CSharpMath.Rendering/PublicAPI.Unshipped.txt

View workflow job for this annotation

GitHub Actions / Unix (ubuntu-latest)

Symbol 'TEST' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check warning on line 2 in CSharpMath.Rendering/PublicAPI.Unshipped.txt

View workflow job for this annotation

GitHub Actions / Rendering

Symbol 'TEST' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check warning on line 2 in CSharpMath.Rendering/PublicAPI.Unshipped.txt

View workflow job for this annotation

GitHub Actions / Unix (macos-26)

Symbol 'TEST' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check warning on line 2 in CSharpMath.Rendering/PublicAPI.Unshipped.txt

View workflow job for this annotation

GitHub Actions / Windows

Symbol 'TEST' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Check warning on line 2 in CSharpMath.Rendering/PublicAPI.Unshipped.txt

View workflow job for this annotation

GitHub Actions / Windows

Symbol 'TEST' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
abstract CSharpMath.Rendering.FrontEnd.Painter<TCanvas, TContent, TColor>.ContentToLaTeX(TContent! content) -> string!
abstract CSharpMath.Rendering.FrontEnd.Painter<TCanvas, TContent, TColor>.Display.get -> CSharpMath.Display.IDisplay<CSharpMath.Rendering.BackEnd.Fonts!, CSharpMath.Rendering.BackEnd.Glyph>?
abstract CSharpMath.Rendering.FrontEnd.Painter<TCanvas, TContent, TColor>.Display.set -> void
Expand Down Expand Up @@ -395,10 +396,10 @@
override CSharpMath.Rendering.Text.TextAtom.Text.Equals(CSharpMath.Rendering.Text.TextAtom! atom) -> bool
override CSharpMath.Rendering.Text.TextAtom.Text.GetHashCode() -> int
override CSharpMath.Rendering.Text.TextAtom.Text.SingleChar(CSharpMath.Atom.FontStyle style) -> int?
override Typography.OpenFont.Bounds.ToString() -> string!

Check warning on line 399 in CSharpMath.Rendering/PublicAPI.Unshipped.txt

View workflow job for this annotation

GitHub Actions / Windows

Symbol 'override Typography.OpenFont.Bounds.ToString() -> string!' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
override Typography.OpenFont.CFF.Cff1GlyphData.ToString() -> string!

Check warning on line 400 in CSharpMath.Rendering/PublicAPI.Unshipped.txt

View workflow job for this annotation

GitHub Actions / Windows

Symbol 'override Typography.OpenFont.CFF.Cff1GlyphData.ToString() -> string!' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
override Typography.OpenFont.Glyph.ToString() -> string!

Check warning on line 401 in CSharpMath.Rendering/PublicAPI.Unshipped.txt

View workflow job for this annotation

GitHub Actions / Windows

Symbol 'override Typography.OpenFont.Glyph.ToString() -> string!' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
override Typography.OpenFont.GlyphPointF.ToString() -> string!

Check warning on line 402 in CSharpMath.Rendering/PublicAPI.Unshipped.txt

View workflow job for this annotation

GitHub Actions / Windows

Symbol 'override Typography.OpenFont.GlyphPointF.ToString() -> string!' is part of the declared API, but is either not public or could not be found (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
override Typography.OpenFont.MathGlyphs.GlyphPartRecord.ToString() -> string!
override Typography.OpenFont.MathGlyphs.MathGlyphVariantRecord.ToString() -> string!
override Typography.OpenFont.MathGlyphs.MathKern.ToString() -> string!
Expand Down
Loading