コード例 #1
0
ファイル: HostVersionConfig.cs プロジェクト: sravan251/Azure
 public static void RegisterWarnings(IHostVersionReader versionReader)
 {
     // Currently, no host versions are supported (there's no need to create an entry for v1).
     // Any version in this table is unsupported and should result in a warning being displayed.
     _warnings = versionReader.ReadAll();
 }
コード例 #2
0
 public static void RegisterWarnings(IHostVersionReader versionReader)
 {
     // Currently, no host versions are supported (there's no need to create an entry for v1).
     // Any version in this table is unsupported and should result in a warning being displayed.
     _warnings = versionReader.ReadAll();
 }