Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public abstract class AndroidApplicationEntryPoint : ApplicationEntryPoint
/// Implementors should provide a text writter than will be used to
/// write the logging of the tests that are executed.
/// </summary>
public abstract TextWriter Logger { get; }
public abstract TextWriter? Logger { get; }

/// <summary>
/// Implementors should provide a full path in which the final
Expand Down