Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

StaticFileContext constructor throws exception #21

@anfomin

Description

@anfomin

StaticFileContext has variable _lastModified. It's type changed from DateTime to DateTimeOffset some time ago. But constructor has invalid initialization at line 61:

_lastModified = new DateTime();

This should be:

_lastModified = new DateTimeOffset();

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions