Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Setting path to nullable.
  • Loading branch information
filipjelic committed Oct 25, 2021
commit e3c9d3576ee39d5948493d36bd2cfb128982876d
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Microsoft.Extensions.DependencyModel
{
public class ResourceAssembly
{
public ResourceAssembly(string path, string locale)
public ResourceAssembly(string? path, string locale)
{
if (string.IsNullOrEmpty(path))
{
Expand Down